unreal.AnimDataModelNotifyType

class unreal.AnimDataModelNotifyType

Bases: unreal.EnumBase

EAnim Data Model Notify Type

C++ Source:

  • Module: Engine

  • File: AnimDataNotifications.h

ATTRIBUTE_ADDED

FAttributeAddedPayload

Type

14

Type

Indicates a new attribute has been added. Type of payload

ATTRIBUTE_CHANGED

FAttributeChangedPayload

Type

16

Type

Indicates an attribute has been changed. Type of payload

ATTRIBUTE_REMOVED

FAttributeRemovedPayload

Type

15

Type

Indicates a new attribute has been removed. Type of payload

BRACKET_CLOSED

FEmptyPayload

Type

1

Type

Indicates a bracket has been closed. Type of payload

BRACKET_OPENED

FBracketPayload

Type

0

Type

Indicates a bracket has been opened. Type of payload

CURVE_ADDED

FCurveAddedPayload

Type

7

Type

Indicates a new curve has been added. Type of payload

CURVE_CHANGED

FCurveChangedPayload

Type

8

Type

Indicates a curve its data has been changed. Type of payload

CURVE_COLOR_CHANGED

FCurveChangedPayload

Type

13

Type

Indicates a curve its color has changed. Type of payload

CURVE_FLAGS_CHANGED

FCurveFlagsChangedPayload

Type

10

Type

Indicates a curve its flags have changed. Type of payload

CURVE_REMOVED

FCurveRemovedPayload

Type

9

Type

Indicates a curve has been removed. Type of payload

CURVE_RENAMED

FCurveRenamedPayload

Type

11

Type

Indicates a curve has been renamed. Type of payload

CURVE_SCALED

FCurveScaledPayload

Type

12

Type

Indicates a curve has been scaled. Type of payload

FRAME_RATE_CHANGED

FFrameRateChangedPayload

Type

6

Type

Indicates the sampling rate of the animated data has changed. Type of payload

INVALID

19

POPULATED

FEmptyPayload

Type

17

Type

Indicates the data model has been populated from the source UAnimSequence. Type of payload

RESET

FEmptyPayload

Type

18

Type

Indicates all data stored on the model has been reset. Type of payload

SEQUENCE_LENGTH_CHANGED

FSequenceLengthChangedPayload

Type

5

Type

Indicates the play length of the animated data has changed. Type of payload

TRACK_ADDED

FAnimationTrackAddedPayload

Type

2

Type

Indicates a new bone track has been added. Type of payload

TRACK_CHANGED

FAnimationTrackChangedPayload

Type

3

Type

Indicates the keys of a bone track have been changed. Type of payload

TRACK_REMOVED

FAnimationTrackRemovedPayload

Type

4

Type

Indicates a bone track has been removed. Type of payload