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::GetTooltip
(
const UClass * Class,
const TAttribute < FText > & OverrideText
)
}
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 |