Navigation
API > API/Plugins > API/Plugins/SlateIMBlueprint > API/Plugins/SlateIMBlueprint/USlateIMBlueprintFunctionLibrary
Description
Begins a vertically wrapped container. All widgets created within the Vertical Wrap container will be placed in-order top-to-bottom until the allotted height is filled, then the content will begin a new column and so-on.
Wrap container children are always AutoSize and do not support Fill
| Name | BeginVerticalWrap |
| 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 BeginVerticalWrap
(
bool bMaximizeContent
)
Parameters
| Name | Remarks |
|---|---|
| bMaximizeContent | Maximize() the contents of the wrap |