Navigation
API > API/Runtime > API/Runtime/AdvancedWidgets > API/Runtime/AdvancedWidgets/SRadialSlider
Description
Set the HandStartEndRatio. Clamped to 0.0 to 1.0, and if the start ratio is more than the end ratio, end ratio will be set to the start ratio.
| Name | SetHandStartEndRatio |
| Type | function |
| Header File | /Engine/Source/Runtime/AdvancedWidgets/Public/Widgets/SRadialSlider.h |
| Include Path | #include "Widgets/SRadialSlider.h" |
| Source | /Engine/Source/Runtime/AdvancedWidgets/Private/Slate/SRadialSlider.cpp |
void SetHandStartEndRatio
(
FVector2D InHandStartEndRatio
)