![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <InteractiveTool.h>
Public Attributes | |
| FText | ToolDisplayName = FText::GetEmpty() |
| FText | ToolDisplayMessage = FText::GetEmpty() |
| const FSlateBrush * | ToolIcon = nullptr |
FInteractiveToolInfo provides information about a tool (name, tooltip, etc)
| FText FInteractiveToolInfo::ToolDisplayMessage = FText::GetEmpty() |
Display message that can be used as a tool tip or to provide information about the tool.
| FText FInteractiveToolInfo::ToolDisplayName = FText::GetEmpty() |
Name of Tool. May be FText::Empty(), but will default to Tool->GetClass()->GetDisplayNameText() in InteractiveTool constructor
| const FSlateBrush* FInteractiveToolInfo::ToolIcon = nullptr |
The icon to use for the tool ui command.