Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/FInteractiveToolStack
References
| Module | EditorInteractiveToolsFramework |
| Header | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/InteractiveToolStack.h |
| Include | #include "InteractiveToolStack.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/InteractiveToolStack.cpp |
static void RegisterToolStack
(
UEdMode * EdMode,
UEditorInteractiveToolsContext * UseToolsContext,
TSharedPtr< FUICommandInfo > UICommand,
FString ToolStackIdentifier
)
Remarks
Helper method to generate tool stacks
Parameters
| Name | Description |
|---|---|
| EdMode | EdMode registering this tool stack |
| UseToolsContext | Tool context for this stack |
| UICommand | Command to map tool start / stop actions to |
| ToolStackIdentifier | Unique string identifier for the tool stack |