Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/FField
Description
Finds the localized tooltip or native tooltip as a fallback.
Finds the localized tooltip or native tooltip as a fallback.
| Name | GetToolTipText |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Field.h |
| Include Path | #include "UObject/Field.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Field.cpp |
FText GetToolTipText
(
bool bShortTooltip
) const
The tooltip for this object.
Parameters
| Name | Remarks |
|---|---|
| bShortTooltip | Look for a shorter version of the tooltip (falls back to the long tooltip if none was specified) |