SRadialSlider::SetSliderHandleStartAngleAndSliderHandleEndAngle

Set the SliderHandleStartAngle and SliderHandleEndAngle attributes.

Windows
MacOS
Linux

References

Module

VirtualCamera

Header

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Public/Widgets/Input/SRadialSlider.h

Include

#include "Widgets/Input/SRadialSlider.h"

Source

/Engine/Plugins/Experimental/VirtualCamera/Source/VirtualCamera/Private/Widgets/Input/SRadialSlider.cpp

Syntax

void SetSliderHandleStartAngleAndSliderHandleEndAngle
(
    float InSliderHandleStartAngle,
    float InSliderHandleEndAngle
)

Remarks

Set the SliderHandleStartAngle and SliderHandleEndAngle attributes. If the new SliderHandleStartAngle is more than the new SliderHandleEndAngle, SliderHandleEndAngle will be changed to equal SliderHandleStartAngle.

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