Navigation
API > API/Plugins > API/Plugins/SlateIMBlueprint > API/Plugins/SlateIMBlueprint/USlateIMBlueprintFunctionLibrary
Description
Begin the content for the next table cell. The column and row are tracked internally based on the number of columns.
There is no "End" function counterpart to this call. This function supports the various slot functions (Padding, HAlign, VAlign, Min/Max Width/Height, etc).
| Name | NextTableCell |
| 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 NextTableCell
(
bool & bOutRowSelected
)
Whether the contents of this table cell are visible. When false, the content can be skipped to save cycles.
Parameters
| Name | Remarks |
|---|---|
| bOutRowSelected | If supplied, will return true if the row this cell belongs to is selected. |