unreal.DataDrivenConsoleVariable

class unreal.DataDrivenConsoleVariable

Bases: StructBase

Data Driven Console Variable

C++ Source:

  • Module: Engine

  • File: DataDrivenCVars.h

Editor Properties: (see get_editor_property/set_editor_property)

  • default_value_bool (bool): [Read-Write]

  • default_value_float (float): [Read-Write]

  • default_value_int (int32): [Read-Write]

  • name (str): [Read-Write]

  • tool_tip (str): [Read-Write]

  • type (FDataDrivenCVarType): [Read-Write]