Navigation
API > API/Plugins > API/Plugins/ChaosVD > API/Plugins/ChaosVD/UChaosVDParticleDataComponent
Description
Appends Scene Data relevant for functional tests
If you change the data being added here, you need to re-generate the snapshots used by the scene integrity playback tests in the Simulation Tests Plugin
Virtual Inheritance
- UChaosVDSolverDataComponent::AppendSceneCompositionTestData → UChaosVDParticleDataComponent::AppendSceneCompositionTestData
| Name | AppendSceneCompositionTestData |
| Type | function |
| Header File | /Engine/Plugins/ChaosVD/Source/ChaosVD/Public/Components/ChaosVDParticleDataComponent.h |
| Include Path | #include "Components/ChaosVDParticleDataComponent.h" |
| Source | /Engine/Plugins/ChaosVD/Source/ChaosVD/Private/Components/ChaosVDParticleDataComponent.cpp |
virtual void AppendSceneCompositionTestData
(
FChaosVDSceneCompositionTestData & OutStateTestData
)
Parameters
| Name | Remarks |
|---|---|
| OutStateTestData | Structure instance where to add the data |