FEditorClassUtils::GetTooltip

Gets the tooltip to display for a given class with specified text for the tooltip

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/EditorClassUtils.h

Include

#include "EditorClassUtils.h"

Source

/Engine/Source/Editor/UnrealEd/Private/EditorClassUtils.cpp

Syntax

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

Returns

Shared reference to the constructed tooltip

Parameters

Parameter

Description

InClass

Class we want to build a tooltip for

OverrideText

The text to display on the standard tooltip

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss