Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
FInteractiveToolInfo provides information about a tool (name, tooltip, etc)
| Name | FInteractiveToolInfo |
| Type | struct |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveTool.h |
| Include Path | #include "InteractiveTool.h" |
Syntax
struct FInteractiveToolInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ToolDisplayMessage | FText | Display message that can be used as a tool tip or to provide information about the tool. | InteractiveTool.h | |
| ToolDisplayName | FText | Name of Tool. | InteractiveTool.h | |
| ToolIcon | const FSlateBrush * | The icon to use for the tool ui command. | InteractiveTool.h |