EDatasmithElementAnimationSubType

Subtype of the Animation EDatasmithElementType, containing base, transform, visibility animations and etc.

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss