Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimationRuntime
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AnimationRuntime.h |
| Include | #include "AnimationRuntime.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimationRuntime.cpp |
static void MirrorCurves
&40;
FBlendedCurve & Curves,
const UMirrorDataTable & MirrorDataTable
&41;
Remarks
Mirror (swap) curves with the specified MirrorDataTable. Partial mirroring is supported, and curves with two entries (Right->Left and Left->Right) will be swapped while curves with a single entry will be overwritten
Parameters
| Name | Description |
|---|---|
| Curves | The Curves which are swapped |
| MirrorDataTable | A UMirrorDataTable specifying which curves to swap |