Navigation
API > API/Plugins > API/Plugins/ChaosCaching > API/Plugins/ChaosCaching/Chaos > API/Plugins/ChaosCaching/Chaos/FParticleTransformTrack
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 |
FTransform Evaluate
&40;
float InCacheTime,
const FTransform &42; MassToLocal
&41; const
Remarks
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
Parameters
| Name | Description |
|---|---|
| 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 |