Navigation
API > API/Plugins > API/Plugins/SlateIMBlueprint > API/Plugins/SlateIMBlueprint/USlateIMBlueprintFunctionLibrary
Description
Begins a horizontally wrapped container. All widgets created within the Horizontal Wrap container will be placed in-order left-to-right until the allotted width is filled, then the content will begin a new line and so-on.
Wrap box children are always AutoSize and do not support Fill
| Name | BeginHorizontalWrap |
| Type | function |
| Header File | /Engine/Plugins/Experimental/SlateIM/Source/SlateIMBlueprint/Public/SlateIMBlueprintFunctionLibrary.h |
| Include Path | #include "SlateIMBlueprintFunctionLibrary.h" |
UFUNCTION (BlueprintCallable, Category="SlateIM|Containers|Wrap")
static void BeginHorizontalWrap
(
bool bMaximizeContent
)
Parameters
| Name | Remarks |
|---|---|
| bMaximizeContent | Maximize() the contents of the wrap |