Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Widgets > API/Runtime/Slate/Widgets/Input > API/Runtime/Slate/Widgets/Input/SMenuAnchor
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SMenuAnchor::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SMenuAnchor.h |
| Include | #include "Widgets/Input/SMenuAnchor.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SMenuAnchor >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | ApplyWidgetStyleToMenu
(
bool InArg |
True to apply the InWidgetStyle of the menu anchor when painting the popup, false to always paint the popup with full opacity and no tint. | |
| NamedSlotProperty< FArguments > | Content () |
||
| WidgetArgsType & | FitInWindow
(
bool InArg |
||
| WidgetArgsType & | IsCollapsedByParent
(
bool InArg |
True if this menu anchor should be collapsed when its parent receives focus, false (default) otherwise | |
| WidgetArgsType & | MenuContent
(
TSharedPtr< SWidget > InArg |
||
| WidgetArgsType & | |||
| WidgetArgsType & | OnGetMenuContent
(
const FOnGetContent& InDelegate |
||
| WidgetArgsType & | OnMenuOpenChanged
(
const FOnIsOpenChanged& InDelegate |
||
| WidgetArgsType & | |||
| WidgetArgsType & | Placement
(
const TAttribute< EMenuPlacement >& InAttribute |
||
| WidgetArgsType & | ShouldDeferPaintingAfterWindowContent
(
bool InArg |
||
| WidgetArgsType & | UseApplicationMenuStack
(
bool InArg |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |