Skip to content

Conversation

m-samiec
Copy link
Collaborator

@m-samiec m-samiec commented Aug 9, 2019

Add two_worker_test so tutorial can be run in the cloud easily.

@improbable-prow-robot improbable-prow-robot added jira/no-ticket Indicates a PR has no corresponding JIRA ticket size/M Denotes a PR that changes 40-149 lines, ignoring generated files. labels Aug 9, 2019
@m-samiec m-samiec merged commit 748a554 into 0.6.1-hotfix Aug 9, 2019
@m-samiec m-samiec deleted the bugfix/add-two-worker-json branch August 9, 2019 12:57
oblm added a commit that referenced this pull request Aug 15, 2019
* DOC-1255 Clarify elements of the GDK in readme (#43)

* Clarify elements of the GDK

* Remove duplicate and outdated info

* Changes from review

* Add two_worker_test for tutorial (#44)

* Disable offloading by default (#45)

Offloading workers AIWorker / CrashWorker should not start by default in example project. Disabling offloading should have this effect.

* Add Calls to Parent BeginPlay in Character Classes (#46)

In AGDKCharacter::BeginPlay a callback is registered on the UEquippedComponent::HoldableUpdated. This callback is used to attach the new AHoldable to the player's skeleton.

Blueprint subclasses: BP_Base_Character, and BP_FPS_Character had overridden BeginPlay but not called the Parent function, so the callback was not attached.

This meant that if a weapon was checked out after the character, it would not be attached, and would stay floating where it was spawned.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
jira/no-ticket Indicates a PR has no corresponding JIRA ticket size/M Denotes a PR that changes 40-149 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants