unreal.AnimationTrackAddedPayload

class unreal.AnimationTrackAddedPayload(name='None', track_index=- 1)

Bases: unreal.AnimationTrackPayload

Animation Track Added Payload

C++ Source:

  • Module: Engine

  • File: AnimDataNotifications.h

Editor Properties: (see get_editor_property/set_editor_property)

  • name (Name): [Read-Write] Name: Name of the track (bone)

  • track_index (int32): [Read-Write] Track Index: Index of the track (bone) which was added

property track_index

[Read-Only] Track Index: Index of the track (bone) which was added

Type

(int32)