Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/TInteractiveToolCommands
Description
Find or Create a UICommand for a standard Tool Action, that will be shared across Tools
Support for sharing UI commands between multiple Tools, where the shared command is not at the shared-between-modes level
| Name | FindOrCreateSharedCommand |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Tools/InteractiveToolsCommands.h |
| Include Path | #include "Tools/InteractiveToolsCommands.h" |
bool FindOrCreateSharedCommand
(
EStandardToolActions ActionID,
FToolActionCommand & FoundOut
)