Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorClassUtils__GetTooltip
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorClassUtils.h |
| Include | #include "EditorClassUtils.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorClassUtils.cpp |
namespace FEditorClassUtils
{
TSharedRef< SToolTip > FEditorClassUtils&58;&58;GetTooltip
&40;
const UClass &42; Class,
const TAttribute< FText > & OverrideText
&41;
}
Remarks
Gets the tooltip to display for a given class with specified text for the tooltip Shared reference to the constructed tooltip
Parameters
| Name | Description |
|---|---|
| InClass | Class we want to build a tooltip for |
| OverrideText | The text to display on the standard tooltip |