unreal.PCGSettingsPropertyDefinition

class unreal.PCGSettingsPropertyDefinition(name: str = '', full_name: str = '', tooltip: str = '', cpp_type: str = '')

Bases: StructBase

PCGSettings Property Definition

C++ Source:

  • Plugin: PCG

  • Module: PCG

  • File: PCGSettingsHelpers.h

Editor Properties: (see get_editor_property/set_editor_property)

  • cpp_type (str): [Read-Write]

  • full_name (str): [Read-Write]

  • name (str): [Read-Write]

  • tooltip (str): [Read-Write]

property cpp_type: str

[Read-Only]

Type:

(str)

property full_name: str

[Read-Only]

Type:

(str)

property name: str

[Read-Only]

Type:

(str)

property tooltip: str

[Read-Only]

Type:

(str)