Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SSubMenuHandler
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Widgets/Input/SSubMenuHandler.h |
| Include Path | #include "Widgets/Input/SSubMenuHandler.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SSubMenuHandler >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SSubMenuHandler::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
Widgets/Input/SSubMenuHandler.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | Widgets/Input/SSubMenuHandler.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
NamedSlotProperty< FArguments > Content() |
Widgets/Input/SSubMenuHandler.h | ||
WidgetArgsType & MenuAnchor
(
TSharedPtr< SMenuAnchor > InArg |
Widgets/Input/SSubMenuHandler.h | ||
WidgetArgsType & MenuContent
(
TSharedPtr< SWidget > InArg |
Widgets/Input/SSubMenuHandler.h | ||
WidgetArgsType & OnGetMenuContent
(
const FOnGetContent& InDelegate |
Widgets/Input/SSubMenuHandler.h | ||
WidgetArgsType & Placement
(
const TAttribute< EMenuPlacement >& InAttribute |
Widgets/Input/SSubMenuHandler.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments & operator[]
(
const TSharedRef< SWidget >& InChild |
Widgets/Input/SSubMenuHandler.h |