unreal.AnimDataModelNotifyType

class unreal.AnimDataModelNotifyType

Bases: EnumBase

EAnim Data Model Notify Type

C++ Source:

  • Module: Engine

  • File: AnimDataNotifications.h

ATTRIBUTE_ADDED: AnimDataModelNotifyType

FAttributeAddedPayload

Type:

15

Type:

Indicates a new attribute has been added. Type of payload

ATTRIBUTE_CHANGED: AnimDataModelNotifyType

FAttributeChangedPayload

Type:

17

Type:

Indicates an attribute has been changed. Type of payload

ATTRIBUTE_REMOVED: AnimDataModelNotifyType

FAttributeRemovedPayload

Type:

16

Type:

Indicates a new attribute has been removed. Type of payload

BRACKET_CLOSED: AnimDataModelNotifyType

FEmptyPayload

Type:

1

Type:

Indicates a bracket has been closed. Type of payload

BRACKET_OPENED: AnimDataModelNotifyType

FBracketPayload

Type:

0

Type:

Indicates a bracket has been opened. Type of payload

CURVE_ADDED: AnimDataModelNotifyType

FCurveAddedPayload

Type:

7

Type:

Indicates a new curve has been added. Type of payload

CURVE_CHANGED: AnimDataModelNotifyType

FCurveChangedPayload

Type:

8

Type:

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

CURVE_COLOR_CHANGED: AnimDataModelNotifyType

FCurveChangedPayload

Type:

13

Type:

Indicates a curve its color has changed. Type of payload

CURVE_COMMENT_CHANGED: AnimDataModelNotifyType

FCurveChangedPayload

Type:

14

Type:

Indicates a curve has been removed. Type of payload

CURVE_FLAGS_CHANGED: AnimDataModelNotifyType

FCurveFlagsChangedPayload

Type:

10

Type:

Indicates a curve its flags have changed. Type of payload

CURVE_REMOVED: AnimDataModelNotifyType

FCurveRemovedPayload

Type:

9

Type:

Indicates a curve has been removed. Type of payload

CURVE_RENAMED: AnimDataModelNotifyType

FCurveRenamedPayload

Type:

11

Type:

Indicates a curve has been renamed. Type of payload

CURVE_SCALED: AnimDataModelNotifyType

FCurveScaledPayload

Type:

12

Type:

Indicates a curve has been scaled. Type of payload

FRAME_RATE_CHANGED: AnimDataModelNotifyType

FFrameRateChangedPayload

Type:

6

Type:

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

INVALID: AnimDataModelNotifyType

21

POPULATED: AnimDataModelNotifyType

FEmptyPayload

Type:

18

Type:

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

RESET: AnimDataModelNotifyType

FEmptyPayload

Type:

19

Type:

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

SEQUENCE_LENGTH_CHANGED: AnimDataModelNotifyType

FSequenceLengthChangedPayload

Type:

5

Type:

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

SKELETON_CHANGED: AnimDataModelNotifyType

FEmptyPayload

Type:

20

Type:

Indicates that the skeleton changed. Type of payload

TRACK_ADDED: AnimDataModelNotifyType

FAnimationTrackAddedPayload

Type:

2

Type:

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

TRACK_CHANGED: AnimDataModelNotifyType

FAnimationTrackChangedPayload

Type:

3

Type:

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

TRACK_REMOVED: AnimDataModelNotifyType

FAnimationTrackRemovedPayload

Type:

4

Type:

Indicates a bone track has been removed. Type of payload