UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FInteractiveToolInfo Struct Reference

#include <InteractiveTool.h>

Public Attributes

FText ToolDisplayName = FText::GetEmpty()
 
FText ToolDisplayMessage = FText::GetEmpty()
 
const FSlateBrushToolIcon = nullptr
 

Detailed Description

FInteractiveToolInfo provides information about a tool (name, tooltip, etc)

Member Data Documentation

◆ ToolDisplayMessage

FText FInteractiveToolInfo::ToolDisplayMessage = FText::GetEmpty()

Display message that can be used as a tool tip or to provide information about the tool.

◆ ToolDisplayName

FText FInteractiveToolInfo::ToolDisplayName = FText::GetEmpty()

Name of Tool. May be FText::Empty(), but will default to Tool->GetClass()->GetDisplayNameText() in InteractiveTool constructor

◆ ToolIcon

const FSlateBrush* FInteractiveToolInfo::ToolIcon = nullptr

The icon to use for the tool ui command.


The documentation for this struct was generated from the following file: