unreal.MovieGraphMember¶
- class unreal.MovieGraphMember(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
MovieGraphValueContainerMovie Graph Member
C++ Source:
Plugin: MovieRenderPipeline
Module: MovieRenderPipelineCore
File: MovieGraphConfig.h
Editor Properties: (see get_editor_property/set_editor_property)
description(str): [Read-Write] The optional description of this member, which is user-facing.value(InstancedPropertyBag): [Read-Write] The value held by this object.
- can_rename(new_name) Text or None¶
Determines if this member can be renamed to the specified name. If the rename is not possible, returns false and OutError is populated with the reason, else returns true.