Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/Chaos
References
| Module | ChaosCaching |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/CacheManagerActor.h |
| Include | #include "Chaos/CacheManagerActor.h" |
Syntax
struct FPerSolverData
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< Chaos::TPBDRigidParticleHandle< Chaos::FReal, 3 > * > | PendingKinematicUpdates | List of particles in the solver that are pending a kinematic update to be pushed back to their owner | |
| TArray< int32 > | PlaybackIndices | List of indices for components tagged for playback - avoids iterating non playback components | |
| TArray< FPlaybackTickRecord > | PlaybackTickRecords | List of the tick records for each playback index, tracks where the last tick was | |
| FDelegateHandle | PostSolveHandle | ||
| FDelegateHandle | PreBufferHandle | ||
| FDelegateHandle | PreSolveHandle | Handles to solver events to push/pull cache data | |
| TArray< int32 > | RecordIndices | List of indices for components tagged for record - avoids iterating non record components | |
| FDelegateHandle | TeardownHandle |