0x00x0360
Members 16
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x04 | Value | float | 6 flags | 0 | |
| 0x10 | ValueDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x01 | WidgetLayout | EAudioRadialSliderLayout | 6 flags | Layout_LabelBottom | |
| 0x017D | 0x03 | padding / unreflected | |||
| 0x10 | CenterBackgroundColor | FLinearColor | 6 flags | {R=0.010329823, G=0.010329823, B=0.010329823, A=1} | |
| 0x10 | SliderProgressColor | FLinearColor | 6 flags | {R=1, G=1, B=1, A=1} | |
| 0x10 | SliderBarColor | FLinearColor | 6 flags | {R=0.2158605, G=0.2158605, B=0.2158605, A=1} | |
| 0x10 | HandStartEndRatio | FVector2D | 6 flags | {X=0, Y=1} | |
| 0x10 | UnitsText | FText | 2 flags | <FText> | |
| 0x10 | TextLabelBackgroundColor | FLinearColor | 6 flags | {R=0.010329823, G=0.010329823, B=0.010329823, A=1} | |
| 0x01 | ShowLabelOnlyOnHover | bool | 6 flags | false | |
| 0x01 | ShowUnitsText | bool | 6 flags | true | |
| 0x01 | IsUnitsTextReadOnly | bool | 6 flags | true | |
| 0x01 | IsValueTextReadOnly | bool | 6 flags | false | |
| 0x04 | SliderThickness | float | 6 flags | 5 | |
| 0x10 | OutputRange | FVector2D | 6 flags | {X=0, Y=1} | |
| 0x10 | OnValueChanged | FMulticastScriptDelegate | 4 flags | <delegate> | |
| 0x0208 | 0x158 | unreflected bytes to end of UAudioRadialSlider | |||
Inherited from UWidget 23
| Offset | Size | Name | Type | Flags | Default |
|---|---|---|---|---|---|
| 0x08 | Slot | UPanelSlot* | 13 flags | nullptr | |
| 0x10 | bIsEnabledDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | ToolTipTextDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | ToolTipText | FText | 3 flags | <FText> | |
| 0x08 | ToolTipWidget | UWidget* | 12 flags | nullptr | |
| 0x10 | ToolTipWidgetDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x10 | VisibilityDelegate | FScriptDelegate | 5 flags | <delegate> | |
| 0x38 | RenderTransform | FWidgetTransform | 4 flags | {Translation={X=0, Y=0}, Scale={X=1, Y=1}, Shear={X=0, Y=0}… | |
| 0x10 | RenderTransformPivot | FVector2D | 7 flags | {X=0.5, Y=0.5} | |
| 0x01 | FlowDirectionPreference | EFlowDirectionPreference | 7 flags | Inherit | |
| 0x01 | bIsVariable : 1bit 0 | bool | 3 flags | true | |
| 0x01 | bCreatedByConstructionScript : 1bit 1 | bool | Transient+3 flags | false | |
| 0x01 | bIsEnabled : 1bit 2 | bool | 5 flags | true | |
| 0x01 | bOverride_Cursor : 1bit 3 | bool | 4 flags | false | |
| 0x01 | bIsVolatile : 1bit 4 | bool | Protected+6 flags | false | |
| 0x01 | Cursor | EMouseCursor | 8 flags | Default | |
| 0x01 | Clipping | EWidgetClipping | 7 flags | Inherit | |
| 0x01 | Visibility | ESlateVisibility | 7 flags | Visible | |
| 0x01 | PixelSnapping | EWidgetPixelSnapping | 7 flags | Inherit | |
| 0x00DE | 0x02 | padding / unreflected | |||
| 0x04 | RenderOpacity | float | Protected+7 flags | 1 | |
| 0x00E4 | 0x04 | padding / unreflected | |||
| 0x08 | AccessibleWidgetData | USlateAccessibleWidgetData* | 9 flags | nullptr | |
| 0x08 | Navigation | UWidgetNavigation* | 12 flags | nullptr | |
| 0x00F8 | 0x40 | padding / unreflected | |||
| 0x10 | NativeBindings | TArray<UPropertyBinding*> | TransientProtected+4 flags | [] | |
Functions 15
| Signature | Flags | Native | Params |
|---|---|---|---|
| void SetWidgetLayout(const EAudioRadialSliderLayout& InLayout) | FinalNative+1 flags | 0x01 | |
| void SetValueTextReadOnly(bool bIsReadOnly) | FinalNative+1 flags | 0x01 | |
| void SetUnitsTextReadOnly(bool bIsReadOnly) | FinalNative+1 flags | 0x01 | |
| void SetUnitsText(const FText& Units) | FinalNative+1 flags | 0x10 | |
| void SetTextLabelBackgroundColor(const FSlateColor& InColor) | FinalNative+1 flags | 0x14 | |
| void SetSliderThickness(float InThickness) | FinalNative+1 flags | 0x04 | |
| void SetSliderProgressColor(const FLinearColor& InValue) | FinalNative+1 flags | 0x10 | |
| void SetSliderBarColor(const FLinearColor& InValue) | FinalNative+1 flags | 0x10 | |
| void SetShowUnitsText(bool bShowUnitsText) | FinalNative+1 flags | 0x01 | |
| void SetShowLabelOnlyOnHover(bool bShowLabelOnlyOnHover) | FinalNative+1 flags | 0x01 | |
| void SetOutputRange(const FVector2D& InOutputRange) | FinalNative+1 flags | 0x10 | |
| void SetHandStartEndRatio(const FVector2D& InHandStartEndRatio) | FinalNative+1 flags | 0x10 | |
| void SetCenterBackgroundColor(const FLinearColor& InValue) | FinalNative+1 flags | 0x10 | |
| float GetSliderValue(float OutputValue) | FinalNative+1 flags | 0x08 | |
| float GetOutputValue(float InSliderValue) | FinalNative+1 flags | 0x08 |