Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/Chaos > API/Plugins/ChaosCaching/Chaos/UChaosCache
References
| Module | ChaosCaching |
| Header | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCache.h |
| Include | #include "Chaos/ChaosCache.h" |
| Source | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Private/Chaos/ChaosCache.cpp |
FCacheEvaluationResult Evaluate
(
const FCacheEvaluationContext & InContext,
const TArray< FTransform > * MassToLocalTransforms
)
Remarks
Evaluate the cache with the specified parameters, returning the evaluated results
Parameters
| Name | Description |
|---|---|
| InContext | evaluation context |
| MassToLocalTransforms | MassToLocal trasnform if available ( geometry collection are using them ) |