unreal.MovieScenePasteDecorationTarget¶
- class unreal.MovieScenePasteDecorationTarget(container: MovieSceneDecorationContainerObject = Ellipsis, preferred_decoration: Object = Ellipsis)¶
Bases:
StructBaseDecoration 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]