Navigation
API > API/Runtime > API/Runtime/Chaos
A simulation frame's result of dirty particles. These are all the particles that were dirtied in this particular sim step.
| Name | FPullPhysicsData |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/PullPhysicsDataImp.h |
| Include Path | #include "Chaos/PullPhysicsDataImp.h" |
Syntax
class FPullPhysicsData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DirtyCharacterGroundConstraints | TArray< FDirtyCharacterGroundConstraintData > | Chaos/PullPhysicsDataImp.h | ||
| DirtyClusterUnions | TArray< FDirtyClusterUnionData > | Chaos/PullPhysicsDataImp.h | ||
| DirtyGeometryCollections | TArray< FDirtyGeometryCollectionData > | Chaos/PullPhysicsDataImp.h | ||
| DirtyJointConstraints | TArray< FDirtyJointConstraintData > | Chaos/PullPhysicsDataImp.h | ||
| DirtyRigidErrors | TMap< const IPhysicsProxyBase *, FDirtyRigidParticleReplicationErrorData > | Chaos/PullPhysicsDataImp.h | ||
| DirtyRigids | TArray< FDirtyRigidParticleData > | Chaos/PullPhysicsDataImp.h | ||
| ExternalEndTime | FReal | Chaos/PullPhysicsDataImp.h | ||
| ExternalStartTime | FReal | Chaos/PullPhysicsDataImp.h | ||
| SolverTimestamp | int32 | Chaos/PullPhysicsDataImp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Reset() |
Chaos/PullPhysicsDataImp.h |