Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Describes a tool type to be registered into a UInteractiveToolManager.
| Name | FTool |
| Type | struct |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolGroup.h |
| Include Path | #include "ToolGroup.h" |
Syntax
struct FTool
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BuilderClass | TSubclassOf< UInteractiveToolBuilder > | Builder class registered with the ToolManager. | ToolGroup.h | |
| Name | FString | ITF Tool Identifier (ToolManager tool type id) | ToolGroup.h |