Navigation
API > API/Editor > API/Editor/DetailCustomizations > API/Editor/DetailCustomizations/FMathStructCustomization
Description
Gets the tooltip for the value. Displays the property name and the current value
@praram WeakHandlePtr Handle to the property to get the value from
| Name | OnGetValueToolTip |
| Type | function |
| Header File | /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructCustomizations.h |
| Include Path | #include "Customizations/MathStructCustomizations.h" |
| Source | /Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp |
template<typename NumericType>
FText OnGetValueToolTip
(
TWeakPtr < IPropertyHandle > WeakHandlePtr
) const