unreal.PCGDataTableRowToParamDataSettings¶
- class unreal.PCGDataTableRowToParamDataSettings(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
PCGSettingsPCGData Table Row to Param Data Settings
C++ Source:
Plugin: PCG
Module: PCG
File: PCGDataTableRowToParamData.h
Editor Properties: (see get_editor_property/set_editor_property)
break_debugger(bool): [Read-Write] If a debugger is attached, triggers a breakpoint inside IPCGElement::Execute(). Editor only. Transient.category(Text): [Read-Write]data_table(DataTable): [Read-Write] the data table to copy fromdebug(bool): [Read-Write]debug_settings(PCGDebugVisualizationSettings): [Read-Write]description(Text): [Read-Write]determinism_settings(PCGDeterminismSettings): [Read-Write]enabled(bool): [Read-Write]expose_to_library(bool): [Read-Write]row_name(Name): [Read-Write] The name of the row to copy fromseed(int32): [Read-Write]synchronous_load(bool): [Read-Write] By default, data table loading is asynchronous, can force it synchronous if needed.use_seed(bool): [Read-Only] By default, settings won’t use a seed. Set this bool to true in the child ctor to allow edition and use it.