FMathStructCustomization::OnGetValueToolTip

Gets the tooltip for the value.

Unreal Engine C++ API Reference > Editor > DetailCustomizations > Customizations > FMathStructCustomization

References

   
Module DetailCustomizations
Header /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructCustomizations.h
Include #include "Customizations/MathStructCustomizations.h"
Source /Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp
template<typename NumericType>
[FText](API\Runtime\Core\Internationalization\FText) OnGetValueToolTip
(
    [TWeakPtr](API\Runtime\Core\Templates\TWeakPtr)< [IPropertyHandle](API\Editor\PropertyEditor\IPropertyHandle) > WeakHandlePtr
) const

Remarks

Gets the tooltip for the value. Displays the property name and the current value

WeakHandlePtr Handle to the property to get the value from


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library