Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime
| |
|
| Name |
EMirrorBlendType |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_Mirror.h |
| Include Path |
#include "AnimNodes/AnimNode_Mirror.h" |
Syntax
enum EMirrorBlendType
{
StandardBlend,
Inertialization,
}
Values
| Name |
Remarks |
| StandardBlend |
Use a standard crossfade blend. If Reset Child on Mirror State Change is enabled, this will result in a pop. |
| Inertialization |
Use an inertial blend. This requires having a matching inertialization or dead blend node upstream in the graph. |