unreal.SlateIMTableRowChildrenParams

class unreal.SlateIMTableRowChildrenParams(parent_row_id: int = 0, default_expanded: bool = False)

Bases: StructBase

Slate 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.

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.

Type:

(bool)

property parent_row_id: int

[Read-Write] Id of the parent row. 0 to disable state saving. Row ids must be unique to its parent.

Type:

(int32)