Navigation
API > API/Plugins > API/Plugins/ChaosCaching
| Name | EChaosCacheInterpolationMode |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/ChaosCaching/Source/ChaosCaching/Public/Chaos/ChaosCacheInterpolationMode.h |
| Include Path | #include "Chaos/ChaosCacheInterpolationMode.h" |
Syntax
enum EChaosCacheInterpolationMode
{
QuatInterp,
EulerInterp,
DualQuatInterp,
}
Values
| Name | Remarks |
|---|---|
| QuatInterp | Shortest Path or Quaternion interpolation for the rotation. |
| EulerInterp | Rotor or Euler Angle interpolation. |
| DualQuatInterp | Dual quaternion interpolation, follows helix or screw-motion path between keyframes. |