Navigation
Unreal Engine C++ API Reference > Developer > ToolMenus
References
Module | ToolMenus |
Header | /Engine/Source/Developer/ToolMenus/Public/ToolMenuDelegates.h |
Include | #include "ToolMenuDelegates.h" |
Syntax
struct FToolUIActionChoice
Constructors
Type | Name | Description |
---|---|---|
FToolUIActionChoice () | ||
FToolUIActionChoice ( const FUIAction& InAction ) | ||
FToolUIActionChoice ( const FExecuteAction& InExecuteAct... ) | ||
FToolUIActionChoice ( const FToolUIAction& InAction ) | ||
FToolUIActionChoice ( const FToolDynamicUIAction& InActi... ) | ||
FToolUIActionChoice ( const FToolMenuExecuteAction& InEx... ) | ||
FToolUIActionChoice ( const TSharedPtr< const FUICommandI..., const FUICommandList& InCommandLis... ) |
Functions
Type | Name | Description |
---|---|---|
const FToolD... | GetToolDynamicUIAction () | |
const FToolU... | GetToolUIAction () | |
const FUIAct... | GetUIAction () |