Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/TInteractiveToolCommands
List of pairs of known Tool Actions and their associated UICommands. This list is used at bind-time to connect up the already-registered UICommands to the active Tool
| Name | FToolActionCommand |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Tools/InteractiveToolsCommands.h |
| Include Path | #include "Tools/InteractiveToolsCommands.h" |
Syntax
struct FToolActionCommand
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ToolAction | FInteractiveToolAction | Tools/InteractiveToolsCommands.h | ||
| UICommand | TSharedPtr< FUICommandInfo > | Tools/InteractiveToolsCommands.h |