Navigation
API > API/Plugins > API/Plugins/SlateIM
Sync with FSlateIMTableRowChildrenParams.
| Name | FTableRowChildrenParams |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIMParameters.h |
| Include Path | #include "SlateIMParameters.h" |
Syntax
struct FTableRowChildrenParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bDefaultExpanded | bool | Set the default expansion state of the parent (whether the children following are visible.) Only applies to rows with a parent id. | SlateIMParameters.h | |
| ParentRowId | uint32 | Id of the parent row. 0 to disable state saving. Row ids must be unique to its parent. | SlateIMParameters.h |