// 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/PanelWidget.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodePanelWidget() {} // ********** Begin Cross Module References ******************************************************** UMG_API UClass* Z_Construct_UClass_UPanelSlot_NoRegister(); UMG_API UClass* Z_Construct_UClass_UPanelWidget(); UMG_API UClass* Z_Construct_UClass_UPanelWidget_NoRegister(); UMG_API UClass* Z_Construct_UClass_UWidget(); UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister(); UPackage* Z_Construct_UPackage__Script_UMG(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UPanelWidget Function AddChild ******************************************* struct Z_Construct_UFunction_UPanelWidget_AddChild_Statics { struct PanelWidget_eventAddChild_Parms { UWidget* Content; UPanelSlot* ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Widget|Panel" }, { "Comment", "/**\n\x09 * Adds a new child widget to the container. Returns the base slot type, \n\x09 * requires casting to turn it into the type specific to the container.\n\x09 */" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "Adds a new child widget to the container. Returns the base slot type,\nrequires casting to turn it into the type specific to the container." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Content_MetaData[] = { { "EditInline", "true" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function AddChild constinit property declarations ****************************** static const UECodeGen_Private::FObjectPropertyParams NewProp_Content; static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function AddChild constinit property declarations ******************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function AddChild Property Definitions ***************************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPanelWidget_AddChild_Statics::NewProp_Content = { "Content", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PanelWidget_eventAddChild_Parms, Content), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Content_MetaData), NewProp_Content_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPanelWidget_AddChild_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PanelWidget_eventAddChild_Parms, ReturnValue), Z_Construct_UClass_UPanelSlot_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPanelWidget_AddChild_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_AddChild_Statics::NewProp_Content, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_AddChild_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_AddChild_Statics::PropPointers) < 2048); // ********** End Function AddChild Property Definitions ******************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPanelWidget_AddChild_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPanelWidget, nullptr, "AddChild", Z_Construct_UFunction_UPanelWidget_AddChild_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_AddChild_Statics::PropPointers), sizeof(Z_Construct_UFunction_UPanelWidget_AddChild_Statics::PanelWidget_eventAddChild_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_AddChild_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPanelWidget_AddChild_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UPanelWidget_AddChild_Statics::PanelWidget_eventAddChild_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UPanelWidget_AddChild() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPanelWidget_AddChild_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UPanelWidget::execAddChild) { P_GET_OBJECT(UWidget,Z_Param_Content); P_FINISH; P_NATIVE_BEGIN; *(UPanelSlot**)Z_Param__Result=P_THIS->AddChild(Z_Param_Content); P_NATIVE_END; } // ********** End Class UPanelWidget Function AddChild ********************************************* // ********** Begin Class UPanelWidget Function ClearChildren ************************************** struct Z_Construct_UFunction_UPanelWidget_ClearChildren_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Widget|Panel" }, { "Comment", "/** Remove all child widgets from the panel widget. */" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "Remove all child widgets from the panel widget." }, }; #endif // WITH_METADATA // ********** Begin Function ClearChildren constinit property declarations ************************* // ********** End Function ClearChildren constinit property declarations *************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPanelWidget_ClearChildren_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPanelWidget, nullptr, "ClearChildren", nullptr, 0, 0, RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020402, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_ClearChildren_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPanelWidget_ClearChildren_Statics::Function_MetaDataParams)}, }; UFunction* Z_Construct_UFunction_UPanelWidget_ClearChildren() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPanelWidget_ClearChildren_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UPanelWidget::execClearChildren) { P_FINISH; P_NATIVE_BEGIN; P_THIS->ClearChildren(); P_NATIVE_END; } // ********** End Class UPanelWidget Function ClearChildren **************************************** // ********** Begin Class UPanelWidget Function GetAllChildren ************************************* struct Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics { struct PanelWidget_eventGetAllChildren_Parms { TArray ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Widget|Panel" }, { "Comment", "/** Gets all widgets in the container */" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "Gets all widgets in the container" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function GetAllChildren constinit property declarations ************************ static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetAllChildren constinit property declarations ************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetAllChildren Property Definitions *********************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::NewProp_ReturnValue_Inner = { "ReturnValue", nullptr, (EPropertyFlags)0x0000000000080008, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010008000000588, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PanelWidget_eventGetAllChildren_Parms, ReturnValue), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::NewProp_ReturnValue_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::PropPointers) < 2048); // ********** End Function GetAllChildren Property Definitions ************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPanelWidget, nullptr, "GetAllChildren", Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::PropPointers), sizeof(Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::PanelWidget_eventGetAllChildren_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::PanelWidget_eventGetAllChildren_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UPanelWidget_GetAllChildren() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPanelWidget_GetAllChildren_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UPanelWidget::execGetAllChildren) { P_FINISH; P_NATIVE_BEGIN; *(TArray*)Z_Param__Result=P_THIS->GetAllChildren(); P_NATIVE_END; } // ********** End Class UPanelWidget Function GetAllChildren *************************************** // ********** Begin Class UPanelWidget Function GetChildAt ***************************************** struct Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics { struct PanelWidget_eventGetChildAt_Parms { int32 Index; UWidget* ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Widget|Panel" }, { "Comment", "/**\n\x09 * Gets the widget at an index.\n\x09 * @param Index The index of the widget.\n\x09 * @return The widget at the given index, or nothing if there is no widget there.\n\x09 */" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "Gets the widget at an index.\n@param Index The index of the widget.\n@return The widget at the given index, or nothing if there is no widget there." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function GetChildAt constinit property declarations **************************** static const UECodeGen_Private::FIntPropertyParams NewProp_Index; static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetChildAt constinit property declarations ****************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetChildAt Property Definitions *************************************** const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PanelWidget_eventGetChildAt_Parms, Index), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PanelWidget_eventGetChildAt_Parms, ReturnValue), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReturnValue_MetaData), NewProp_ReturnValue_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::NewProp_Index, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::PropPointers) < 2048); // ********** End Function GetChildAt Property Definitions ***************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPanelWidget, nullptr, "GetChildAt", Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::PropPointers), sizeof(Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::PanelWidget_eventGetChildAt_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::PanelWidget_eventGetChildAt_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UPanelWidget_GetChildAt() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPanelWidget_GetChildAt_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UPanelWidget::execGetChildAt) { P_GET_PROPERTY(FIntProperty,Z_Param_Index); P_FINISH; P_NATIVE_BEGIN; *(UWidget**)Z_Param__Result=P_THIS->GetChildAt(Z_Param_Index); P_NATIVE_END; } // ********** End Class UPanelWidget Function GetChildAt ******************************************* // ********** Begin Class UPanelWidget Function GetChildIndex ************************************** struct Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics { struct PanelWidget_eventGetChildIndex_Parms { const UWidget* Content; int32 ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Widget|Panel" }, { "Comment", "/** Gets the index of a specific child widget */" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "Gets the index of a specific child widget" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Content_MetaData[] = { { "EditInline", "true" }, { "NativeConst", "" }, }; #endif // WITH_METADATA // ********** Begin Function GetChildIndex constinit property declarations ************************* static const UECodeGen_Private::FObjectPropertyParams NewProp_Content; static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetChildIndex constinit property declarations *************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetChildIndex Property Definitions ************************************ const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::NewProp_Content = { "Content", nullptr, (EPropertyFlags)0x0010000000080082, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PanelWidget_eventGetChildIndex_Parms, Content), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Content_MetaData), NewProp_Content_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PanelWidget_eventGetChildIndex_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::NewProp_Content, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::PropPointers) < 2048); // ********** End Function GetChildIndex Property Definitions ************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPanelWidget, nullptr, "GetChildIndex", Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::PropPointers), sizeof(Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::PanelWidget_eventGetChildIndex_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::PanelWidget_eventGetChildIndex_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UPanelWidget_GetChildIndex() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPanelWidget_GetChildIndex_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UPanelWidget::execGetChildIndex) { P_GET_OBJECT(UWidget,Z_Param_Content); P_FINISH; P_NATIVE_BEGIN; *(int32*)Z_Param__Result=P_THIS->GetChildIndex(Z_Param_Content); P_NATIVE_END; } // ********** End Class UPanelWidget Function GetChildIndex **************************************** // ********** Begin Class UPanelWidget Function GetChildrenCount *********************************** struct Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics { struct PanelWidget_eventGetChildrenCount_Parms { int32 ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Widget|Panel" }, { "Comment", "/** Gets number of child widgets in the container. */" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "Gets number of child widgets in the container." }, }; #endif // WITH_METADATA // ********** Begin Function GetChildrenCount constinit property declarations ********************** static const UECodeGen_Private::FIntPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function GetChildrenCount constinit property declarations ************************ static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function GetChildrenCount Property Definitions ********************************* const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PanelWidget_eventGetChildrenCount_Parms, ReturnValue), METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics::PropPointers) < 2048); // ********** End Function GetChildrenCount Property Definitions *********************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPanelWidget, nullptr, "GetChildrenCount", Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics::PropPointers), sizeof(Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics::PanelWidget_eventGetChildrenCount_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics::PanelWidget_eventGetChildrenCount_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UPanelWidget_GetChildrenCount() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPanelWidget_GetChildrenCount_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UPanelWidget::execGetChildrenCount) { P_FINISH; P_NATIVE_BEGIN; *(int32*)Z_Param__Result=P_THIS->GetChildrenCount(); P_NATIVE_END; } // ********** End Class UPanelWidget Function GetChildrenCount ************************************* // ********** Begin Class UPanelWidget Function HasAnyChildren ************************************* struct Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics { struct PanelWidget_eventHasAnyChildren_Parms { bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Widget|Panel" }, { "Comment", "/** Returns true if there are any child widgets in the panel */" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "Returns true if there are any child widgets in the panel" }, }; #endif // WITH_METADATA // ********** Begin Function HasAnyChildren constinit property declarations ************************ static void NewProp_ReturnValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function HasAnyChildren constinit property declarations ************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function HasAnyChildren Property Definitions *********************************** void Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((PanelWidget_eventHasAnyChildren_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PanelWidget_eventHasAnyChildren_Parms), &Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::PropPointers) < 2048); // ********** End Function HasAnyChildren Property Definitions ************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPanelWidget, nullptr, "HasAnyChildren", Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::PropPointers), sizeof(Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::PanelWidget_eventHasAnyChildren_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::PanelWidget_eventHasAnyChildren_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UPanelWidget_HasAnyChildren() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPanelWidget_HasAnyChildren_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UPanelWidget::execHasAnyChildren) { P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->HasAnyChildren(); P_NATIVE_END; } // ********** End Class UPanelWidget Function HasAnyChildren *************************************** // ********** Begin Class UPanelWidget Function HasChild ******************************************* struct Z_Construct_UFunction_UPanelWidget_HasChild_Statics { struct PanelWidget_eventHasChild_Parms { UWidget* Content; bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Widget|Panel" }, { "Comment", "/** Returns true if panel contains this widget */" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "Returns true if panel contains this widget" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Content_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function HasChild constinit property declarations ****************************** static const UECodeGen_Private::FObjectPropertyParams NewProp_Content; static void NewProp_ReturnValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function HasChild constinit property declarations ******************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function HasChild Property Definitions ***************************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPanelWidget_HasChild_Statics::NewProp_Content = { "Content", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PanelWidget_eventHasChild_Parms, Content), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Content_MetaData), NewProp_Content_MetaData) }; void Z_Construct_UFunction_UPanelWidget_HasChild_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((PanelWidget_eventHasChild_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPanelWidget_HasChild_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PanelWidget_eventHasChild_Parms), &Z_Construct_UFunction_UPanelWidget_HasChild_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPanelWidget_HasChild_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_HasChild_Statics::NewProp_Content, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_HasChild_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_HasChild_Statics::PropPointers) < 2048); // ********** End Function HasChild Property Definitions ******************************************* const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPanelWidget_HasChild_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPanelWidget, nullptr, "HasChild", Z_Construct_UFunction_UPanelWidget_HasChild_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_HasChild_Statics::PropPointers), sizeof(Z_Construct_UFunction_UPanelWidget_HasChild_Statics::PanelWidget_eventHasChild_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_HasChild_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPanelWidget_HasChild_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UPanelWidget_HasChild_Statics::PanelWidget_eventHasChild_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UPanelWidget_HasChild() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPanelWidget_HasChild_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UPanelWidget::execHasChild) { P_GET_OBJECT(UWidget,Z_Param_Content); P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->HasChild(Z_Param_Content); P_NATIVE_END; } // ********** End Class UPanelWidget Function HasChild ********************************************* // ********** Begin Class UPanelWidget Function RemoveChild **************************************** struct Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics { struct PanelWidget_eventRemoveChild_Parms { UWidget* Content; bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Widget|Panel" }, { "Comment", "/**\n\x09 * Removes a specific widget from the container.\n\x09 * @return true if the widget was found and removed.\n\x09 */" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "Removes a specific widget from the container.\n@return true if the widget was found and removed." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Content_MetaData[] = { { "EditInline", "true" }, }; #endif // WITH_METADATA // ********** Begin Function RemoveChild constinit property declarations *************************** static const UECodeGen_Private::FObjectPropertyParams NewProp_Content; static void NewProp_ReturnValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function RemoveChild constinit property declarations ***************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function RemoveChild Property Definitions ************************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::NewProp_Content = { "Content", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PanelWidget_eventRemoveChild_Parms, Content), Z_Construct_UClass_UWidget_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Content_MetaData), NewProp_Content_MetaData) }; void Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((PanelWidget_eventRemoveChild_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PanelWidget_eventRemoveChild_Parms), &Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::NewProp_Content, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::PropPointers) < 2048); // ********** End Function RemoveChild Property Definitions **************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPanelWidget, nullptr, "RemoveChild", Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::PropPointers), sizeof(Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::PanelWidget_eventRemoveChild_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::PanelWidget_eventRemoveChild_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UPanelWidget_RemoveChild() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPanelWidget_RemoveChild_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UPanelWidget::execRemoveChild) { P_GET_OBJECT(UWidget,Z_Param_Content); P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->RemoveChild(Z_Param_Content); P_NATIVE_END; } // ********** End Class UPanelWidget Function RemoveChild ****************************************** // ********** Begin Class UPanelWidget Function RemoveChildAt ************************************** struct Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics { struct PanelWidget_eventRemoveChildAt_Parms { int32 Index; bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "Category", "Widget|Panel" }, { "Comment", "/** Removes a child by it's index. */" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "Removes a child by it's index." }, }; #endif // WITH_METADATA // ********** Begin Function RemoveChildAt constinit property declarations ************************* static const UECodeGen_Private::FIntPropertyParams NewProp_Index; static void NewProp_ReturnValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function RemoveChildAt constinit property declarations *************************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function RemoveChildAt Property Definitions ************************************ const UECodeGen_Private::FIntPropertyParams Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::NewProp_Index = { "Index", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(PanelWidget_eventRemoveChildAt_Parms, Index), METADATA_PARAMS(0, nullptr) }; void Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((PanelWidget_eventRemoveChildAt_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(PanelWidget_eventRemoveChildAt_Parms), &Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::NewProp_Index, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::PropPointers) < 2048); // ********** End Function RemoveChildAt Property Definitions ************************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UPanelWidget, nullptr, "RemoveChildAt", Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::PropPointers), sizeof(Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::PanelWidget_eventRemoveChildAt_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::Function_MetaDataParams), Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::PanelWidget_eventRemoveChildAt_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UPanelWidget_RemoveChildAt() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UPanelWidget_RemoveChildAt_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UPanelWidget::execRemoveChildAt) { P_GET_PROPERTY(FIntProperty,Z_Param_Index); P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->RemoveChildAt(Z_Param_Index); P_NATIVE_END; } // ********** End Class UPanelWidget Function RemoveChildAt **************************************** // ********** Begin Class UPanelWidget ************************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UPanelWidget; UClass* UPanelWidget::GetPrivateStaticClass() { using TClass = UPanelWidget; if (!Z_Registration_Info_UClass_UPanelWidget.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("PanelWidget"), Z_Registration_Info_UClass_UPanelWidget.InnerSingleton, StaticRegisterNativesUPanelWidget, 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_UPanelWidget.InnerSingleton; } UClass* Z_Construct_UClass_UPanelWidget_NoRegister() { return UPanelWidget::GetPrivateStaticClass(); } struct Z_Construct_UClass_UPanelWidget_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/** The base class for all UMG panel widgets. Panel widgets layout a collection of child widgets. */" }, { "IncludePath", "Components/PanelWidget.h" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "The base class for all UMG panel widgets. Panel widgets layout a collection of child widgets." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Slots_Inner_MetaData[] = { { "Comment", "/** The slots in the widget holding the child widgets of this panel. */" }, { "EditInline", "true" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "The slots in the widget holding the child widgets of this panel." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Slots_MetaData[] = { { "Comment", "/** The slots in the widget holding the child widgets of this panel. */" }, { "EditInline", "true" }, { "ModuleRelativePath", "Public/Components/PanelWidget.h" }, { "ToolTip", "The slots in the widget holding the child widgets of this panel." }, }; #endif // WITH_METADATA // ********** Begin Class UPanelWidget constinit property declarations ***************************** static const UECodeGen_Private::FObjectPropertyParams NewProp_Slots_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_Slots; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UPanelWidget constinit property declarations ******************************* static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("AddChild"), .Pointer = &UPanelWidget::execAddChild }, { .NameUTF8 = UTF8TEXT("ClearChildren"), .Pointer = &UPanelWidget::execClearChildren }, { .NameUTF8 = UTF8TEXT("GetAllChildren"), .Pointer = &UPanelWidget::execGetAllChildren }, { .NameUTF8 = UTF8TEXT("GetChildAt"), .Pointer = &UPanelWidget::execGetChildAt }, { .NameUTF8 = UTF8TEXT("GetChildIndex"), .Pointer = &UPanelWidget::execGetChildIndex }, { .NameUTF8 = UTF8TEXT("GetChildrenCount"), .Pointer = &UPanelWidget::execGetChildrenCount }, { .NameUTF8 = UTF8TEXT("HasAnyChildren"), .Pointer = &UPanelWidget::execHasAnyChildren }, { .NameUTF8 = UTF8TEXT("HasChild"), .Pointer = &UPanelWidget::execHasChild }, { .NameUTF8 = UTF8TEXT("RemoveChild"), .Pointer = &UPanelWidget::execRemoveChild }, { .NameUTF8 = UTF8TEXT("RemoveChildAt"), .Pointer = &UPanelWidget::execRemoveChildAt }, }; static UObject* (*const DependentSingletons[])(); static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UPanelWidget_AddChild, "AddChild" }, // 2006310451 { &Z_Construct_UFunction_UPanelWidget_ClearChildren, "ClearChildren" }, // 1288438972 { &Z_Construct_UFunction_UPanelWidget_GetAllChildren, "GetAllChildren" }, // 1176698811 { &Z_Construct_UFunction_UPanelWidget_GetChildAt, "GetChildAt" }, // 25124794 { &Z_Construct_UFunction_UPanelWidget_GetChildIndex, "GetChildIndex" }, // 1675367959 { &Z_Construct_UFunction_UPanelWidget_GetChildrenCount, "GetChildrenCount" }, // 3822699180 { &Z_Construct_UFunction_UPanelWidget_HasAnyChildren, "HasAnyChildren" }, // 945258513 { &Z_Construct_UFunction_UPanelWidget_HasChild, "HasChild" }, // 697561264 { &Z_Construct_UFunction_UPanelWidget_RemoveChild, "RemoveChild" }, // 3414494295 { &Z_Construct_UFunction_UPanelWidget_RemoveChildAt, "RemoveChildAt" }, // 3689102205 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UPanelWidget_Statics // ********** Begin Class UPanelWidget Property Definitions **************************************** const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPanelWidget_Statics::NewProp_Slots_Inner = { "Slots", nullptr, (EPropertyFlags)0x0106000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UPanelSlot_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Slots_Inner_MetaData), NewProp_Slots_Inner_MetaData) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPanelWidget_Statics::NewProp_Slots = { "Slots", nullptr, (EPropertyFlags)0x0124088000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPanelWidget, Slots), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Slots_MetaData), NewProp_Slots_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPanelWidget_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPanelWidget_Statics::NewProp_Slots_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPanelWidget_Statics::NewProp_Slots, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPanelWidget_Statics::PropPointers) < 2048); // ********** End Class UPanelWidget Property Definitions ****************************************** UObject* (*const Z_Construct_UClass_UPanelWidget_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UWidget, (UObject* (*)())Z_Construct_UPackage__Script_UMG, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPanelWidget_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UPanelWidget_Statics::ClassParams = { &UPanelWidget::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, FuncInfo, Z_Construct_UClass_UPanelWidget_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), UE_ARRAY_COUNT(FuncInfo), UE_ARRAY_COUNT(Z_Construct_UClass_UPanelWidget_Statics::PropPointers), 0, 0x00A800A1u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPanelWidget_Statics::Class_MetaDataParams), Z_Construct_UClass_UPanelWidget_Statics::Class_MetaDataParams) }; void UPanelWidget::StaticRegisterNativesUPanelWidget() { UClass* Class = UPanelWidget::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UPanelWidget_Statics::Funcs)); } UClass* Z_Construct_UClass_UPanelWidget() { if (!Z_Registration_Info_UClass_UPanelWidget.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPanelWidget.OuterSingleton, Z_Construct_UClass_UPanelWidget_Statics::ClassParams); } return Z_Registration_Info_UClass_UPanelWidget.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPanelWidget); UPanelWidget::~UPanelWidget() {} // ********** End Class UPanelWidget *************************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h__Script_UMG_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UPanelWidget, UPanelWidget::StaticClass, TEXT("UPanelWidget"), &Z_Registration_Info_UClass_UPanelWidget, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPanelWidget), 2919335591U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h__Script_UMG_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h__Script_UMG_3813888256{ TEXT("/Script/UMG"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_PanelWidget_h__Script_UMG_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS