FAssetEditorToolkit::GetToolTipTextForObject

Gets the text to display in a toolkit tooltip for an object

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/Toolkits/AssetEditorToolkit.h

Include

#include "Toolkits/AssetEditorToolkit.h"

Source

/Engine/Source/Editor/UnrealEd/Private/Toolkits/AssetEditorToolkit.cpp

Syntax

static FText GetToolTipTextForObject
(
    const UObject * InObject
)

Remarks

Gets the text to display in a toolkit tooltip for an object

Returns

a formatted description of the object

Parameters

Parameter

Description

InObject

The object we want a description of

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