Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/MultiBox
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxDefs.h |
| Include | #include "Framework/MultiBox/MultiBoxDefs.h" |
Syntax
struct FMenuEntryStyleParams
Remarks
Contains various Style parameters and overrides. Not all are applicable to a given entry
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bNoIndent | If true, removes the padding from the left of the widget that lines it up with other menu items | |
| EHorizontalAlignment | HorizontalAlignment | Horizontal alignment for this widget in its parent container. Note: only applies to toolbars | |
| TOptional< float > | MaxSize | (Optionally) override the maximum size. | |
| TOptional< float > | MinSize | (Optionally) override the minimum size. | |
| TOptional< FSizeParam::ESizeRule > | SizeRule | (Optionally) override the size rule, where the default is generally Auto | |
| TOptional< EVerticalAlignment > | VerticalAlignment | (Optional) Vertical alignment for this widget in its parent container |
Constructors
| Type | Name | Description | |
|---|---|---|---|