unreal.MovieSceneSkeletalAnimationParams

class unreal.MovieSceneSkeletalAnimationParams(animation: AnimSequenceBase = Ellipsis, first_loop_start_frame_offset: FrameNumber = Ellipsis, start_frame_offset: FrameNumber = Ellipsis, end_frame_offset: FrameNumber = Ellipsis, play_rate: float = 0.0, reverse: bool = False, slot_name: Name = 'None', mirror_data_table: MirrorDataTable = Ellipsis, skip_anim_notifiers: bool = False, force_custom_mode: bool = False, swap_root_bone: SwapRootBone = Ellipsis)

Bases: StructBase

Movie Scene Skeletal Animation Params

C++ Source:

  • Module: MovieSceneTracks

  • File: MovieSceneSkeletalAnimationSection.h

Editor Properties: (see get_editor_property/set_editor_property)

  • animation (AnimSequenceBase): [Read-Write] The animation this section plays

  • end_frame_offset (FrameNumber): [Read-Write] The offset into the end of the animation clip

  • first_loop_start_frame_offset (FrameNumber): [Read-Write] The offset into the beginning of the animation clip for the first loop of play.

  • force_custom_mode (bool): [Read-Write] If on animation sequence will always play when active even if the animation is controlled by a Blueprint or Anim Instance Class

  • mirror_data_table (MirrorDataTable): [Read-Write]

  • play_rate (float): [Read-Write] The playback rate of the animation clip

  • reverse (bool): [Read-Write] Reverse the playback of the animation clip

  • skip_anim_notifiers (bool): [Read-Write] If on will skip sending animation notifies

  • slot_name (Name): [Read-Write] The slot name to use for the animation

  • start_frame_offset (FrameNumber): [Read-Write] The offset into the beginning of the animation clip

  • swap_root_bone (SwapRootBone): [Read-Write] If on the root bone transform will be swapped to the specified root

property animation: AnimSequenceBase

[Read-Write] The animation this section plays

Type:

(AnimSequenceBase)

property end_frame_offset: FrameNumber

[Read-Write] The offset into the end of the animation clip

Type:

(FrameNumber)

property first_loop_start_frame_offset: FrameNumber

[Read-Write] The offset into the beginning of the animation clip for the first loop of play.

Type:

(FrameNumber)

property force_custom_mode: bool

[Read-Write] If on animation sequence will always play when active even if the animation is controlled by a Blueprint or Anim Instance Class

Type:

(bool)

property mirror_data_table: MirrorDataTable

[Read-Write]

Type:

(MirrorDataTable)

property play_rate: float

[Read-Write] The playback rate of the animation clip

Type:

(float)

property reverse: bool

[Read-Write] Reverse the playback of the animation clip

Type:

(bool)

property skip_anim_notifiers: bool

[Read-Write] If on will skip sending animation notifies

Type:

(bool)

property slot_name: Name

[Read-Write] The slot name to use for the animation

Type:

(Name)

property start_frame_offset: FrameNumber

[Read-Write] The offset into the beginning of the animation clip

Type:

(FrameNumber)

property swap_root_bone: SwapRootBone

[Read-Write] If on the root bone transform will be swapped to the specified root

Type:

(SwapRootBone)