SColorGradingPicker::OnDynamicSliderMaxValueChanged

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

Windows
MacOS
Linux

References

Module

AppFramework

Header

/Engine/Source/Runtime/AppFramework/Public/Widgets/Colors/SColorGradingPicker.h

Include

#include "Widgets/Colors/SColorGradingPicker.h"

Source

/Engine/Source/Runtime/AppFramework/Private/Widgets/Colors/SColorGradingPicker.cpp

Syntax

void OnDynamicSliderMaxValueChanged
(
    float 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