Navigation
API > API/Plugins > API/Plugins/SlateIMBlueprint > API/Plugins/SlateIMBlueprint/USlateIMBlueprintFunctionLibrary
Description
Begin adding content as a child to the current table row. NextTableCell() must still be called after this function. If the table is a tree, a unique row id must be provided when starting a new set of child rows so that the expansion state of the parent row is saved. Not providing a row id will cause the parent row to revert to the default expansion state if its grandparent row is closed.
| Name | BeginTableRowChildren |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIMBlueprint/Public/SlateIMBlueprintFunctionLibrary.h |
| Include Path | #include "SlateIMBlueprintFunctionLibrary.h" |
UFUNCTION (BlueprintCallable, Category="SlateIM|Containers|Table")
static bool BeginTableRowChildren
(
const FSlateIMTableRowChildrenParams & Params
)
Whether the parent row is expanded or not. When false, the child content can be skipped to save cycles.
Parameters
| Name | Remarks |
|---|---|
| Params | Params used to begin the table children. |