Navigation
API > API/Runtime > API/Runtime/Slate
Contains various Style parameters and overrides. Not all are applicable to a given entry
| Name | FMenuEntryStyleParams |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/MultiBox/MultiBoxDefs.h |
| Include Path | #include "Framework/MultiBox/MultiBoxDefs.h" |
Syntax
struct FMenuEntryStyleParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FMenuEntryStyleParams () |
Workaround for clang deprecation warnings for deprecated members. | Framework/MultiBox/MultiBoxDefs.h | |
| Framework/MultiBox/MultiBoxDefs.h | |||
FMenuEntryStyleParams
(
const FMenuEntryStyleParams& |
Framework/MultiBox/MultiBoxDefs.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bNoIndent | bool | If true, removes the padding from the left of the widget that lines it up with other menu items | Framework/MultiBox/MultiBoxDefs.h | |
| DesiredHeight | TOptional< float > | (Optionally) set the desired height override | Framework/MultiBox/MultiBoxDefs.h | |
| DesiredHeightOverride | TAttribute< FOptionalSize > | (Optionally) set the desired height override | Framework/MultiBox/MultiBoxDefs.h | |
| DesiredWidth | TOptional< float > | (Optionally) set the desired width override | Framework/MultiBox/MultiBoxDefs.h | |
| DesiredWidthOverride | TAttribute< FOptionalSize > | (Optionally) set the desired width override | Framework/MultiBox/MultiBoxDefs.h | |
| FillSize | TOptional< float > | (Optionally) override the fill proportion when the SizeRule is Stretch or StretchContent, defaults to 1.0f | Framework/MultiBox/MultiBoxDefs.h | |
| FillSizeMin | TOptional< float > | (Optionally) override the minimum fill proportion when the SizeRule is StretchContent, defaults to FillSize/1.0f | Framework/MultiBox/MultiBoxDefs.h | |
| HorizontalAlignment | EHorizontalAlignment | Horizontal alignment for this widget in its parent container. Note: only applies to toolbars | Framework/MultiBox/MultiBoxDefs.h | |
| MaximumSize | TAttribute< float > | (Optionally) override the maximum size. | Framework/MultiBox/MultiBoxDefs.h | |
| MaxSize | TOptional< float > | (Optionally) override the maximum size. | Framework/MultiBox/MultiBoxDefs.h | |
| MinimumSize | TAttribute< float > | (Optionally) override the minimum size. | Framework/MultiBox/MultiBoxDefs.h | |
| MinSize | TOptional< float > | (Optionally) override the minimum size. | Framework/MultiBox/MultiBoxDefs.h | |
| SizeRule | TOptional< FSizeParam::ESizeRule > | (Optionally) override the size rule, where the default is generally Auto | Framework/MultiBox/MultiBoxDefs.h | |
| VerticalAlignment | TOptional< EVerticalAlignment > | (Optional) Vertical alignment for this widget in its parent container | Framework/MultiBox/MultiBoxDefs.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Framework/MultiBox/MultiBoxDefs.h | |||
FMenuEntryStyleParams & operator=
(
const FMenuEntryStyleParams& |
Framework/MultiBox/MultiBoxDefs.h |