Navigation
API > API/Developer > API/Developer/ToolMenus
| Name | FToolDynamicUIAction |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolMenus/Public/ToolMenuDelegates.h |
| Include Path | #include "ToolMenuDelegates.h" |
Syntax
USTRUCT (BlueprintType )
struct FToolDynamicUIAction
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FToolDynamicUIAction() |
ToolMenuDelegates.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CanExecuteAction | FToolMenuDynamicCanExecuteAction | ToolMenuDelegates.h |
|
|
| ExecuteAction | FToolMenuDynamicExecuteAction | ToolMenuDelegates.h |
|
|
| GetActionCheckState | FToolMenuDynamicGetActionCheckState | ToolMenuDelegates.h |
|
|
| IsActionVisibleDelegate | FToolMenuDynamicIsActionButtonVisible | ToolMenuDelegates.h |
|