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