Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/FParticleTransformTrack
Description
Evaluates the transform track at the specified time, returning the evaluated transform. When in between keys translations will be linearly interpolated and rotations spherically interpolated
| 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 |
FTransform Evaluate
(
float InCacheTime,
const FTransform * MassToLocal,
EChaosCacheInterpolationMode InterpolationMode
) const
Parameters
| Name | Remarks |
|---|---|
| InCacheTime | Absolute time from the beginning of the entire owning cache to evaluate. |
| MassToLocal | if not null, the will be premultiplied to transform before interpolation |