Navigation
API > API/Developer > API/Developer/ToolMenus > API/Developer/ToolMenus/FToolUIAction
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
ToolMenuDelegates.h |
|
|
|
ToolMenuDelegates.h |
|
FToolUIAction
(
const FToolMenuExecuteAction& InExecuteAction,
const FToolMenuGetActionCheckState& InGetActionCheckState
)
|
|
ToolMenuDelegates.h |
|
FToolUIAction
(
const FToolMenuExecuteAction& InExecuteAction,
const FToolMenuCanExecuteAction& InCanExecuteAction,
const FToolMenuGetActionCheckState& InGetActionCheckState
)
|
|
ToolMenuDelegates.h |
|
| |
|
| Name |
FToolUIAction |
| Type |
function |
| Header File |
/Engine/Source/Developer/ToolMenus/Public/ToolMenuDelegates.h |
| Include Path |
#include "ToolMenuDelegates.h" |
FToolUIAction()
| |
|
| Name |
FToolUIAction |
| Type |
function |
| Header File |
/Engine/Source/Developer/ToolMenus/Public/ToolMenuDelegates.h |
| Include Path |
#include "ToolMenuDelegates.h" |
FToolUIAction
(
const FToolMenuExecuteAction & InExecuteAction
)
| |
|
| Name |
FToolUIAction |
| Type |
function |
| Header File |
/Engine/Source/Developer/ToolMenus/Public/ToolMenuDelegates.h |
| Include Path |
#include "ToolMenuDelegates.h" |
FToolUIAction
(
const FToolMenuExecuteAction & InExecuteAction,
const FToolMenuGetActionCheckState & InGetActionCheckState
)
| |
|
| Name |
FToolUIAction |
| Type |
function |
| Header File |
/Engine/Source/Developer/ToolMenus/Public/ToolMenuDelegates.h |
| Include Path |
#include "ToolMenuDelegates.h" |
FToolUIAction
(
const FToolMenuExecuteAction & InExecuteAction,
const FToolMenuCanExecuteAction & InCanExecuteAction,
const FToolMenuGetActionCheckState & InGetActionCheckState
)