unreal.SequencerPlaylistItem_Sequence

class unreal.SequencerPlaylistItem_Sequence(outer: Object | None = None, name: Name | str = 'None')

Bases: SequencerPlaylistItem

Sequencer Playlist Item Sequence

C++ Source:

  • Plugin: SequencerPlaylists

  • Module: SequencerPlaylists

  • File: SequencerPlaylistItem_Sequence.h

Editor Properties: (see get_editor_property/set_editor_property)

  • end_frame_offset (int32): [Read-Write] Number of frames by which to clip the out point of sections played from this item.

  • mute (bool): [Read-Write] Disable playback of this item and prevent it from entering a hold state.

  • num_loops (int32): [Read-Write] 0 is single playthrough, >= 1 is (n+1) playthroughs.

  • playback_speed (float): [Read-Write] Speed multiplier at which to play sections created by this item. A value of 1 will result in playback at the original speed.

  • sequence (LevelSequence): [Read-Write]

  • start_frame_offset (int32): [Read-Write] Number of frames by which to clip the in point of sections played from this item. Will also affect the first frame for hold.

property sequence: LevelSequence

[Read-Write]

Type:

(LevelSequence)

set_sequence(new_sequence) None

Set Sequence

Parameters:

new_sequence (LevelSequence) –