unreal.MovieGraphSetCVarValueNode¶
- class unreal.MovieGraphSetCVarValueNode(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
MovieGraphSettingNodeA node which can set a specific console variable’s value.
C++ Source:
Plugin: MovieRenderPipeline
Module: MovieRenderPipelineCore
File: MovieGraphSetCVarValueNode.h
Editor Properties: (see get_editor_property/set_editor_property)
dynamic_properties(InstancedPropertyBag): [Read-Write] Properties which can be dynamically declared on the node (vs. native properties which are always present).name(str): [Read-Write] The name of the CVar having its value set.override_name(bool): [Read-Write]override_value(bool): [Read-Write]value(float): [Read-Write] The new value of the CVar.