Navigation
API > API/Runtime > API/Runtime/Slate
| Name | FMenuEntryResizeParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxDefs.h |
| Include Path | #include "Framework/MultiBox/MultiBoxDefs.h" |
Syntax
struct FMenuEntryResizeParams
Structs
| Name | Remarks |
|---|---|
| FWrappingParams |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| DefaultAllowClipping | bool | Framework/MultiBox/MultiBoxDefs.h | |
| DefaultClippingPriority | int32 | Keep default values separate from the attributes. This allows the attributes to act like unset optionals by default. | Framework/MultiBox/MultiBoxDefs.h |
| DefaultVisibleInOverflow | bool | Framework/MultiBox/MultiBoxDefs.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllowClipping | TAttribute< bool > | If true (default), allow this entry to be clipped during resizing of toolbars. | Framework/MultiBox/MultiBoxDefs.h | |
| ClippingPriority | TAttribute< int32 > | The priority of this entry during resizing (default is 0). | Framework/MultiBox/MultiBoxDefs.h | |
| VisibleInOverflow | TAttribute< bool > | If true (default), this entry will be visible in a toolbar overflow menu. | Framework/MultiBox/MultiBoxDefs.h | |
| Wrapping | FMenuEntryResizeParams::FWrappingParams | Framework/MultiBox/MultiBoxDefs.h |