Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/FMenuEntryResizeParams
| Name | FWrappingParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxDefs.h |
| Include Path | #include "Framework/MultiBox/MultiBoxDefs.h" |
Syntax
struct FWrappingParams
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultAllowWrapping | bool | Keep default values separate from the attributes. This allows the attributes to act like unset optionals by default. | Framework/MultiBox/MultiBoxDefs.h |
| DefaultForceNewLine | bool | Framework/MultiBox/MultiBoxDefs.h | |
| DefaultMode | UE::Slate::PrioritizedWrapBox::EWrapMode | Framework/MultiBox/MultiBoxDefs.h | |
| DefaultPriority | int32 | Framework/MultiBox/MultiBoxDefs.h | |
| DefaultVerticalOverflowBehavior | UE::Slate::PrioritizedWrapBox::EVerticalOverflowBehavior | Framework/MultiBox/MultiBoxDefs.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Allow | TAttribute< bool > | If true (default), allow this entry to be wrapped to the next line during resizing of toolbars. | Framework/MultiBox/MultiBoxDefs.h | |
| ForceNewLine | TOptional< bool > | If true (default is false), the entry should always be placed on a new line. | Framework/MultiBox/MultiBoxDefs.h | |
| Mode | TAttribute< UE::Slate::PrioritizedWrapBox::EWrapMode > | Override to specify the wrap mode. By default, this is "Preferred". | Framework/MultiBox/MultiBoxDefs.h | |
| Priority | TAttribute< int32 > | Override to specify a wrap priority, where a higher priority means the entry will be wrapped to the next line first. | Framework/MultiBox/MultiBoxDefs.h | |
| VerticalOverflowBehavior | TOptional< UE::Slate::PrioritizedWrapBox::EVerticalOverflowBehavior > | Override to specify the vertical overflow behavior. By default, this is "ClipOrExpandProportional". | Framework/MultiBox/MultiBoxDefs.h |