Navigation
API > API/Developer > API/Developer/DatasmithFacade
| |
|
| Name |
EDatasmithFacadeElementAnimationSubType |
| Type |
enum |
| Header File |
/Engine/Source/Developer/Datasmith/DatasmithFacade/Public/DatasmithFacadeAnimation.h |
| Include Path |
#include "DatasmithFacadeAnimation.h" |
Syntax
enum EDatasmithFacadeElementAnimationSubType
{
BaseAnimation = 0,
TransformAnimation = 1 << 0,
VisibilityAnimation = 1 << 1,
SubsequenceAnimation = 1 << 2,
}
Values
| Name |
Remarks |
| BaseAnimation |
|
| TransformAnimation |
|
| VisibilityAnimation |
|
| SubsequenceAnimation |
|