![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MultiBoxDefs.h>
Public Member Functions | |
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | FMenuEntryStyleParams ()=default |
| FMenuEntryStyleParams (FMenuEntryStyleParams &&)=default | |
| FMenuEntryStyleParams (const FMenuEntryStyleParams &)=default | |
| FMenuEntryStyleParams & | operator= (FMenuEntryStyleParams &&)=default |
| FMenuEntryStyleParams & | operator= (const FMenuEntryStyleParams &)=default |
Contains various Style parameters and overrides. Not all are applicable to a given entry
|
default |
|
default |
|
default |
|
default |
|
default |
| PRAGMA_ENABLE_DEPRECATION_WARNINGS bool FMenuEntryStyleParams::bNoIndent = false |
If true, removes the padding from the left of the widget that lines it up with other menu items
| TAttribute<FOptionalSize> FMenuEntryStyleParams::DesiredHeightOverride |
(Optionally) set the desired height override
| TAttribute<FOptionalSize> FMenuEntryStyleParams::DesiredWidthOverride |
(Optionally) set the desired width override
(Optionally) override the fill proportion when the SizeRule is Stretch or StretchContent, defaults to 1.0f
(Optionally) override the minimum fill proportion when the SizeRule is StretchContent, defaults to FillSize/1.0f
| EHorizontalAlignment FMenuEntryStyleParams::HorizontalAlignment = HAlign_Fill |
Horizontal alignment for this widget in its parent container. Note: only applies to toolbars
| TAttribute<float> FMenuEntryStyleParams::MaximumSize |
(Optionally) override the maximum size. This will apply to the width or height, depending on the menu orientation
(Optionally) override the maximum size. This will apply to the width or height, depending on the menu orientation
| TAttribute<float> FMenuEntryStyleParams::MinimumSize |
(Optionally) override the minimum size. This will apply to the width or height, depending on the menu orientation
(Optionally) override the minimum size. This will apply to the width or height, depending on the menu orientation
| TOptional<FSizeParam::ESizeRule> FMenuEntryStyleParams::SizeRule |
(Optionally) override the size rule, where the default is generally Auto
| TOptional<EVerticalAlignment> FMenuEntryStyleParams::VerticalAlignment |
(Optional) Vertical alignment for this widget in its parent container