unreal.SlateIMTableRowChildrenParams¶
- class unreal.SlateIMTableRowChildrenParams(parent_row_id: int = 0, default_expanded: bool = False)¶
Bases:
StructBaseSlate IMTable Row Children Params
C++ Source:
Plugin: SlateIM
Module: SlateIM
File: SlateIMParameters.h
Editor Properties: (see get_editor_property/set_editor_property)
default_expanded(bool): [Read-Write] Set the default expansion state of the parent (whether the children following are visible.) Only applies to rows with a parent id.parent_row_id(int32): [Read-Write] Id of the parent row. 0 to disable state saving. Row ids must be unique to its parent.