unreal.BooleanCameraVariable¶
- class unreal.BooleanCameraVariable(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
CameraVariableAssetBoolean camera variable.
C++ Source:
Plugin: GameplayCameras
Module: GameplayCameras
File: CameraVariableAssets.h
Editor Properties: (see get_editor_property/set_editor_property)
auto_reset(bool): [Read-Write] Whether this variable auto-resets to its default value every frame.default_value(bool): [Read-Write] The default value of this variable.