EAnimAssetCurveFlags

This is curve flags that are saved in asset and

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimCurveTypes.h

Include

#include "Animation/AnimCurveTypes.h"

Syntax

enum EAnimAssetCurveFlags
{
    AACF_NONE                           = 0,
    AACF_DriveMorphTarget_DEPRECATED    = 0x00000001,
    AACF_DriveAttribute_DEPRECATED      = 0x00000002,
    AACF_Editable                       = 0x00000004,
    AACF_DriveMaterial_DEPRECATED       = 0x00000008,
    AACF_Metadata                       = 0x00000010,
    AACF_DriveTrack                     = 0x00000020,
    AACF_Disabled                       = 0x00000040,
}

Values

Name

Description

AACF_NONE

AACF_DriveMorphTarget_DEPRECATED

Used as morph target curve.

AACF_DriveAttribute_DEPRECATED

Used as triggering event.

AACF_Editable

Is editable in Sequence Editor.

AACF_DriveMaterial_DEPRECATED

Used as a material curve.

AACF_Metadata

Is a metadata 'curve'.

AACF_DriveTrack

Motifies bone track

AACF_Disabled

Disabled, right now it's used by track

Remarks

This is curve flags that are saved in asset and

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