FMathStructCustomization::OnDynamicSliderMaxValueChanged

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

Windows
MacOS
Linux

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

Syntax

template<typename NumericType>
void OnDynamicSliderMaxValueChanged
(
    NumericType NewMaxSliderValue,
    TWeakPtr< SWidget > InValueChangedSourceWidget,
    bool IsOriginator,
    bool UpdateOnlyIfHigher
)

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss