// 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/Border.h" #include "Layout/Margin.h" #include "Styling/SlateBrush.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeBorder() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FLinearColor(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector2D(); ENGINE_API UClass* Z_Construct_UClass_UMaterialInstanceDynamic_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UMaterialInterface_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_USlateBrushAsset_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UTexture2D_NoRegister(); SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EHorizontalAlignment(); SLATECORE_API UEnum* Z_Construct_UEnum_SlateCore_EVerticalAlignment(); SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FMargin(); SLATECORE_API UScriptStruct* Z_Construct_UScriptStruct_FSlateBrush(); UMG_API UClass* Z_Construct_UClass_UBorder(); UMG_API UClass* Z_Construct_UClass_UBorder_NoRegister(); UMG_API UClass* Z_Construct_UClass_UContentWidget(); UMG_API UFunction* Z_Construct_UDelegateFunction_UWidget_GetLinearColor__DelegateSignature(); UMG_API UFunction* Z_Construct_UDelegateFunction_UWidget_GetSlateBrush__DelegateSignature(); UMG_API UFunction* Z_Construct_UDelegateFunction_UWidget_OnPointerEvent__DelegateSignature(); UPackage* Z_Construct_UPackage__Script_UMG(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UBorder Function GetDynamicMaterial ************************************** struct Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics { struct Border_eventGetDynamicMaterial_Parms { UMaterialInstanceDynamic* ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; #endif // WITH_METADATA // ********** Begin Function GetDynamicMaterial constinit property declarations ******************** static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetDynamicMaterial constinit property declarations ********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetDynamicMaterial Property Definitions ******************************* const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Border_eventGetDynamicMaterial_Parms, ReturnValue), Z_Construct_UClass_UMaterialInstanceDynamic_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics::PropPointers) < 2048); // ********** End Function GetDynamicMaterial Property Definitions ********************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBorder, nullptr, "GetDynamicMaterial", Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics::Border_eventGetDynamicMaterial_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics::Border_eventGetDynamicMaterial_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBorder_GetDynamicMaterial() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBorder_GetDynamicMaterial_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBorder::execGetDynamicMaterial) { P_FINISH; P_NATIVE_BEGIN; *(UMaterialInstanceDynamic**)Z_Param__Result=P_THIS->GetDynamicMaterial(); P_NATIVE_END; } // ********** End Class UBorder Function GetDynamicMaterial **************************************** // ********** Begin Class UBorder Function SetBrush ************************************************ struct Z_Construct_UFunction_UBorder_SetBrush_Statics { struct Border_eventSetBrush_Parms { FSlateBrush InBrush; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InBrush_MetaData[] = { { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function SetBrush constinit property declarations ****************************** static const UECodeGen_Private::FStructPropertyParams NewProp_InBrush; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetBrush constinit property declarations ******************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetBrush Property Definitions ***************************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBorder_SetBrush_Statics::NewProp_InBrush = { "InBrush", nullptr, (EPropertyFlags)0x0010000008000182, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Border_eventSetBrush_Parms, InBrush), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InBrush_MetaData), NewProp_InBrush_MetaData) }; // 4278521822 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBorder_SetBrush_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBorder_SetBrush_Statics::NewProp_InBrush, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrush_Statics::PropPointers) < 2048); // ********** End Function SetBrush Property Definitions ******************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBorder_SetBrush_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBorder, nullptr, "SetBrush", Z_Construct_UFunction_UBorder_SetBrush_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrush_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBorder_SetBrush_Statics::Border_eventSetBrush_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04420403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrush_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBorder_SetBrush_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBorder_SetBrush_Statics::Border_eventSetBrush_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBorder_SetBrush() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBorder_SetBrush_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBorder::execSetBrush) { P_GET_STRUCT_REF(FSlateBrush,Z_Param_Out_InBrush); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetBrush(Z_Param_Out_InBrush); P_NATIVE_END; } // ********** End Class UBorder Function SetBrush ************************************************** // ********** Begin Class UBorder Function SetBrushColor ******************************************* struct Z_Construct_UFunction_UBorder_SetBrushColor_Statics { struct Border_eventSetBrushColor_Parms { FLinearColor InBrushColor; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetBrushColor constinit property declarations ************************* static const UECodeGen_Private::FStructPropertyParams NewProp_InBrushColor; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetBrushColor constinit property declarations *************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetBrushColor Property Definitions ************************************ const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBorder_SetBrushColor_Statics::NewProp_InBrushColor = { "InBrushColor", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Border_eventSetBrushColor_Parms, InBrushColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBorder_SetBrushColor_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBorder_SetBrushColor_Statics::NewProp_InBrushColor, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrushColor_Statics::PropPointers) < 2048); // ********** End Function SetBrushColor Property Definitions ************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBorder_SetBrushColor_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBorder, nullptr, "SetBrushColor", Z_Construct_UFunction_UBorder_SetBrushColor_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrushColor_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBorder_SetBrushColor_Statics::Border_eventSetBrushColor_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrushColor_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBorder_SetBrushColor_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBorder_SetBrushColor_Statics::Border_eventSetBrushColor_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBorder_SetBrushColor() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBorder_SetBrushColor_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBorder::execSetBrushColor) { P_GET_STRUCT(FLinearColor,Z_Param_InBrushColor); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetBrushColor(Z_Param_InBrushColor); P_NATIVE_END; } // ********** End Class UBorder Function SetBrushColor ********************************************* // ********** Begin Class UBorder Function SetBrushFromAsset *************************************** struct Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics { struct Border_eventSetBrushFromAsset_Parms { USlateBrushAsset* Asset; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetBrushFromAsset constinit property declarations ********************* static const UECodeGen_Private::FObjectPropertyParams NewProp_Asset; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetBrushFromAsset constinit property declarations *********************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetBrushFromAsset Property Definitions ******************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics::NewProp_Asset = { "Asset", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Border_eventSetBrushFromAsset_Parms, Asset), Z_Construct_UClass_USlateBrushAsset_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics::NewProp_Asset, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics::PropPointers) < 2048); // ********** End Function SetBrushFromAsset Property Definitions ********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBorder, nullptr, "SetBrushFromAsset", Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics::Border_eventSetBrushFromAsset_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics::Border_eventSetBrushFromAsset_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBorder_SetBrushFromAsset() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBorder_SetBrushFromAsset_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBorder::execSetBrushFromAsset) { P_GET_OBJECT(USlateBrushAsset,Z_Param_Asset); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetBrushFromAsset(Z_Param_Asset); P_NATIVE_END; } // ********** End Class UBorder Function SetBrushFromAsset ***************************************** // ********** Begin Class UBorder Function SetBrushFromMaterial ************************************ struct Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics { struct Border_eventSetBrushFromMaterial_Parms { UMaterialInterface* Material; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetBrushFromMaterial constinit property declarations ****************** static const UECodeGen_Private::FObjectPropertyParams NewProp_Material; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetBrushFromMaterial constinit property declarations ******************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetBrushFromMaterial Property Definitions ***************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics::NewProp_Material = { "Material", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Border_eventSetBrushFromMaterial_Parms, Material), Z_Construct_UClass_UMaterialInterface_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics::NewProp_Material, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics::PropPointers) < 2048); // ********** End Function SetBrushFromMaterial Property Definitions ******************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBorder, nullptr, "SetBrushFromMaterial", Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics::Border_eventSetBrushFromMaterial_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics::Border_eventSetBrushFromMaterial_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBorder_SetBrushFromMaterial() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBorder_SetBrushFromMaterial_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBorder::execSetBrushFromMaterial) { P_GET_OBJECT(UMaterialInterface,Z_Param_Material); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetBrushFromMaterial(Z_Param_Material); P_NATIVE_END; } // ********** End Class UBorder Function SetBrushFromMaterial ************************************** // ********** Begin Class UBorder Function SetBrushFromTexture ************************************* struct Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics { struct Border_eventSetBrushFromTexture_Parms { UTexture2D* Texture; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetBrushFromTexture constinit property declarations ******************* static const UECodeGen_Private::FObjectPropertyParams NewProp_Texture; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetBrushFromTexture constinit property declarations ********************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetBrushFromTexture Property Definitions ****************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics::NewProp_Texture = { "Texture", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Border_eventSetBrushFromTexture_Parms, Texture), Z_Construct_UClass_UTexture2D_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics::NewProp_Texture, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics::PropPointers) < 2048); // ********** End Function SetBrushFromTexture Property Definitions ******************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBorder, nullptr, "SetBrushFromTexture", Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics::Border_eventSetBrushFromTexture_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics::Border_eventSetBrushFromTexture_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBorder_SetBrushFromTexture() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBorder_SetBrushFromTexture_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBorder::execSetBrushFromTexture) { P_GET_OBJECT(UTexture2D,Z_Param_Texture); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetBrushFromTexture(Z_Param_Texture); P_NATIVE_END; } // ********** End Class UBorder Function SetBrushFromTexture *************************************** // ********** Begin Class UBorder Function SetContentColorAndOpacity ******************************* struct Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics { struct Border_eventSetContentColorAndOpacity_Parms { FLinearColor InContentColorAndOpacity; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetContentColorAndOpacity constinit property declarations ************* static const UECodeGen_Private::FStructPropertyParams NewProp_InContentColorAndOpacity; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetContentColorAndOpacity constinit property declarations *************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetContentColorAndOpacity Property Definitions ************************ const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics::NewProp_InContentColorAndOpacity = { "InContentColorAndOpacity", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Border_eventSetContentColorAndOpacity_Parms, InContentColorAndOpacity), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics::NewProp_InContentColorAndOpacity, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics::PropPointers) < 2048); // ********** End Function SetContentColorAndOpacity Property Definitions ************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBorder, nullptr, "SetContentColorAndOpacity", Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics::Border_eventSetContentColorAndOpacity_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics::Border_eventSetContentColorAndOpacity_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBorder_SetContentColorAndOpacity() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBorder_SetContentColorAndOpacity_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBorder::execSetContentColorAndOpacity) { P_GET_STRUCT(FLinearColor,Z_Param_InContentColorAndOpacity); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetContentColorAndOpacity(Z_Param_InContentColorAndOpacity); P_NATIVE_END; } // ********** End Class UBorder Function SetContentColorAndOpacity ********************************* // ********** Begin Class UBorder Function SetDesiredSizeScale ************************************* struct Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics { struct Border_eventSetDesiredSizeScale_Parms { FVector2D InScale; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/**\n\x09 * Sets the DesiredSizeScale of this border.\n\x09 *\n\x09 * @param InScale The X and Y multipliers for the desired size\n\x09 */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "ToolTip", "Sets the DesiredSizeScale of this border.\n\n@param InScale The X and Y multipliers for the desired size" }, }; #endif // WITH_METADATA // ********** Begin Function SetDesiredSizeScale constinit property declarations ******************* static const UECodeGen_Private::FStructPropertyParams NewProp_InScale; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetDesiredSizeScale constinit property declarations ********************* static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetDesiredSizeScale Property Definitions ****************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics::NewProp_InScale = { "InScale", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Border_eventSetDesiredSizeScale_Parms, InScale), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics::NewProp_InScale, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics::PropPointers) < 2048); // ********** End Function SetDesiredSizeScale Property Definitions ******************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBorder, nullptr, "SetDesiredSizeScale", Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics::Border_eventSetDesiredSizeScale_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04820403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics::Border_eventSetDesiredSizeScale_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBorder_SetDesiredSizeScale() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBorder_SetDesiredSizeScale_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBorder::execSetDesiredSizeScale) { P_GET_STRUCT(FVector2D,Z_Param_InScale); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetDesiredSizeScale(Z_Param_InScale); P_NATIVE_END; } // ********** End Class UBorder Function SetDesiredSizeScale *************************************** // ********** Begin Class UBorder Function SetHorizontalAlignment ********************************** struct Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics { struct Border_eventSetHorizontalAlignment_Parms { TEnumAsByte InHorizontalAlignment; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetHorizontalAlignment constinit property declarations **************** static const UECodeGen_Private::FBytePropertyParams NewProp_InHorizontalAlignment; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetHorizontalAlignment constinit property declarations ****************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetHorizontalAlignment Property Definitions *************************** const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment = { "InHorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Border_eventSetHorizontalAlignment_Parms, InHorizontalAlignment), Z_Construct_UEnum_SlateCore_EHorizontalAlignment, METADATA_PARAMS(0, nullptr) }; // 990570535 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics::NewProp_InHorizontalAlignment, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics::PropPointers) < 2048); // ********** End Function SetHorizontalAlignment Property Definitions ***************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBorder, nullptr, "SetHorizontalAlignment", Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics::Border_eventSetHorizontalAlignment_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics::Border_eventSetHorizontalAlignment_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBorder_SetHorizontalAlignment() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBorder_SetHorizontalAlignment_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBorder::execSetHorizontalAlignment) { P_GET_PROPERTY(FByteProperty,Z_Param_InHorizontalAlignment); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetHorizontalAlignment(EHorizontalAlignment(Z_Param_InHorizontalAlignment)); P_NATIVE_END; } // ********** End Class UBorder Function SetHorizontalAlignment ************************************ // ********** Begin Class UBorder Function SetPadding ********************************************** struct Z_Construct_UFunction_UBorder_SetPadding_Statics { struct Border_eventSetPadding_Parms { FMargin InPadding; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetPadding constinit property declarations **************************** static const UECodeGen_Private::FStructPropertyParams NewProp_InPadding; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetPadding constinit property declarations ****************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetPadding Property Definitions *************************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UFunction_UBorder_SetPadding_Statics::NewProp_InPadding = { "InPadding", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Border_eventSetPadding_Parms, InPadding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(0, nullptr) }; // 4099648758 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBorder_SetPadding_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBorder_SetPadding_Statics::NewProp_InPadding, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetPadding_Statics::PropPointers) < 2048); // ********** End Function SetPadding Property Definitions ***************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBorder_SetPadding_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBorder, nullptr, "SetPadding", Z_Construct_UFunction_UBorder_SetPadding_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetPadding_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBorder_SetPadding_Statics::Border_eventSetPadding_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetPadding_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBorder_SetPadding_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBorder_SetPadding_Statics::Border_eventSetPadding_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBorder_SetPadding() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBorder_SetPadding_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBorder::execSetPadding) { P_GET_STRUCT(FMargin,Z_Param_InPadding); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetPadding(Z_Param_InPadding); P_NATIVE_END; } // ********** End Class UBorder Function SetPadding ************************************************ // ********** Begin Class UBorder Function SetShowEffectWhenDisabled ******************************* struct Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics { struct Border_eventSetShowEffectWhenDisabled_Parms { bool bInShowEffectWhenDisabled; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "Comment", "/** */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetShowEffectWhenDisabled constinit property declarations ************* static void NewProp_bInShowEffectWhenDisabled_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bInShowEffectWhenDisabled; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetShowEffectWhenDisabled constinit property declarations *************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetShowEffectWhenDisabled Property Definitions ************************ void Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::NewProp_bInShowEffectWhenDisabled_SetBit(void* Obj) { ((Border_eventSetShowEffectWhenDisabled_Parms*)Obj)->bInShowEffectWhenDisabled = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::NewProp_bInShowEffectWhenDisabled = { "bInShowEffectWhenDisabled", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(Border_eventSetShowEffectWhenDisabled_Parms), &Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::NewProp_bInShowEffectWhenDisabled_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::NewProp_bInShowEffectWhenDisabled, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::PropPointers) < 2048); // ********** End Function SetShowEffectWhenDisabled Property Definitions ************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBorder, nullptr, "SetShowEffectWhenDisabled", Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::Border_eventSetShowEffectWhenDisabled_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::Border_eventSetShowEffectWhenDisabled_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBorder::execSetShowEffectWhenDisabled) { P_GET_UBOOL(Z_Param_bInShowEffectWhenDisabled); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetShowEffectWhenDisabled(Z_Param_bInShowEffectWhenDisabled); P_NATIVE_END; } // ********** End Class UBorder Function SetShowEffectWhenDisabled ********************************* // ********** Begin Class UBorder Function SetVerticalAlignment ************************************ struct Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics { struct Border_eventSetVerticalAlignment_Parms { TEnumAsByte InVerticalAlignment; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Appearance" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; #endif // WITH_METADATA // ********** Begin Function SetVerticalAlignment constinit property declarations ****************** static const UECodeGen_Private::FBytePropertyParams NewProp_InVerticalAlignment; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function SetVerticalAlignment constinit property declarations ******************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function SetVerticalAlignment Property Definitions ***************************** const UECodeGen_Private::FBytePropertyParams Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment = { "InVerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(Border_eventSetVerticalAlignment_Parms, InVerticalAlignment), Z_Construct_UEnum_SlateCore_EVerticalAlignment, METADATA_PARAMS(0, nullptr) }; // 2496106429 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics::NewProp_InVerticalAlignment, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics::PropPointers) < 2048); // ********** End Function SetVerticalAlignment Property Definitions ******************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UBorder, nullptr, "SetVerticalAlignment", Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics::PropPointers), sizeof(Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics::Border_eventSetVerticalAlignment_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics::Function_MetaDataParams), Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics::Border_eventSetVerticalAlignment_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UBorder_SetVerticalAlignment() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UBorder_SetVerticalAlignment_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UBorder::execSetVerticalAlignment) { P_GET_PROPERTY(FByteProperty,Z_Param_InVerticalAlignment); P_FINISH; P_NATIVE_BEGIN; P_THIS->SetVerticalAlignment(EVerticalAlignment(Z_Param_InVerticalAlignment)); P_NATIVE_END; } // ********** End Class UBorder Function SetVerticalAlignment ************************************** // ********** Begin Class UBorder ****************************************************************** void UBorder::GetHorizontalAlignment_WrapperImpl(const void* Object, void* OutValue) { const UBorder* Obj = (const UBorder*)Object; uint8& Result = *(uint8*)OutValue; Result = (uint8)Obj->GetHorizontalAlignment(); } void UBorder::SetHorizontalAlignment_WrapperImpl(void* Object, const void* InValue) { UBorder* Obj = (UBorder*)Object; EHorizontalAlignment Value = (EHorizontalAlignment)*(uint8*)InValue; Obj->SetHorizontalAlignment(Value); } void UBorder::GetVerticalAlignment_WrapperImpl(const void* Object, void* OutValue) { const UBorder* Obj = (const UBorder*)Object; uint8& Result = *(uint8*)OutValue; Result = (uint8)Obj->GetVerticalAlignment(); } void UBorder::SetVerticalAlignment_WrapperImpl(void* Object, const void* InValue) { UBorder* Obj = (UBorder*)Object; EVerticalAlignment Value = (EVerticalAlignment)*(uint8*)InValue; Obj->SetVerticalAlignment(Value); } void UBorder::GetbShowEffectWhenDisabled_WrapperImpl(const void* Object, void* OutValue) { const UBorder* Obj = (const UBorder*)Object; bool& Result = *(bool*)OutValue; Result = (bool)Obj->GetShowEffectWhenDisabled(); } void UBorder::SetbShowEffectWhenDisabled_WrapperImpl(void* Object, const void* InValue) { UBorder* Obj = (UBorder*)Object; bool& Value = *(bool*)InValue; Obj->SetShowEffectWhenDisabled(Value); } void UBorder::GetContentColorAndOpacity_WrapperImpl(const void* Object, void* OutValue) { const UBorder* Obj = (const UBorder*)Object; FLinearColor& Result = *(FLinearColor*)OutValue; Result = (FLinearColor)Obj->GetContentColorAndOpacity(); } void UBorder::SetContentColorAndOpacity_WrapperImpl(void* Object, const void* InValue) { UBorder* Obj = (UBorder*)Object; FLinearColor& Value = *(FLinearColor*)InValue; Obj->SetContentColorAndOpacity(Value); } void UBorder::GetPadding_WrapperImpl(const void* Object, void* OutValue) { const UBorder* Obj = (const UBorder*)Object; FMargin& Result = *(FMargin*)OutValue; Result = (FMargin)Obj->GetPadding(); } void UBorder::SetPadding_WrapperImpl(void* Object, const void* InValue) { UBorder* Obj = (UBorder*)Object; FMargin& Value = *(FMargin*)InValue; Obj->SetPadding(Value); } void UBorder::GetBrushColor_WrapperImpl(const void* Object, void* OutValue) { const UBorder* Obj = (const UBorder*)Object; FLinearColor& Result = *(FLinearColor*)OutValue; Result = (FLinearColor)Obj->GetBrushColor(); } void UBorder::SetBrushColor_WrapperImpl(void* Object, const void* InValue) { UBorder* Obj = (UBorder*)Object; FLinearColor& Value = *(FLinearColor*)InValue; Obj->SetBrushColor(Value); } void UBorder::GetDesiredSizeScale_WrapperImpl(const void* Object, void* OutValue) { const UBorder* Obj = (const UBorder*)Object; FVector2D& Result = *(FVector2D*)OutValue; Result = (FVector2D)Obj->GetDesiredSizeScale(); } void UBorder::SetDesiredSizeScale_WrapperImpl(void* Object, const void* InValue) { UBorder* Obj = (UBorder*)Object; FVector2D& Value = *(FVector2D*)InValue; Obj->SetDesiredSizeScale(Value); } FClassRegistrationInfo Z_Registration_Info_UClass_UBorder; UClass* UBorder::GetPrivateStaticClass() { using TClass = UBorder; if (!Z_Registration_Info_UClass_UBorder.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("Border"), Z_Registration_Info_UClass_UBorder.InnerSingleton, StaticRegisterNativesUBorder, 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_UBorder.InnerSingleton; } UClass* Z_Construct_UClass_UBorder_NoRegister() { return UBorder::GetPrivateStaticClass(); } struct Z_Construct_UClass_UBorder_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/**\n * A border is a container widget that can contain one child widget, providing an opportunity \n * to surround it with a background image and adjustable padding.\n *\n * * Single Child\n * * Image\n */" }, { "IncludePath", "Components/Border.h" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "ToolTip", "A border is a container widget that can contain one child widget, providing an opportunity\nto surround it with a background image and adjustable padding.\n\n* Single Child\n* Image" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_HorizontalAlignment_MetaData[] = { { "BlueprintSetter", "SetHorizontalAlignment" }, { "Category", "Content" }, { "Comment", "/** The alignment of the content horizontally. */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "ToolTip", "The alignment of the content horizontally." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_VerticalAlignment_MetaData[] = { { "BlueprintSetter", "SetVerticalAlignment" }, { "Category", "Content" }, { "Comment", "/** The alignment of the content vertically. */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "ToolTip", "The alignment of the content vertically." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bShowEffectWhenDisabled_MetaData[] = { { "BlueprintSetter", "SetShowEffectWhenDisabled" }, { "Category", "Appearance" }, { "Comment", "/** Whether or not to show the disabled effect when this border is disabled */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "ToolTip", "Whether or not to show the disabled effect when this border is disabled" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ContentColorAndOpacity_MetaData[] = { { "BlueprintSetter", "SetContentColorAndOpacity" }, { "Category", "Content" }, { "Comment", "/** Color and opacity multiplier of content in the border */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "sRGB", "true" }, { "ToolTip", "Color and opacity multiplier of content in the border" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ContentColorAndOpacityDelegate_MetaData[] = { { "Comment", "/** A bindable delegate for the ContentColorAndOpacity. */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "ToolTip", "A bindable delegate for the ContentColorAndOpacity." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Padding_MetaData[] = { { "BlueprintSetter", "SetPadding" }, { "Category", "Content" }, { "Comment", "/** The padding area between the slot and the content it contains. */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "ToolTip", "The padding area between the slot and the content it contains." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Background_MetaData[] = { { "Category", "Appearance" }, { "Comment", "/** Brush to drag as the background */" }, { "DisplayName", "Brush" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "ToolTip", "Brush to drag as the background" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BackgroundDelegate_MetaData[] = { { "Comment", "/** A bindable delegate for the Brush. */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "ToolTip", "A bindable delegate for the Brush." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BrushColor_MetaData[] = { { "BlueprintSetter", "SetBrushColor" }, { "Category", "Appearance" }, { "Comment", "/** Color and opacity of the actual border image */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "sRGB", "true" }, { "ToolTip", "Color and opacity of the actual border image" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_BrushColorDelegate_MetaData[] = { { "Comment", "/** A bindable delegate for the BrushColor. */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "ToolTip", "A bindable delegate for the BrushColor." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DesiredSizeScale_MetaData[] = { { "BlueprintSetter", "SetDesiredSizeScale" }, { "Category", "Appearance" }, { "Comment", "/**\n\x09 * Scales the computed desired size of this border and its contents. Useful\n\x09 * for making things that slide open without having to hard-code their size.\n\x09 * Note: if the parent widget is set up to ignore this widget's desired size,\n\x09 * then changing this value will have no effect.\n\x09 */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "ToolTip", "Scales the computed desired size of this border and its contents. Useful\nfor making things that slide open without having to hard-code their size.\nNote: if the parent widget is set up to ignore this widget's desired size,\nthen changing this value will have no effect." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bFlipForRightToLeftFlowDirection_MetaData[] = { { "Category", "Localization" }, { "Comment", "/** Flips the background image if the localization's flow direction is RightToLeft */" }, { "ModuleRelativePath", "Public/Components/Border.h" }, { "ToolTip", "Flips the background image if the localization's flow direction is RightToLeft" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnMouseButtonDownEvent_MetaData[] = { { "Category", "Events" }, { "IsBindableEvent", "True" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnMouseButtonUpEvent_MetaData[] = { { "Category", "Events" }, { "IsBindableEvent", "True" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnMouseMoveEvent_MetaData[] = { { "Category", "Events" }, { "IsBindableEvent", "True" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_OnMouseDoubleClickEvent_MetaData[] = { { "Category", "Events" }, { "IsBindableEvent", "True" }, { "ModuleRelativePath", "Public/Components/Border.h" }, }; #endif // WITH_METADATA // ********** Begin Class UBorder constinit property declarations ********************************** static const UECodeGen_Private::FBytePropertyParams NewProp_HorizontalAlignment; static const UECodeGen_Private::FBytePropertyParams NewProp_VerticalAlignment; static void NewProp_bShowEffectWhenDisabled_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bShowEffectWhenDisabled; static const UECodeGen_Private::FStructPropertyParams NewProp_ContentColorAndOpacity; static const UECodeGen_Private::FDelegatePropertyParams NewProp_ContentColorAndOpacityDelegate; static const UECodeGen_Private::FStructPropertyParams NewProp_Padding; static const UECodeGen_Private::FStructPropertyParams NewProp_Background; static const UECodeGen_Private::FDelegatePropertyParams NewProp_BackgroundDelegate; static const UECodeGen_Private::FStructPropertyParams NewProp_BrushColor; static const UECodeGen_Private::FDelegatePropertyParams NewProp_BrushColorDelegate; static const UECodeGen_Private::FStructPropertyParams NewProp_DesiredSizeScale; static void NewProp_bFlipForRightToLeftFlowDirection_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bFlipForRightToLeftFlowDirection; static const UECodeGen_Private::FDelegatePropertyParams NewProp_OnMouseButtonDownEvent; static const UECodeGen_Private::FDelegatePropertyParams NewProp_OnMouseButtonUpEvent; static const UECodeGen_Private::FDelegatePropertyParams NewProp_OnMouseMoveEvent; static const UECodeGen_Private::FDelegatePropertyParams NewProp_OnMouseDoubleClickEvent; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UBorder constinit property declarations ************************************ static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("GetDynamicMaterial"), .Pointer = &UBorder::execGetDynamicMaterial }, { .NameUTF8 = UTF8TEXT("SetBrush"), .Pointer = &UBorder::execSetBrush }, { .NameUTF8 = UTF8TEXT("SetBrushColor"), .Pointer = &UBorder::execSetBrushColor }, { .NameUTF8 = UTF8TEXT("SetBrushFromAsset"), .Pointer = &UBorder::execSetBrushFromAsset }, { .NameUTF8 = UTF8TEXT("SetBrushFromMaterial"), .Pointer = &UBorder::execSetBrushFromMaterial }, { .NameUTF8 = UTF8TEXT("SetBrushFromTexture"), .Pointer = &UBorder::execSetBrushFromTexture }, { .NameUTF8 = UTF8TEXT("SetContentColorAndOpacity"), .Pointer = &UBorder::execSetContentColorAndOpacity }, { .NameUTF8 = UTF8TEXT("SetDesiredSizeScale"), .Pointer = &UBorder::execSetDesiredSizeScale }, { .NameUTF8 = UTF8TEXT("SetHorizontalAlignment"), .Pointer = &UBorder::execSetHorizontalAlignment }, { .NameUTF8 = UTF8TEXT("SetPadding"), .Pointer = &UBorder::execSetPadding }, { .NameUTF8 = UTF8TEXT("SetShowEffectWhenDisabled"), .Pointer = &UBorder::execSetShowEffectWhenDisabled }, { .NameUTF8 = UTF8TEXT("SetVerticalAlignment"), .Pointer = &UBorder::execSetVerticalAlignment }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UBorder_GetDynamicMaterial, "GetDynamicMaterial" }, // 363386256 { &Z_Construct_UFunction_UBorder_SetBrush, "SetBrush" }, // 549765860 { &Z_Construct_UFunction_UBorder_SetBrushColor, "SetBrushColor" }, // 2480292765 { &Z_Construct_UFunction_UBorder_SetBrushFromAsset, "SetBrushFromAsset" }, // 3011785650 { &Z_Construct_UFunction_UBorder_SetBrushFromMaterial, "SetBrushFromMaterial" }, // 2251636924 { &Z_Construct_UFunction_UBorder_SetBrushFromTexture, "SetBrushFromTexture" }, // 837968432 { &Z_Construct_UFunction_UBorder_SetContentColorAndOpacity, "SetContentColorAndOpacity" }, // 2039810185 { &Z_Construct_UFunction_UBorder_SetDesiredSizeScale, "SetDesiredSizeScale" }, // 1684687905 { &Z_Construct_UFunction_UBorder_SetHorizontalAlignment, "SetHorizontalAlignment" }, // 2954245504 { &Z_Construct_UFunction_UBorder_SetPadding, "SetPadding" }, // 814323124 { &Z_Construct_UFunction_UBorder_SetShowEffectWhenDisabled, "SetShowEffectWhenDisabled" }, // 3876515489 { &Z_Construct_UFunction_UBorder_SetVerticalAlignment, "SetVerticalAlignment" }, // 3838538044 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UBorder_Statics // ********** Begin Class UBorder Property Definitions ********************************************* const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_HorizontalAlignment = { "HorizontalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UBorder::SetHorizontalAlignment_WrapperImpl, &UBorder::GetHorizontalAlignment_WrapperImpl, 1, STRUCT_OFFSET(UBorder, HorizontalAlignment), Z_Construct_UEnum_SlateCore_EHorizontalAlignment, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_HorizontalAlignment_MetaData), NewProp_HorizontalAlignment_MetaData) }; // 990570535 const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_VerticalAlignment = { "VerticalAlignment", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, &UBorder::SetVerticalAlignment_WrapperImpl, &UBorder::GetVerticalAlignment_WrapperImpl, 1, STRUCT_OFFSET(UBorder, VerticalAlignment), Z_Construct_UEnum_SlateCore_EVerticalAlignment, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_VerticalAlignment_MetaData), NewProp_VerticalAlignment_MetaData) }; // 2496106429 void Z_Construct_UClass_UBorder_Statics::NewProp_bShowEffectWhenDisabled_SetBit(void* Obj) { ((UBorder*)Obj)->bShowEffectWhenDisabled = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_bShowEffectWhenDisabled = { "bShowEffectWhenDisabled", nullptr, (EPropertyFlags)0x0010040000000005, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, &UBorder::SetbShowEffectWhenDisabled_WrapperImpl, &UBorder::GetbShowEffectWhenDisabled_WrapperImpl, 1, sizeof(uint8), sizeof(UBorder), &Z_Construct_UClass_UBorder_Statics::NewProp_bShowEffectWhenDisabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bShowEffectWhenDisabled_MetaData), NewProp_bShowEffectWhenDisabled_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_ContentColorAndOpacity = { "ContentColorAndOpacity", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UBorder::SetContentColorAndOpacity_WrapperImpl, &UBorder::GetContentColorAndOpacity_WrapperImpl, 1, STRUCT_OFFSET(UBorder, ContentColorAndOpacity), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ContentColorAndOpacity_MetaData), NewProp_ContentColorAndOpacity_MetaData) }; const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_ContentColorAndOpacityDelegate = { "ContentColorAndOpacityDelegate", nullptr, (EPropertyFlags)0x0010000000080000, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBorder, ContentColorAndOpacityDelegate), Z_Construct_UDelegateFunction_UWidget_GetLinearColor__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ContentColorAndOpacityDelegate_MetaData), NewProp_ContentColorAndOpacityDelegate_MetaData) }; // 487054132 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_Padding = { "Padding", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UBorder::SetPadding_WrapperImpl, &UBorder::GetPadding_WrapperImpl, 1, STRUCT_OFFSET(UBorder, Padding), Z_Construct_UScriptStruct_FMargin, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Padding_MetaData), NewProp_Padding_MetaData) }; // 4099648758 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_Background = { "Background", nullptr, (EPropertyFlags)0x0010000000000015, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBorder, Background), Z_Construct_UScriptStruct_FSlateBrush, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Background_MetaData), NewProp_Background_MetaData) }; // 4278521822 const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_BackgroundDelegate = { "BackgroundDelegate", nullptr, (EPropertyFlags)0x0010000000080000, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBorder, BackgroundDelegate), Z_Construct_UDelegateFunction_UWidget_GetSlateBrush__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BackgroundDelegate_MetaData), NewProp_BackgroundDelegate_MetaData) }; // 3818456499 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_BrushColor = { "BrushColor", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UBorder::SetBrushColor_WrapperImpl, &UBorder::GetBrushColor_WrapperImpl, 1, STRUCT_OFFSET(UBorder, BrushColor), Z_Construct_UScriptStruct_FLinearColor, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BrushColor_MetaData), NewProp_BrushColor_MetaData) }; const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_BrushColorDelegate = { "BrushColorDelegate", nullptr, (EPropertyFlags)0x0010000000080000, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBorder, BrushColorDelegate), Z_Construct_UDelegateFunction_UWidget_GetLinearColor__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_BrushColorDelegate_MetaData), NewProp_BrushColorDelegate_MetaData) }; // 487054132 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_DesiredSizeScale = { "DesiredSizeScale", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, &UBorder::SetDesiredSizeScale_WrapperImpl, &UBorder::GetDesiredSizeScale_WrapperImpl, 1, STRUCT_OFFSET(UBorder, DesiredSizeScale), Z_Construct_UScriptStruct_FVector2D, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DesiredSizeScale_MetaData), NewProp_DesiredSizeScale_MetaData) }; void Z_Construct_UClass_UBorder_Statics::NewProp_bFlipForRightToLeftFlowDirection_SetBit(void* Obj) { ((UBorder*)Obj)->bFlipForRightToLeftFlowDirection = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_bFlipForRightToLeftFlowDirection = { "bFlipForRightToLeftFlowDirection", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UBorder), &Z_Construct_UClass_UBorder_Statics::NewProp_bFlipForRightToLeftFlowDirection_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bFlipForRightToLeftFlowDirection_MetaData), NewProp_bFlipForRightToLeftFlowDirection_MetaData) }; const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_OnMouseButtonDownEvent = { "OnMouseButtonDownEvent", nullptr, (EPropertyFlags)0x0010000000080001, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBorder, OnMouseButtonDownEvent), Z_Construct_UDelegateFunction_UWidget_OnPointerEvent__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnMouseButtonDownEvent_MetaData), NewProp_OnMouseButtonDownEvent_MetaData) }; // 2515000302 const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_OnMouseButtonUpEvent = { "OnMouseButtonUpEvent", nullptr, (EPropertyFlags)0x0010000000080001, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBorder, OnMouseButtonUpEvent), Z_Construct_UDelegateFunction_UWidget_OnPointerEvent__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnMouseButtonUpEvent_MetaData), NewProp_OnMouseButtonUpEvent_MetaData) }; // 2515000302 const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_OnMouseMoveEvent = { "OnMouseMoveEvent", nullptr, (EPropertyFlags)0x0010000000080001, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBorder, OnMouseMoveEvent), Z_Construct_UDelegateFunction_UWidget_OnPointerEvent__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnMouseMoveEvent_MetaData), NewProp_OnMouseMoveEvent_MetaData) }; // 2515000302 const UECodeGen_Private::FDelegatePropertyParams Z_Construct_UClass_UBorder_Statics::NewProp_OnMouseDoubleClickEvent = { "OnMouseDoubleClickEvent", nullptr, (EPropertyFlags)0x0010000000080001, UECodeGen_Private::EPropertyGenFlags::Delegate, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBorder, OnMouseDoubleClickEvent), Z_Construct_UDelegateFunction_UWidget_OnPointerEvent__DelegateSignature, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_OnMouseDoubleClickEvent_MetaData), NewProp_OnMouseDoubleClickEvent_MetaData) }; // 2515000302 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBorder_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_HorizontalAlignment, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_VerticalAlignment, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_bShowEffectWhenDisabled, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_ContentColorAndOpacity, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_ContentColorAndOpacityDelegate, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_Padding, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_Background, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_BackgroundDelegate, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_BrushColor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_BrushColorDelegate, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_DesiredSizeScale, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_bFlipForRightToLeftFlowDirection, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_OnMouseButtonDownEvent, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_OnMouseButtonUpEvent, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_OnMouseMoveEvent, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBorder_Statics::NewProp_OnMouseDoubleClickEvent, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBorder_Statics::PropPointers) < 2048); // ********** End Class UBorder Property Definitions *********************************************** UObject* (*const Z_Construct_UClass_UBorder_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UContentWidget, (UObject* (*)())Z_Construct_UPackage__Script_UMG, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBorder_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UBorder_Statics::ClassParams = { &UBorder::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_UBorder_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_UBorder_Statics::PropPointers), 0, 0x00A800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBorder_Statics::Class_MetaDataParams), Z_Construct_UClass_UBorder_Statics::Class_MetaDataParams) }; void UBorder::StaticRegisterNativesUBorder() { UClass* Class = UBorder::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UBorder_Statics::Funcs)); } UClass* Z_Construct_UClass_UBorder() { if (!Z_Registration_Info_UClass_UBorder.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBorder.OuterSingleton, Z_Construct_UClass_UBorder_Statics::ClassParams); } return Z_Registration_Info_UClass_UBorder.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBorder); UBorder::~UBorder() {} // ********** End Class UBorder ******************************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_Border_h__Script_UMG_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UBorder, UBorder::StaticClass, TEXT("UBorder"), &Z_Registration_Info_UClass_UBorder, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBorder), 2959625642U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_Border_h__Script_UMG_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_Border_h__Script_UMG_1155919834{ TEXT("/Script/UMG"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_Border_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_Border_h__Script_UMG_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS