FEditorClassUtils::GetTooltip

Gets the tooltip to display for a given class

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
    )
}

Remarks

Gets the tooltip to display for a given class

Returns

Shared reference to the constructed tooltip

Parameters

Parameter

Description

InClass

Class we want to build a tooltip for

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