Files
UnrealEngineUWP/Engine/Source/Programs/ChaosUserDataPTTests
steven barnett 5c1c16c49f Updates to SimCallbackObject API:
- Change method for specifying callback object options... Rather than needing to provide a list of bools at the time of CreateAndRegister, specify an option bitmask in parent template.
- Add particle creation and deletion optional callbacks to sim callback object.
- Update ChaosUserDataPT to use particle removal callback so that userdata associated with deleted particles gets removed.
#rb benn.gallagher
[FYI] scott.lindeneau, aaron.eady

[CL 22534485 by steven barnett in ue5-main branch]
2022-10-14 17:00:54 -04:00
..

ChaosUserDataPTTests

This is a collection of tests for the ChaosUserDataPT plugin

Running the Tests

From VS

  • Set ChaosUserDataPTTests as the startup project and set Solution Configuration to a Development (or any config that starts with Development, ie Development Editor etc).

  • Compile and debug.

From UShell

.build target ChaosUserDataPTTests
.run target ChaosUserDataPTTests