Navigation
API > API/Runtime > API/Runtime/ChaosVDRuntime > API/Runtime/ChaosVDRuntime/DataWrappers
Inheritance Hierarchy
- FChaosVDParticleDataBase
- FChaosVDParticleDataWrapper
References
| Module | ChaosVDRuntime |
| Header | /Engine/Source/Runtime/Experimental/ChaosVisualDebugger/Public/DataWrappers/ChaosVDParticleDataWrapper.h |
| Include | #include "DataWrappers/ChaosVDParticleDataWrapper.h" |
Syntax
struct FChaosVDParticleDataWrapper : public FChaosVDParticleDataBase
Remarks
Simplified UStruct version of FChaosVDParticleDataWrapper. Used to be able to show the values in the editor and allow changes via the Property Editor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bHasDebugName | ||
| FString | DebugName | ||
| TSharedPtr< FString > | DebugNamePtr | Only used during recording | |
| uint32 | GeometryHash | ||
| TArray< FChaosVDConstraint > | ParticleConstraints | ||
| FChaosVDParticleDynamics | ParticleDynamics | ||
| FChaosVDParticleDynamicMisc | ParticleDynamicsMisc | ||
| int32 | ParticleIndex | ||
| FChaosVDParticleMassProps | ParticleMassProps | ||
| TArray< FChaosVDParticlePairMidPhase > | ParticleMidPhases | ||
| FChaosVDParticlePositionRotation | ParticlePositionRotation | ||
| FChaosVDParticleVelocities | ParticleVelocities | ||
| int32 | SolverID | ||
| EChaosVDParticleType | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | SetHasValidData
(
bool bNewIsValid |
Overridden from FChaosVDParticleDataBase
| Type | Name | Description | |
|---|---|---|---|
| bool | HasValidData () |
Constants
| Name | Description |
|---|---|
| WrapperTypeName |