Navigation
API > API/Runtime > API/Runtime/DatasmithCore
References
| Module | DatasmithCore |
| Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithDefinitions.h |
| Include | #include "DatasmithDefinitions.h" |
Syntax
enum EDatasmithElementAnimationSubType
{
BaseAnimation = 0,
TransformAnimation = 1 << 0,
VisibilityAnimation = 1 << 1,
SubsequenceAnimation = 1 << 2,
}
Values
| Name | Description |
|---|---|
| BaseAnimation | |
| TransformAnimation | |
| VisibilityAnimation | |
| SubsequenceAnimation |
Remarks
Subtype of the Animation EDatasmithElementType, containing base, transform, visibility animations and etc.