Navigation
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> void OnDynamicSliderMaxValueChanged ( NumericType NewMaxSliderValue, [TWeakPtr](API\Runtime\Core\Templates\TWeakPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > InValueChangedSourceWidget, bool IsOriginator, bool UpdateOnlyIfHigher )
Remarks
Callback when the max/min spinner value are changed (only apply if SupportDynamicSliderMaxValue or SupportDynamicSliderMinValue are true)