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