Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/Chaos
References
| Module | ChaosCaching |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCache.h |
| Include | #include "Chaos/ChaosCache.h" |
Syntax
struct FCacheEvaluationResult
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, TArray< float > > | Channels | ||
| TArray< TMap< FName, float > > | Curves | ||
| float | EvaluatedTime | ||
| TMap< FName, TArray< FCacheEventHandle > > | Events | ||
| TMap< FName, FTransform > | NamedTransforms | ||
| TArray< int32 > | ParticleIndices | ||
| TArray< FTransform > | Transform |