// Copyright Epic Games, Inc. All Rights Reserved. /*=========================================================================== Generated code exported from UnrealHeaderTool. DO NOT modify this manually! Edit the corresponding .h files instead! ===========================================================================*/ #include "UObject/GeneratedCppIncludes.h" #include "Components/RadialSlider.h" #include "Curves/CurveFloat.h" #include "Styling/SlateTypes.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeRadialSlider() {} // ********** Begin Cross Module References ******************************************************** ADVANCEDWIDGETS_API UClass* Z_Construct_UClass_URadialSlider(); ADVANCEDWIDGETS_API UClass* Z_Construct_UClass_URadialSlider_NoRegister(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FRuntimeFloatCurve(); SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSliderStyle(); UMG_API UClass* Z_Construct_UClass_UWidget(); UMG_API UFunction* Z_Construct_UDelegateFunction_UMG_OnControllerCaptureBeginEvent__DelegateSignature(); UMG_API UFunction* Z_Construct_UDelegateFunction_UMG_OnControllerCaptureEndEvent__DelegateSignature(); UMG_API UFunction* Z_Construct_UDelegateFunction_UMG_OnFloatValueChangedEvent__DelegateSignature(); UMG_API UFunction* Z_Construct_UDelegateFunction_UMG_OnMouseCaptureBeginEvent__DelegateSignature(); UMG_API UFunction* Z_Construct_UDelegateFunction_UMG_OnMouseCaptureEndEvent__DelegateSignature(); UMG_API UFunction* Z_Construct_UDelegateFunction_UWidget_GetFloat__DelegateSignature(); UPackage* Z_Construct_UPackage__Script_AdvancedWidgets(); // ********** End Cross Module References ********************************************************** // ********** Begin Class URadialSlider Function GetCustomDefaultValue ***************************** struct Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics { struct RadialSlider_eventGetCustomDefaultValue_Parms { float ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Gets the current custom default value of the slider. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Gets the current custom default value of the slider." }, }; #endif // WITH_METADATA // ********** Begin Function GetCustomDefaultValue constinit property declarations ***************** static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetCustomDefaultValue constinit property declarations ******************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetCustomDefaultValue Property Definitions **************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventGetCustomDefaultValue_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics::PropPointers) < 2048); // ********** End Function GetCustomDefaultValue Property Definitions ****************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "GetCustomDefaultValue", Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics::RadialSlider_eventGetCustomDefaultValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics::RadialSlider_eventGetCustomDefaultValue_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execGetCustomDefaultValue) { P_FINISH; P_NATIVE_BEGIN; *(float*)Z_Param__Result=P_THIS->GetCustomDefaultValue(); P_NATIVE_END; } // ********** End Class URadialSlider Function GetCustomDefaultValue ******************************* // ********** Begin Class URadialSlider Function GetNormalizedSliderHandlePosition ***************** struct Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics { struct RadialSlider_eventGetNormalizedSliderHandlePosition_Parms { float ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Get the current raw slider alpha from 0 to 1 */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Get the current raw slider alpha from 0 to 1" }, }; #endif // WITH_METADATA // ********** Begin Function GetNormalizedSliderHandlePosition constinit property declarations ***** static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetNormalizedSliderHandlePosition constinit property declarations ******* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetNormalizedSliderHandlePosition Property Definitions **************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventGetNormalizedSliderHandlePosition_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics::PropPointers) < 2048); // ********** End Function GetNormalizedSliderHandlePosition Property Definitions ****************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "GetNormalizedSliderHandlePosition", Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics::RadialSlider_eventGetNormalizedSliderHandlePosition_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics::RadialSlider_eventGetNormalizedSliderHandlePosition_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execGetNormalizedSliderHandlePosition) { P_FINISH; P_NATIVE_BEGIN; *(float*)Z_Param__Result=P_THIS->GetNormalizedSliderHandlePosition(); P_NATIVE_END; } // ********** End Class URadialSlider Function GetNormalizedSliderHandlePosition ******************* // ********** Begin Class URadialSlider Function GetValue ****************************************** struct Z_Construct_UFunction_URadialSlider_GetValue_Statics { struct RadialSlider_eventGetValue_Parms { float ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Gets the current value of the slider. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Gets the current value of the slider." }, }; #endif // WITH_METADATA // ********** Begin Function GetValue constinit property declarations ****************************** static const UECodeGen_Private::FFloatPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetValue constinit property declarations ******************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetValue Property Definitions ***************************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_URadialSlider_GetValue_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventGetValue_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_GetValue_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_GetValue_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_GetValue_Statics::PropPointers) < 2048); // ********** End Function GetValue Property Definitions ******************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_GetValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "GetValue", Z_Construct_UFunction_URadialSlider_GetValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_GetValue_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_GetValue_Statics::RadialSlider_eventGetValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_GetValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_GetValue_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_GetValue_Statics::RadialSlider_eventGetValue_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_GetValue() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_GetValue_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execGetValue) { P_FINISH; P_NATIVE_BEGIN; *(float*)Z_Param__Result=P_THIS->GetValue(); P_NATIVE_END; } // ********** End Class URadialSlider Function GetValue ******************************************** // ********** Begin Class URadialSlider Function SetAngularOffset ********************************** struct Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics { struct RadialSlider_eventSetAngularOffset_Parms { float InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Sets the Angular Offset for the slider. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the Angular Offset for the slider." }, }; #endif // WITH_METADATA // ********** Begin Function SetAngularOffset constinit property declarations ********************** static const UECodeGen_Private::FFloatPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetAngularOffset constinit property declarations ************************ static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetAngularOffset Property Definitions ********************************* const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetAngularOffset_Parms, InValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics::PropPointers) < 2048); // ********** End Function SetAngularOffset Property Definitions *********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetAngularOffset", Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics::RadialSlider_eventSetAngularOffset_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics::RadialSlider_eventSetAngularOffset_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetAngularOffset() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetAngularOffset_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetAngularOffset) { P_GET_PROPERTY(FFloatProperty,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetAngularOffset(Z_Param_InValue); P_NATIVE_END; } // ********** End Class URadialSlider Function SetAngularOffset ************************************ // ********** Begin Class URadialSlider Function SetCenterBackgroundColor ************************** struct Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics { struct RadialSlider_eventSetCenterBackgroundColor_Parms { FLinearColor InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** Sets the color of the slider bar */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the color of the slider bar" }, }; #endif // WITH_METADATA // ********** Begin Function SetCenterBackgroundColor constinit property declarations ************** static const UECodeGen_Private::FStructPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetCenterBackgroundColor constinit property declarations **************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetCenterBackgroundColor Property Definitions ************************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetCenterBackgroundColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics::PropPointers) < 2048); // ********** End Function SetCenterBackgroundColor Property Definitions *************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetCenterBackgroundColor", Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics::RadialSlider_eventSetCenterBackgroundColor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics::RadialSlider_eventSetCenterBackgroundColor_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetCenterBackgroundColor) { P_GET_STRUCT(FLinearColor,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetCenterBackgroundColor(Z_Param_InValue); P_NATIVE_END; } // ********** End Class URadialSlider Function SetCenterBackgroundColor **************************** // ********** Begin Class URadialSlider Function SetCustomDefaultValue ***************************** struct Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics { struct RadialSlider_eventSetCustomDefaultValue_Parms { float InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Sets the current custom default value of the slider. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the current custom default value of the slider." }, }; #endif // WITH_METADATA // ********** Begin Function SetCustomDefaultValue constinit property declarations ***************** static const UECodeGen_Private::FFloatPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetCustomDefaultValue constinit property declarations ******************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetCustomDefaultValue Property Definitions **************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetCustomDefaultValue_Parms, InValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics::PropPointers) < 2048); // ********** End Function SetCustomDefaultValue Property Definitions ****************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetCustomDefaultValue", Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics::RadialSlider_eventSetCustomDefaultValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics::RadialSlider_eventSetCustomDefaultValue_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetCustomDefaultValue) { P_GET_PROPERTY(FFloatProperty,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetCustomDefaultValue(Z_Param_InValue); P_NATIVE_END; } // ********** End Class URadialSlider Function SetCustomDefaultValue ******************************* // ********** Begin Class URadialSlider Function SetHandStartEndRatio ****************************** struct Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics { struct RadialSlider_eventSetHandStartEndRatio_Parms { FVector2D InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** Sets the start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to the handle). */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to the handle)." }, }; #endif // WITH_METADATA // ********** Begin Function SetHandStartEndRatio constinit property declarations ****************** static const UECodeGen_Private::FStructPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetHandStartEndRatio constinit property declarations ******************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetHandStartEndRatio Property Definitions ***************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetHandStartEndRatio_Parms, InValue), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics::PropPointers) < 2048); // ********** End Function SetHandStartEndRatio Property Definitions ******************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetHandStartEndRatio", Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics::RadialSlider_eventSetHandStartEndRatio_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics::RadialSlider_eventSetHandStartEndRatio_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetHandStartEndRatio) { P_GET_STRUCT(FVector2D,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetHandStartEndRatio(Z_Param_InValue); P_NATIVE_END; } // ********** End Class URadialSlider Function SetHandStartEndRatio ******************************** // ********** Begin Class URadialSlider Function SetLocked ***************************************** struct Z_Construct_UFunction_URadialSlider_SetLocked_Statics { struct RadialSlider_eventSetLocked_Parms { bool InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Sets the handle to be interactive or fixed */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the handle to be interactive or fixed" }, }; #endif // WITH_METADATA // ********** Begin Function SetLocked constinit property declarations ***************************** static void NewProp_InValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetLocked constinit property declarations ******************************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetLocked Property Definitions **************************************** void Z_Construct_UFunction_URadialSlider_SetLocked_Statics::NewProp_InValue_SetBit(void* Obj) { ((RadialSlider_eventSetLocked_Parms*)Obj)->InValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_URadialSlider_SetLocked_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(RadialSlider_eventSetLocked_Parms), &Z_Construct_UFunction_URadialSlider_SetLocked_Statics::NewProp_InValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetLocked_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetLocked_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetLocked_Statics::PropPointers) < 2048); // ********** End Function SetLocked Property Definitions ****************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetLocked_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetLocked", Z_Construct_UFunction_URadialSlider_SetLocked_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetLocked_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetLocked_Statics::RadialSlider_eventSetLocked_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetLocked_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetLocked_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetLocked_Statics::RadialSlider_eventSetLocked_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetLocked() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetLocked_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetLocked) { P_GET_UBOOL(Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetLocked(Z_Param_InValue); P_NATIVE_END; } // ********** End Class URadialSlider Function SetLocked ******************************************* // ********** Begin Class URadialSlider Function SetShowSliderHand ********************************* struct Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics { struct RadialSlider_eventSetShowSliderHand_Parms { bool InShowSliderHand; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** Whether to show the slider hand. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Whether to show the slider hand." }, }; #endif // WITH_METADATA // ********** Begin Function SetShowSliderHand constinit property declarations ********************* static void NewProp_InShowSliderHand_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_InShowSliderHand; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetShowSliderHand constinit property declarations *********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetShowSliderHand Property Definitions ******************************** void Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::NewProp_InShowSliderHand_SetBit(void* Obj) { ((RadialSlider_eventSetShowSliderHand_Parms*)Obj)->InShowSliderHand = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::NewProp_InShowSliderHand = { "InShowSliderHand", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(RadialSlider_eventSetShowSliderHand_Parms), &Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::NewProp_InShowSliderHand_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::NewProp_InShowSliderHand, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::PropPointers) < 2048); // ********** End Function SetShowSliderHand Property Definitions ********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetShowSliderHand", Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::RadialSlider_eventSetShowSliderHand_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::RadialSlider_eventSetShowSliderHand_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetShowSliderHand() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetShowSliderHand_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetShowSliderHand) { P_GET_UBOOL(Z_Param_InShowSliderHand); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetShowSliderHand(Z_Param_InShowSliderHand); P_NATIVE_END; } // ********** End Class URadialSlider Function SetShowSliderHand *********************************** // ********** Begin Class URadialSlider Function SetShowSliderHandle ******************************* struct Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics { struct RadialSlider_eventSetShowSliderHandle_Parms { bool InShowSliderHandle; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** Whether to show the slider handle (thumb). */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Whether to show the slider handle (thumb)." }, }; #endif // WITH_METADATA // ********** Begin Function SetShowSliderHandle constinit property declarations ******************* static void NewProp_InShowSliderHandle_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_InShowSliderHandle; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetShowSliderHandle constinit property declarations ********************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetShowSliderHandle Property Definitions ****************************** void Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::NewProp_InShowSliderHandle_SetBit(void* Obj) { ((RadialSlider_eventSetShowSliderHandle_Parms*)Obj)->InShowSliderHandle = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::NewProp_InShowSliderHandle = { "InShowSliderHandle", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(RadialSlider_eventSetShowSliderHandle_Parms), &Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::NewProp_InShowSliderHandle_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::NewProp_InShowSliderHandle, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::PropPointers) < 2048); // ********** End Function SetShowSliderHandle Property Definitions ******************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetShowSliderHandle", Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::RadialSlider_eventSetShowSliderHandle_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::RadialSlider_eventSetShowSliderHandle_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetShowSliderHandle() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetShowSliderHandle_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetShowSliderHandle) { P_GET_UBOOL(Z_Param_InShowSliderHandle); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetShowSliderHandle(Z_Param_InShowSliderHandle); P_NATIVE_END; } // ********** End Class URadialSlider Function SetShowSliderHandle ********************************* // ********** Begin Class URadialSlider Function SetSliderBarColor ********************************* struct Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics { struct RadialSlider_eventSetSliderBarColor_Parms { FLinearColor InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** Sets the color of the slider bar */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the color of the slider bar" }, }; #endif // WITH_METADATA // ********** Begin Function SetSliderBarColor constinit property declarations ********************* static const UECodeGen_Private::FStructPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetSliderBarColor constinit property declarations *********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetSliderBarColor Property Definitions ******************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetSliderBarColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics::PropPointers) < 2048); // ********** End Function SetSliderBarColor Property Definitions ********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetSliderBarColor", Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics::RadialSlider_eventSetSliderBarColor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics::RadialSlider_eventSetSliderBarColor_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetSliderBarColor() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetSliderBarColor_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetSliderBarColor) { P_GET_STRUCT(FLinearColor,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetSliderBarColor(Z_Param_InValue); P_NATIVE_END; } // ********** End Class URadialSlider Function SetSliderBarColor *********************************** // ********** Begin Class URadialSlider Function SetSliderHandleColor ****************************** struct Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics { struct RadialSlider_eventSetSliderHandleColor_Parms { FLinearColor InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** Sets the color of the handle bar */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the color of the handle bar" }, }; #endif // WITH_METADATA // ********** Begin Function SetSliderHandleColor constinit property declarations ****************** static const UECodeGen_Private::FStructPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetSliderHandleColor constinit property declarations ******************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetSliderHandleColor Property Definitions ***************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetSliderHandleColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics::PropPointers) < 2048); // ********** End Function SetSliderHandleColor Property Definitions ******************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetSliderHandleColor", Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics::RadialSlider_eventSetSliderHandleColor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics::RadialSlider_eventSetSliderHandleColor_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetSliderHandleColor() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetSliderHandleColor_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetSliderHandleColor) { P_GET_STRUCT(FLinearColor,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetSliderHandleColor(Z_Param_InValue); P_NATIVE_END; } // ********** End Class URadialSlider Function SetSliderHandleColor ******************************** // ********** Begin Class URadialSlider Function SetSliderHandleEndAngle *************************** struct Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics { struct RadialSlider_eventSetSliderHandleEndAngle_Parms { float InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Sets the maximum angle of the slider. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the maximum angle of the slider." }, }; #endif // WITH_METADATA // ********** Begin Function SetSliderHandleEndAngle constinit property declarations *************** static const UECodeGen_Private::FFloatPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetSliderHandleEndAngle constinit property declarations ***************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetSliderHandleEndAngle Property Definitions ************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetSliderHandleEndAngle_Parms, InValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics::PropPointers) < 2048); // ********** End Function SetSliderHandleEndAngle Property Definitions **************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetSliderHandleEndAngle", Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics::RadialSlider_eventSetSliderHandleEndAngle_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics::RadialSlider_eventSetSliderHandleEndAngle_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetSliderHandleEndAngle) { P_GET_PROPERTY(FFloatProperty,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetSliderHandleEndAngle(Z_Param_InValue); P_NATIVE_END; } // ********** End Class URadialSlider Function SetSliderHandleEndAngle ***************************** // ********** Begin Class URadialSlider Function SetSliderHandleStartAngle ************************* struct Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics { struct RadialSlider_eventSetSliderHandleStartAngle_Parms { float InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Sets the minimum angle of the slider. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the minimum angle of the slider." }, }; #endif // WITH_METADATA // ********** Begin Function SetSliderHandleStartAngle constinit property declarations ************* static const UECodeGen_Private::FFloatPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetSliderHandleStartAngle constinit property declarations *************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetSliderHandleStartAngle Property Definitions ************************ const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetSliderHandleStartAngle_Parms, InValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics::PropPointers) < 2048); // ********** End Function SetSliderHandleStartAngle Property Definitions ************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetSliderHandleStartAngle", Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics::RadialSlider_eventSetSliderHandleStartAngle_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics::RadialSlider_eventSetSliderHandleStartAngle_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetSliderHandleStartAngle) { P_GET_PROPERTY(FFloatProperty,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetSliderHandleStartAngle(Z_Param_InValue); P_NATIVE_END; } // ********** End Class URadialSlider Function SetSliderHandleStartAngle *************************** // ********** Begin Class URadialSlider Function SetSliderProgressColor **************************** struct Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics { struct RadialSlider_eventSetSliderProgressColor_Parms { FLinearColor InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** Sets the progress color of the slider bar */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the progress color of the slider bar" }, }; #endif // WITH_METADATA // ********** Begin Function SetSliderProgressColor constinit property declarations **************** static const UECodeGen_Private::FStructPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetSliderProgressColor constinit property declarations ****************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetSliderProgressColor Property Definitions *************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetSliderProgressColor_Parms, InValue), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics::PropPointers) < 2048); // ********** End Function SetSliderProgressColor Property Definitions ***************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetSliderProgressColor", Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics::RadialSlider_eventSetSliderProgressColor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics::RadialSlider_eventSetSliderProgressColor_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetSliderProgressColor() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetSliderProgressColor_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetSliderProgressColor) { P_GET_STRUCT(FLinearColor,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetSliderProgressColor(Z_Param_InValue); P_NATIVE_END; } // ********** End Class URadialSlider Function SetSliderProgressColor ****************************** // ********** Begin Class URadialSlider Function SetSliderRange ************************************ struct Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics { struct RadialSlider_eventSetSliderRange_Parms { FRuntimeFloatCurve InSliderRange; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Sets the curve for the slider range*/" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the curve for the slider range" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InSliderRange_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SetSliderRange constinit property declarations ************************ static const UECodeGen_Private::FStructPropertyParams NewProp_InSliderRange; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetSliderRange constinit property declarations ************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetSliderRange Property Definitions *********************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics::NewProp_InSliderRange = { "InSliderRange", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetSliderRange_Parms, InSliderRange), Z_Construct_UScriptStruct_FRuntimeFloatCurve, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InSliderRange_MetaData), NewProp_InSliderRange_MetaData) }; // 2560417949 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics::NewProp_InSliderRange, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics::PropPointers) < 2048); // ********** End Function SetSliderRange Property Definitions ************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetSliderRange", Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics::RadialSlider_eventSetSliderRange_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics::RadialSlider_eventSetSliderRange_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetSliderRange() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetSliderRange_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetSliderRange) { P_GET_STRUCT_REF(FRuntimeFloatCurve,Z_Param_Out_InSliderRange); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetSliderRange(Z_Param_Out_InSliderRange); P_NATIVE_END; } // ********** End Class URadialSlider Function SetSliderRange ************************************** // ********** Begin Class URadialSlider Function SetStepSize *************************************** struct Z_Construct_UFunction_URadialSlider_SetStepSize_Statics { struct RadialSlider_eventSetStepSize_Parms { float InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Sets the amount to adjust the value by, when using a controller or keyboard */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the amount to adjust the value by, when using a controller or keyboard" }, }; #endif // WITH_METADATA // ********** Begin Function SetStepSize constinit property declarations *************************** static const UECodeGen_Private::FFloatPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetStepSize constinit property declarations ***************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetStepSize Property Definitions ************************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_URadialSlider_SetStepSize_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetStepSize_Parms, InValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetStepSize_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetStepSize_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetStepSize_Statics::PropPointers) < 2048); // ********** End Function SetStepSize Property Definitions **************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetStepSize_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetStepSize", Z_Construct_UFunction_URadialSlider_SetStepSize_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetStepSize_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetStepSize_Statics::RadialSlider_eventSetStepSize_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetStepSize_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetStepSize_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetStepSize_Statics::RadialSlider_eventSetStepSize_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetStepSize() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetStepSize_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetStepSize) { P_GET_PROPERTY(FFloatProperty,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetStepSize(Z_Param_InValue); P_NATIVE_END; } // ********** End Class URadialSlider Function SetStepSize ***************************************** // ********** Begin Class URadialSlider Function SetUseVerticalDrag ******************************** struct Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics { struct RadialSlider_eventSetUseVerticalDrag_Parms { bool InUseVerticalDrag; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Set whether the value is changed when dragging vertically as opposed to along the radial curve. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Set whether the value is changed when dragging vertically as opposed to along the radial curve." }, }; #endif // WITH_METADATA // ********** Begin Function SetUseVerticalDrag constinit property declarations ******************** static void NewProp_InUseVerticalDrag_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_InUseVerticalDrag; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetUseVerticalDrag constinit property declarations ********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetUseVerticalDrag Property Definitions ******************************* void Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::NewProp_InUseVerticalDrag_SetBit(void* Obj) { ((RadialSlider_eventSetUseVerticalDrag_Parms*)Obj)->InUseVerticalDrag = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::NewProp_InUseVerticalDrag = { "InUseVerticalDrag", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(RadialSlider_eventSetUseVerticalDrag_Parms), &Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::NewProp_InUseVerticalDrag_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::NewProp_InUseVerticalDrag, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::PropPointers) < 2048); // ********** End Function SetUseVerticalDrag Property Definitions ********************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetUseVerticalDrag", Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::RadialSlider_eventSetUseVerticalDrag_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::RadialSlider_eventSetUseVerticalDrag_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetUseVerticalDrag) { P_GET_UBOOL(Z_Param_InUseVerticalDrag); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetUseVerticalDrag(Z_Param_InUseVerticalDrag); P_NATIVE_END; } // ********** End Class URadialSlider Function SetUseVerticalDrag ********************************** // ********** Begin Class URadialSlider Function SetValue ****************************************** struct Z_Construct_UFunction_URadialSlider_SetValue_Statics { struct RadialSlider_eventSetValue_Parms { float InValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Sets the current value of the slider. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets the current value of the slider." }, }; #endif // WITH_METADATA // ********** Begin Function SetValue constinit property declarations ****************************** static const UECodeGen_Private::FFloatPropertyParams NewProp_InValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetValue constinit property declarations ******************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetValue Property Definitions ***************************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_URadialSlider_SetValue_Statics::NewProp_InValue = { "InValue", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetValue_Parms, InValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetValue_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetValue_Statics::NewProp_InValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetValue_Statics::PropPointers) < 2048); // ********** End Function SetValue Property Definitions ******************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetValue_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetValue", Z_Construct_UFunction_URadialSlider_SetValue_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetValue_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetValue_Statics::RadialSlider_eventSetValue_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetValue_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetValue_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetValue_Statics::RadialSlider_eventSetValue_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetValue() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetValue_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetValue) { P_GET_PROPERTY(FFloatProperty,Z_Param_InValue); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetValue(Z_Param_InValue); P_NATIVE_END; } // ********** End Class URadialSlider Function SetValue ******************************************** // ********** Begin Class URadialSlider Function SetValueTags ************************************** struct Z_Construct_UFunction_URadialSlider_SetValueTags_Statics { struct RadialSlider_eventSetValueTags_Parms { TArray InValueTags; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Behavior" }, { "Comment", "/** Adds value tags to the slider. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Adds value tags to the slider." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InValueTags_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SetValueTags constinit property declarations ************************** static const UECodeGen_Private::FFloatPropertyParams NewProp_InValueTags_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_InValueTags; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetValueTags constinit property declarations **************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetValueTags Property Definitions ************************************* const UECodeGen_Private::FFloatPropertyParams Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::NewProp_InValueTags_Inner = { "InValueTags", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::NewProp_InValueTags = { "InValueTags", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(RadialSlider_eventSetValueTags_Parms, InValueTags), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InValueTags_MetaData), NewProp_InValueTags_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::NewProp_InValueTags_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::NewProp_InValueTags, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::PropPointers) < 2048); // ********** End Function SetValueTags Property Definitions *************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_URadialSlider, nullptr, "SetValueTags", Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::PropPointers), sizeof(Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::RadialSlider_eventSetValueTags_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::Function_MetaDataParams), Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::RadialSlider_eventSetValueTags_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_URadialSlider_SetValueTags() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_URadialSlider_SetValueTags_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(URadialSlider::execSetValueTags) { P_GET_TARRAY_REF(float,Z_Param_Out_InValueTags); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetValueTags(Z_Param_Out_InValueTags); P_NATIVE_END; } // ********** End Class URadialSlider Function SetValueTags **************************************** // ********** Begin Class URadialSlider ************************************************************ FClassRegistrationInfo Z_Registration_Info_UClass_URadialSlider; UClass* URadialSlider::GetPrivateStaticClass() { using TClass = URadialSlider; if (!Z_Registration_Info_UClass_URadialSlider.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("RadialSlider"), Z_Registration_Info_UClass_URadialSlider.InnerSingleton, StaticRegisterNativesURadialSlider, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_URadialSlider.InnerSingleton; } UClass* Z_Construct_UClass_URadialSlider_NoRegister() { return URadialSlider::GetPrivateStaticClass(); } struct Z_Construct_UClass_URadialSlider_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * A simple widget that shows a sliding bar with a handle that allows you to control the value between 0..1.\n *\n * * No Children\n */" }, { "IncludePath", "Components/RadialSlider.h" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "A simple widget that shows a sliding bar with a handle that allows you to control the value between 0..1.\n\n* No Children" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Value_MetaData[] = { { "BlueprintSetter", "SetValue" }, { "Category", "Appearance" }, { "Comment", "/** The slider value to display. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "The slider value to display." }, { "UIMax", "1" }, { "UIMin", "0" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ValueDelegate_MetaData[] = { { "Comment", "/** A bindable delegate to allow logic to drive the value of the widget */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "A bindable delegate to allow logic to drive the value of the widget" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseCustomDefaultValue_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** Whether the slider should draw it's progress bar from a custom value on the slider */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Whether the slider should draw it's progress bar from a custom value on the slider" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CustomDefaultValue_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The value where the slider should draw it's progress bar from, independent of direction */" }, { "EditCondition", "bUseCustomDefaultValue" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "The value where the slider should draw it's progress bar from, independent of direction" }, { "UIMax", "1" }, { "UIMin", "0" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SliderRange_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** A curve that defines how the slider should be sampled. Default is linear. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "A curve that defines how the slider should be sampled. Default is linear." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ValueTags_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** Adds text tags to the radial slider at the value's position. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Adds text tags to the radial slider at the value's position." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SliderHandleStartAngle_MetaData[] = { { "Category", "Appearance" }, { "ClampMax", "360" }, { "ClampMin", "0" }, { "Comment", "/** The angle at which the Slider Handle will start. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "The angle at which the Slider Handle will start." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SliderHandleEndAngle_MetaData[] = { { "Category", "Appearance" }, { "ClampMax", "360" }, { "ClampMin", "0" }, { "Comment", "/** The angle at which the Slider Handle will end. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "The angle at which the Slider Handle will end." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AngularOffset_MetaData[] = { { "Category", "Appearance" }, { "ClampMax", "360" }, { "ClampMin", "0" }, { "Comment", "/** Rotates radial slider by arbitrary offset to support full gamut of configurations. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Rotates radial slider by arbitrary offset to support full gamut of configurations." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HandStartEndRatio_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** Start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to the handle). */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Start and end of the hand as a ratio to the slider radius (so 0.0 to 1.0 is from the slider center to the handle)." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WidgetStyle_MetaData[] = { { "Category", "Style" }, { "Comment", "/** The progress bar style */" }, { "DisplayName", "Style" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "The progress bar style" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SliderBarColor_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The color to draw the slider bar in. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "The color to draw the slider bar in." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SliderProgressColor_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The color to draw the completed progress of the slider bar in. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "The color to draw the completed progress of the slider bar in." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SliderHandleColor_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The color to draw the slider handle in. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "The color to draw the slider handle in." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CenterBackgroundColor_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The color to draw the center background in. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "The color to draw the center background in." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Locked_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** Whether the handle is interactive or fixed. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Whether the handle is interactive or fixed." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MouseUsesStep_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** Sets new value if mouse position is greater/less than half the step size. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets new value if mouse position is greater/less than half the step size." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RequiresControllerLock_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** Sets whether we have to lock input to change the slider value. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Sets whether we have to lock input to change the slider value." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StepSize_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** The amount to adjust the value by, when using a controller or keyboard */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "The amount to adjust the value by, when using a controller or keyboard" }, { "UIMax", "1" }, { "UIMin", "0" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_IsFocusable_MetaData[] = { { "Category", "Interaction" }, { "Comment", "/** Should the slider be focusable? */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Should the slider be focusable?" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_UseVerticalDrag_MetaData[] = { { "Category", "Behavior" }, { "Comment", "/** Whether the value is changed when dragging vertically as opposed to along the radial curve. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Whether the value is changed when dragging vertically as opposed to along the radial curve." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShowSliderHandle_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** Whether to show the slider handle (thumb). */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Whether to show the slider handle (thumb)." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShowSliderHand_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** Whether to show the slider hand. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Whether to show the slider hand." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnMouseCaptureBegin_MetaData[] = { { "Category", "Widget Event" }, { "Comment", "/** Invoked when the mouse is pressed and a capture begins. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Invoked when the mouse is pressed and a capture begins." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnMouseCaptureEnd_MetaData[] = { { "Category", "Widget Event" }, { "Comment", "/** Invoked when the mouse is released and a capture ends. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Invoked when the mouse is released and a capture ends." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnControllerCaptureBegin_MetaData[] = { { "Category", "Widget Event" }, { "Comment", "/** Invoked when the controller capture begins. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Invoked when the controller capture begins." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnControllerCaptureEnd_MetaData[] = { { "Category", "Widget Event" }, { "Comment", "/** Invoked when the controller capture ends. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Invoked when the controller capture ends." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnValueChanged_MetaData[] = { { "Category", "Widget Event" }, { "Comment", "/** Called when the value is changed by slider or typing. */" }, { "ModuleRelativePath", "Public/Components/RadialSlider.h" }, { "ToolTip", "Called when the value is changed by slider or typing." }, }; #endif // WITH_METADATA // ********** Begin Class URadialSlider constinit property declarations **************************** static const UECodeGen_Private::FFloatPropertyParams NewProp_Value; static const UECodeGen_Private::FDelegatePropertyParams NewProp_ValueDelegate; static void NewProp_bUseCustomDefaultValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseCustomDefaultValue; static const UECodeGen_Private::FFloatPropertyParams NewProp_CustomDefaultValue; static const UECodeGen_Private::FStructPropertyParams NewProp_SliderRange; static const UECodeGen_Private::FFloatPropertyParams NewProp_ValueTags_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_ValueTags; static const UECodeGen_Private::FFloatPropertyParams NewProp_SliderHandleStartAngle; static const UECodeGen_Private::FFloatPropertyParams NewProp_SliderHandleEndAngle; static const UECodeGen_Private::FFloatPropertyParams NewProp_AngularOffset; static const UECodeGen_Private::FStructPropertyParams NewProp_HandStartEndRatio; static const UECodeGen_Private::FStructPropertyParams NewProp_WidgetStyle; static const UECodeGen_Private::FStructPropertyParams NewProp_SliderBarColor; static const UECodeGen_Private::FStructPropertyParams NewProp_SliderProgressColor; static const UECodeGen_Private::FStructPropertyParams NewProp_SliderHandleColor; static const UECodeGen_Private::FStructPropertyParams NewProp_CenterBackgroundColor; static void NewProp_Locked_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_Locked; static void NewProp_MouseUsesStep_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_MouseUsesStep; static void NewProp_RequiresControllerLock_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_RequiresControllerLock; static const UECodeGen_Private::FFloatPropertyParams NewProp_StepSize; static void NewProp_IsFocusable_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_IsFocusable; static void NewProp_UseVerticalDrag_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_UseVerticalDrag; static void NewProp_ShowSliderHandle_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ShowSliderHandle; static void NewProp_ShowSliderHand_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ShowSliderHand; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnMouseCaptureBegin; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnMouseCaptureEnd; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnControllerCaptureBegin; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnControllerCaptureEnd; static const UECodeGen_Private::FMulticastDelegatePropertyParams NewProp_OnValueChanged; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class URadialSlider constinit property declarations ****************************** static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("GetCustomDefaultValue"), .Pointer = &URadialSlider::execGetCustomDefaultValue }, { .NameUTF8 = UTF8TEXT("GetNormalizedSliderHandlePosition"), .Pointer = &URadialSlider::execGetNormalizedSliderHandlePosition }, { .NameUTF8 = UTF8TEXT("GetValue"), .Pointer = &URadialSlider::execGetValue }, { .NameUTF8 = UTF8TEXT("SetAngularOffset"), .Pointer = &URadialSlider::execSetAngularOffset }, { .NameUTF8 = UTF8TEXT("SetCenterBackgroundColor"), .Pointer = &URadialSlider::execSetCenterBackgroundColor }, { .NameUTF8 = UTF8TEXT("SetCustomDefaultValue"), .Pointer = &URadialSlider::execSetCustomDefaultValue }, { .NameUTF8 = UTF8TEXT("SetHandStartEndRatio"), .Pointer = &URadialSlider::execSetHandStartEndRatio }, { .NameUTF8 = UTF8TEXT("SetLocked"), .Pointer = &URadialSlider::execSetLocked }, { .NameUTF8 = UTF8TEXT("SetShowSliderHand"), .Pointer = &URadialSlider::execSetShowSliderHand }, { .NameUTF8 = UTF8TEXT("SetShowSliderHandle"), .Pointer = &URadialSlider::execSetShowSliderHandle }, { .NameUTF8 = UTF8TEXT("SetSliderBarColor"), .Pointer = &URadialSlider::execSetSliderBarColor }, { .NameUTF8 = UTF8TEXT("SetSliderHandleColor"), .Pointer = &URadialSlider::execSetSliderHandleColor }, { .NameUTF8 = UTF8TEXT("SetSliderHandleEndAngle"), .Pointer = &URadialSlider::execSetSliderHandleEndAngle }, { .NameUTF8 = UTF8TEXT("SetSliderHandleStartAngle"), .Pointer = &URadialSlider::execSetSliderHandleStartAngle }, { .NameUTF8 = UTF8TEXT("SetSliderProgressColor"), .Pointer = &URadialSlider::execSetSliderProgressColor }, { .NameUTF8 = UTF8TEXT("SetSliderRange"), .Pointer = &URadialSlider::execSetSliderRange }, { .NameUTF8 = UTF8TEXT("SetStepSize"), .Pointer = &URadialSlider::execSetStepSize }, { .NameUTF8 = UTF8TEXT("SetUseVerticalDrag"), .Pointer = &URadialSlider::execSetUseVerticalDrag }, { .NameUTF8 = UTF8TEXT("SetValue"), .Pointer = &URadialSlider::execSetValue }, { .NameUTF8 = UTF8TEXT("SetValueTags"), .Pointer = &URadialSlider::execSetValueTags }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_URadialSlider_GetCustomDefaultValue, "GetCustomDefaultValue" }, // 1094170143 { &Z_Construct_UFunction_URadialSlider_GetNormalizedSliderHandlePosition, "GetNormalizedSliderHandlePosition" }, // 4278073356 { &Z_Construct_UFunction_URadialSlider_GetValue, "GetValue" }, // 3585372057 { &Z_Construct_UFunction_URadialSlider_SetAngularOffset, "SetAngularOffset" }, // 945621576 { &Z_Construct_UFunction_URadialSlider_SetCenterBackgroundColor, "SetCenterBackgroundColor" }, // 2909114812 { &Z_Construct_UFunction_URadialSlider_SetCustomDefaultValue, "SetCustomDefaultValue" }, // 217286155 { &Z_Construct_UFunction_URadialSlider_SetHandStartEndRatio, "SetHandStartEndRatio" }, // 2665015290 { &Z_Construct_UFunction_URadialSlider_SetLocked, "SetLocked" }, // 3520756847 { &Z_Construct_UFunction_URadialSlider_SetShowSliderHand, "SetShowSliderHand" }, // 2395365391 { &Z_Construct_UFunction_URadialSlider_SetShowSliderHandle, "SetShowSliderHandle" }, // 1938719429 { &Z_Construct_UFunction_URadialSlider_SetSliderBarColor, "SetSliderBarColor" }, // 2040590062 { &Z_Construct_UFunction_URadialSlider_SetSliderHandleColor, "SetSliderHandleColor" }, // 1979640491 { &Z_Construct_UFunction_URadialSlider_SetSliderHandleEndAngle, "SetSliderHandleEndAngle" }, // 3644839530 { &Z_Construct_UFunction_URadialSlider_SetSliderHandleStartAngle, "SetSliderHandleStartAngle" }, // 1698596970 { &Z_Construct_UFunction_URadialSlider_SetSliderProgressColor, "SetSliderProgressColor" }, // 1803281953 { &Z_Construct_UFunction_URadialSlider_SetSliderRange, "SetSliderRange" }, // 2861770122 { &Z_Construct_UFunction_URadialSlider_SetStepSize, "SetStepSize" }, // 705217397 { &Z_Construct_UFunction_URadialSlider_SetUseVerticalDrag, "SetUseVerticalDrag" }, // 2589329660 { &Z_Construct_UFunction_URadialSlider_SetValue, "SetValue" }, // 4288193233 { &Z_Construct_UFunction_URadialSlider_SetValueTags, "SetValueTags" }, // 2360948556 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_URadialSlider_Statics // ********** Begin Class URadialSlider Property Definitions *************************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_Value = { "Value", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, Value), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Value_MetaData), NewProp_Value_MetaData) }; const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_ValueDelegate = { "ValueDelegate", nullptr, (EPropertyFlags)0x0010000000080000, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, ValueDelegate), Z_Construct_UDelegateFunction_UWidget_GetFloat__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ValueDelegate_MetaData), NewProp_ValueDelegate_MetaData) }; // 1055056150 void Z_Construct_UClass_URadialSlider_Statics::NewProp_bUseCustomDefaultValue_SetBit(void* Obj) { ((URadialSlider*)Obj)->bUseCustomDefaultValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_bUseCustomDefaultValue = { "bUseCustomDefaultValue", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URadialSlider), &Z_Construct_UClass_URadialSlider_Statics::NewProp_bUseCustomDefaultValue_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseCustomDefaultValue_MetaData), NewProp_bUseCustomDefaultValue_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_CustomDefaultValue = { "CustomDefaultValue", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, CustomDefaultValue), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CustomDefaultValue_MetaData), NewProp_CustomDefaultValue_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_SliderRange = { "SliderRange", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, SliderRange), Z_Construct_UScriptStruct_FRuntimeFloatCurve, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SliderRange_MetaData), NewProp_SliderRange_MetaData) }; // 2560417949 const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_ValueTags_Inner = { "ValueTags", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_ValueTags = { "ValueTags", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, ValueTags), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ValueTags_MetaData), NewProp_ValueTags_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_SliderHandleStartAngle = { "SliderHandleStartAngle", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, SliderHandleStartAngle), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SliderHandleStartAngle_MetaData), NewProp_SliderHandleStartAngle_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_SliderHandleEndAngle = { "SliderHandleEndAngle", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, SliderHandleEndAngle), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SliderHandleEndAngle_MetaData), NewProp_SliderHandleEndAngle_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_AngularOffset = { "AngularOffset", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, AngularOffset), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AngularOffset_MetaData), NewProp_AngularOffset_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_HandStartEndRatio = { "HandStartEndRatio", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, HandStartEndRatio), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HandStartEndRatio_MetaData), NewProp_HandStartEndRatio_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_WidgetStyle = { "WidgetStyle", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, WidgetStyle), Z_Construct_UScriptStruct_FSliderStyle, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WidgetStyle_MetaData), NewProp_WidgetStyle_MetaData) }; // 4077690083 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_SliderBarColor = { "SliderBarColor", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, SliderBarColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SliderBarColor_MetaData), NewProp_SliderBarColor_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_SliderProgressColor = { "SliderProgressColor", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, SliderProgressColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SliderProgressColor_MetaData), NewProp_SliderProgressColor_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_SliderHandleColor = { "SliderHandleColor", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, SliderHandleColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SliderHandleColor_MetaData), NewProp_SliderHandleColor_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_CenterBackgroundColor = { "CenterBackgroundColor", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, CenterBackgroundColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CenterBackgroundColor_MetaData), NewProp_CenterBackgroundColor_MetaData) }; void Z_Construct_UClass_URadialSlider_Statics::NewProp_Locked_SetBit(void* Obj) { ((URadialSlider*)Obj)->Locked = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_Locked = { "Locked", nullptr, (EPropertyFlags)0x0010040000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URadialSlider), &Z_Construct_UClass_URadialSlider_Statics::NewProp_Locked_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Locked_MetaData), NewProp_Locked_MetaData) }; void Z_Construct_UClass_URadialSlider_Statics::NewProp_MouseUsesStep_SetBit(void* Obj) { ((URadialSlider*)Obj)->MouseUsesStep = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_MouseUsesStep = { "MouseUsesStep", nullptr, (EPropertyFlags)0x0010040000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URadialSlider), &Z_Construct_UClass_URadialSlider_Statics::NewProp_MouseUsesStep_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MouseUsesStep_MetaData), NewProp_MouseUsesStep_MetaData) }; void Z_Construct_UClass_URadialSlider_Statics::NewProp_RequiresControllerLock_SetBit(void* Obj) { ((URadialSlider*)Obj)->RequiresControllerLock = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_RequiresControllerLock = { "RequiresControllerLock", nullptr, (EPropertyFlags)0x0010040000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URadialSlider), &Z_Construct_UClass_URadialSlider_Statics::NewProp_RequiresControllerLock_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RequiresControllerLock_MetaData), NewProp_RequiresControllerLock_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_StepSize = { "StepSize", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, StepSize), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StepSize_MetaData), NewProp_StepSize_MetaData) }; void Z_Construct_UClass_URadialSlider_Statics::NewProp_IsFocusable_SetBit(void* Obj) { ((URadialSlider*)Obj)->IsFocusable = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_IsFocusable = { "IsFocusable", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URadialSlider), &Z_Construct_UClass_URadialSlider_Statics::NewProp_IsFocusable_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_IsFocusable_MetaData), NewProp_IsFocusable_MetaData) }; void Z_Construct_UClass_URadialSlider_Statics::NewProp_UseVerticalDrag_SetBit(void* Obj) { ((URadialSlider*)Obj)->UseVerticalDrag = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_UseVerticalDrag = { "UseVerticalDrag", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URadialSlider), &Z_Construct_UClass_URadialSlider_Statics::NewProp_UseVerticalDrag_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_UseVerticalDrag_MetaData), NewProp_UseVerticalDrag_MetaData) }; void Z_Construct_UClass_URadialSlider_Statics::NewProp_ShowSliderHandle_SetBit(void* Obj) { ((URadialSlider*)Obj)->ShowSliderHandle = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_ShowSliderHandle = { "ShowSliderHandle", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URadialSlider), &Z_Construct_UClass_URadialSlider_Statics::NewProp_ShowSliderHandle_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShowSliderHandle_MetaData), NewProp_ShowSliderHandle_MetaData) }; void Z_Construct_UClass_URadialSlider_Statics::NewProp_ShowSliderHand_SetBit(void* Obj) { ((URadialSlider*)Obj)->ShowSliderHand = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_ShowSliderHand = { "ShowSliderHand", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(URadialSlider), &Z_Construct_UClass_URadialSlider_Statics::NewProp_ShowSliderHand_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShowSliderHand_MetaData), NewProp_ShowSliderHand_MetaData) }; const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_OnMouseCaptureBegin = { "OnMouseCaptureBegin", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, OnMouseCaptureBegin), Z_Construct_UDelegateFunction_UMG_OnMouseCaptureBeginEvent__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnMouseCaptureBegin_MetaData), NewProp_OnMouseCaptureBegin_MetaData) }; // 2117357836 const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_OnMouseCaptureEnd = { "OnMouseCaptureEnd", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, OnMouseCaptureEnd), Z_Construct_UDelegateFunction_UMG_OnMouseCaptureEndEvent__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnMouseCaptureEnd_MetaData), NewProp_OnMouseCaptureEnd_MetaData) }; // 112543281 const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_OnControllerCaptureBegin = { "OnControllerCaptureBegin", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, OnControllerCaptureBegin), Z_Construct_UDelegateFunction_UMG_OnControllerCaptureBeginEvent__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnControllerCaptureBegin_MetaData), NewProp_OnControllerCaptureBegin_MetaData) }; // 2684365360 const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_OnControllerCaptureEnd = { "OnControllerCaptureEnd", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, OnControllerCaptureEnd), Z_Construct_UDelegateFunction_UMG_OnControllerCaptureEndEvent__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnControllerCaptureEnd_MetaData), NewProp_OnControllerCaptureEnd_MetaData) }; // 3043764923 const UECodeGen_Private::FMulticastDelegatePropertyParams Z_Construct_UClass_URadialSlider_Statics::NewProp_OnValueChanged = { "OnValueChanged", nullptr, (EPropertyFlags)0x0010000010080000, UECodeGen_Private::EPropertyGenFlags::InlineMulticastDelegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(URadialSlider, OnValueChanged), Z_Construct_UDelegateFunction_UMG_OnFloatValueChangedEvent__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnValueChanged_MetaData), NewProp_OnValueChanged_MetaData) }; // 1573578011 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_URadialSlider_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_Value, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_ValueDelegate, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_bUseCustomDefaultValue, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_CustomDefaultValue, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_SliderRange, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_ValueTags_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_ValueTags, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_SliderHandleStartAngle, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_SliderHandleEndAngle, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_AngularOffset, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_HandStartEndRatio, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_WidgetStyle, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_SliderBarColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_SliderProgressColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_SliderHandleColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_CenterBackgroundColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_Locked, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_MouseUsesStep, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_RequiresControllerLock, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_StepSize, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_IsFocusable, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_UseVerticalDrag, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_ShowSliderHandle, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_ShowSliderHand, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_OnMouseCaptureBegin, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_OnMouseCaptureEnd, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_OnControllerCaptureBegin, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_OnControllerCaptureEnd, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_URadialSlider_Statics::NewProp_OnValueChanged, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URadialSlider_Statics::PropPointers) < 2048); // ********** End Class URadialSlider Property Definitions ***************************************** UObject* (*const Z_Construct_UClass_URadialSlider_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UWidget, (UObject* (*)())Z_Construct_UPackage__Script_AdvancedWidgets, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_URadialSlider_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_URadialSlider_Statics::ClassParams = { &URadialSlider::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_URadialSlider_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_URadialSlider_Statics::PropPointers), 0, 0x00A800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_URadialSlider_Statics::Class_MetaDataParams), Z_Construct_UClass_URadialSlider_Statics::Class_MetaDataParams) }; void URadialSlider::StaticRegisterNativesURadialSlider() { UClass* Class = URadialSlider::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_URadialSlider_Statics::Funcs)); } UClass* Z_Construct_UClass_URadialSlider() { if (!Z_Registration_Info_UClass_URadialSlider.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_URadialSlider.OuterSingleton, Z_Construct_UClass_URadialSlider_Statics::ClassParams); } return Z_Registration_Info_UClass_URadialSlider.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, URadialSlider); URadialSlider::~URadialSlider() {} // ********** End Class URadialSlider ************************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h__Script_AdvancedWidgets_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_URadialSlider, URadialSlider::StaticClass, TEXT("URadialSlider"), &Z_Registration_Info_UClass_URadialSlider, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(URadialSlider), 2831449274U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h__Script_AdvancedWidgets_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h__Script_AdvancedWidgets_2959539275{ TEXT("/Script/AdvancedWidgets"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h__Script_AdvancedWidgets_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_AdvancedWidgets_Public_Components_RadialSlider_h__Script_AdvancedWidgets_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS