FMathStructCustomization::OnDynamicSliderMaxValueChanged

Callback when the max/min spinner value are changed (only apply if SupportDynamicSliderMaxValue or SupportDynamicSliderMinValue are true)

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)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library