unreal.MovieScenePasteDecorationTarget

class unreal.MovieScenePasteDecorationTarget(container: MovieSceneDecorationContainerObject = Ellipsis, preferred_decoration: Object = Ellipsis)

Bases: StructBase

Decoration paste destination supplied alongside FMovieScenePasteSectionsParams::Tracks.

C++ Source:

  • Module: Sequencer

  • File: SequencerUtilities.h

Editor Properties: (see get_editor_property/set_editor_property)

  • container (MovieSceneDecorationContainerObject): [Read-Write]

  • preferred_decoration (Object): [Read-Write] Decoration the user selected directly. Hosted sections matching this decoration’s GetHostedSectionClass() are routed here.

property container: MovieSceneDecorationContainerObject

[Read-Write]

Type:

(MovieSceneDecorationContainerObject)

property preferred_decoration: Object

[Read-Write] Decoration the user selected directly. Hosted sections matching this decoration’s GetHostedSectionClass() are routed here.

Type:

(Object)