unreal.MovieScenePasteSectionsParams

class unreal.MovieScenePasteSectionsParams(tracks: None = [], track_row_indices: None = [], decoration_targets: None = [], time: FrameTime = Ellipsis)

Bases: StructBase

Paste sections params

C++ Source:

  • Module: Sequencer

  • File: SequencerUtilities.h

Editor Properties: (see get_editor_property/set_editor_property)

  • decoration_targets (Array[MovieScenePasteDecorationTarget]): [Read-Write] Decoration paste destinations. Each entry has at least Container or PreferredDecoration set.

  • time (FrameTime): [Read-Write]

  • track_row_indices (Array[int32]): [Read-Write]

  • tracks (Array[MovieSceneTrack]): [Read-Write]

property decoration_targets: None

[Read-Write] Decoration paste destinations. Each entry has at least Container or PreferredDecoration set.

Type:

(Array[MovieScenePasteDecorationTarget])

property time: FrameTime

[Read-Write]

Type:

(FrameTime)

property track_row_indices: None

[Read-Write]

Type:

(Array[int32])

property tracks: None

[Read-Write]

Type:

(Array[MovieSceneTrack])