Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimationRuntime
Description
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
| Name | MirrorCurves |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/AnimationRuntime.h |
| Include Path | #include "AnimationRuntime.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimationRuntime.cpp |
static void MirrorCurves
(
FBlendedCurve & Curves,
const UMirrorDataTable & MirrorDataTable
)
Parameters
| Name | Remarks |
|---|---|
| Curves | The Curves which are swapped |
| MirrorDataTable | A UMirrorDataTable specifying which curves to swap |