Navigation
API > API/Plugins > API/Plugins/AnimationModifierLibrary
Axis to get the final value from
| Name | EMotionExtractor_Axis |
| Type | enum |
| Header File | /Engine/Plugins/Animation/AnimationModifierLibrary/Source/AnimationModifierLibrary/Public/MotionExtractorTypes.h |
| Include Path | #include "MotionExtractorTypes.h" |
Syntax
enum EMotionExtractor_Axis
{
X,
Y,
Z,
XY,
XZ,
YZ,
XYZ,
}
Values
| Name | Remarks |
|---|---|
| X | |
| Y | |
| Z | |
| XY | |
| XZ | |
| YZ | |
| XYZ |