unreal.MovieSceneDecorationContainerObject¶
- class unreal.MovieSceneDecorationContainerObject(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
MovieSceneSignedObjectMovie Scene Decoration Container Object
C++ Source:
Module: MovieScene
File: MovieSceneDecorationContainer.h
Editor Properties: (see get_editor_property/set_editor_property)
decorations(MovieSceneDecorationContainer): [Read-Write] Array of decorations for this movie scene
- add_decoration(decoration_class) Object¶
Add a decoration by class. Returns the decoration (existing or newly created).
- find_decoration(decoration_class) Object¶
Find a decoration of a specific class on this container, or nullptr if not present
- get_compatible_decorations() Array[type(Class)]¶
Get all decoration classes that can be added to this container