Navigation
API > API/Developer > API/Developer/ToolMenus
| Name | FToolUIActionChoice |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolMenus/Public/ToolMenuDelegates.h |
| Include Path | #include "ToolMenuDelegates.h" |
Syntax
struct FToolUIActionChoice
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ToolMenuDelegates.h | |||
FToolUIActionChoice
(
const FUIAction& InAction |
ToolMenuDelegates.h | ||
FToolUIActionChoice
(
const FExecuteAction& InExecuteAction |
ToolMenuDelegates.h | ||
FToolUIActionChoice
(
const FToolUIAction& InAction |
ToolMenuDelegates.h | ||
FToolUIActionChoice
(
const FToolDynamicUIAction& InAction |
ToolMenuDelegates.h | ||
FToolUIActionChoice
(
const FToolMenuExecuteAction& InExecuteAction |
ToolMenuDelegates.h | ||
FToolUIActionChoice
(
const TSharedPtr< const FUICommandInfo >& InCommand, |
ToolMenuDelegates.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Action | TOptional< FUIAction > | ToolMenuDelegates.h | ||
| DynamicToolAction | TOptional< FToolDynamicUIAction > | ToolMenuDelegates.h | ||
| ToolAction | TOptional< FToolUIAction > | ToolMenuDelegates.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FToolDynamicUIAction * GetToolDynamicUIAction() |
ToolMenuDelegates.h | ||
const FToolUIAction * GetToolUIAction() |
ToolMenuDelegates.h | ||
const FUIAction * GetUIAction() |
ToolMenuDelegates.h |