Navigation
API > API/Plugins > API/Plugins/SlateIM
| |
|
| Name |
FSlateIMTableRowChildrenParams |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/SlateIM/Source/SlateIM/Public/SlateIMParameters.h |
| Include Path |
#include "SlateIMParameters.h" |
Syntax
USTRUCT (BlueprintType )
struct FSlateIMTableRowChildrenParams
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 |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
| ParentRowId |
int32 |
Id of the parent row. 0 to disable state saving. Row ids must be unique to its parent. |
SlateIMParameters.h |
- BlueprintReadWrite
- EditAnywhere
- Category="SlateIM"
|
Functions
Public
Operators
| Name |
Remarks |
Include Path |
Unreal Specifiers |
operator SlateIM::FTableRowChildrenParams()
|
|
SlateIMParameters.h |
|