unreal.PCGSettingsPropertyDefinition¶
- class unreal.PCGSettingsPropertyDefinition(name: str = '', full_name: str = '', tooltip: str = '', cpp_type: str = '')¶
Bases:
StructBasePCGSettings 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]