Navigation
API > API/Plugins > API/Plugins/AnimationModifierLibrary
Type of motion to extract
| Name | EMotionExtractor_MotionType |
| Type | enum |
| Header File | /Engine/Plugins/Animation/AnimationModifierLibrary/Source/AnimationModifierLibrary/Public/MotionExtractorTypes.h |
| Include Path | #include "MotionExtractorTypes.h" |
Syntax
enum EMotionExtractor_MotionType
{
None = 0 UMETA(Hidden),
Translation = 1 << 0,
Rotation = 1 << 1,
Scale = 1 << 2,
TranslationSpeed = 1 << 3,
RotationSpeed = 1 << 4,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Translation | |
| Rotation | |
| Scale | |
| TranslationSpeed | |
| RotationSpeed |