UField::GetToolTipText

Finds the localized tooltip or native tooltip as a fallback.

Windows
MacOS
Linux

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h

Include

#include "UObject/Class.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp

Syntax

FText GetToolTipText
(
    bool bShortTooltip
) const

Remarks

Finds the localized tooltip or native tooltip as a fallback.

Finds the localized tooltip or native tooltip as a fallback.

Returns

The tooltip for this object.

Parameters

Parameter

Description

bShortTooltip

Look for a shorter version of the tooltip (falls back to the long tooltip if none was specified)

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