308 lines
18 KiB
C++
308 lines
18 KiB
C++
// 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/ContentWidget.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeContentWidget() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
UMG_API UClass* Z_Construct_UClass_UContentWidget();
|
|
UMG_API UClass* Z_Construct_UClass_UContentWidget_NoRegister();
|
|
UMG_API UClass* Z_Construct_UClass_UPanelSlot_NoRegister();
|
|
UMG_API UClass* Z_Construct_UClass_UPanelWidget();
|
|
UMG_API UClass* Z_Construct_UClass_UWidget_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_UMG();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UContentWidget Function GetContent ***************************************
|
|
struct Z_Construct_UFunction_UContentWidget_GetContent_Statics
|
|
{
|
|
struct ContentWidget_eventGetContent_Parms
|
|
{
|
|
UWidget* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Widget|Panel" },
|
|
{ "Comment", "/** */" },
|
|
{ "ModuleRelativePath", "Public/Components/ContentWidget.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetContent constinit property declarations ****************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetContent constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetContent Property Definitions ***************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UContentWidget_GetContent_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentWidget_eventGetContent_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_UContentWidget_GetContent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentWidget_GetContent_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentWidget_GetContent_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetContent Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UContentWidget_GetContent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UContentWidget, nullptr, "GetContent", Z_Construct_UFunction_UContentWidget_GetContent_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UContentWidget_GetContent_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UContentWidget_GetContent_Statics::ContentWidget_eventGetContent_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentWidget_GetContent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UContentWidget_GetContent_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UContentWidget_GetContent_Statics::ContentWidget_eventGetContent_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UContentWidget_GetContent()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UContentWidget_GetContent_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UContentWidget::execGetContent)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UWidget**)Z_Param__Result=P_THIS->GetContent();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UContentWidget Function GetContent *****************************************
|
|
|
|
// ********** Begin Class UContentWidget Function GetContentSlot ***********************************
|
|
struct Z_Construct_UFunction_UContentWidget_GetContentSlot_Statics
|
|
{
|
|
struct ContentWidget_eventGetContentSlot_Parms
|
|
{
|
|
UPanelSlot* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Widget|Panel" },
|
|
{ "Comment", "/** */" },
|
|
{ "ModuleRelativePath", "Public/Components/ContentWidget.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReturnValue_MetaData[] = {
|
|
{ "EditInline", "true" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function GetContentSlot constinit property declarations ************************
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_ReturnValue;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function GetContentSlot constinit property declarations **************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function GetContentSlot Property Definitions ***********************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UContentWidget_GetContentSlot_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentWidget_eventGetContentSlot_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_UContentWidget_GetContentSlot_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentWidget_GetContentSlot_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentWidget_GetContentSlot_Statics::PropPointers) < 2048);
|
|
// ********** End Function GetContentSlot Property Definitions *************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UContentWidget_GetContentSlot_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UContentWidget, nullptr, "GetContentSlot", Z_Construct_UFunction_UContentWidget_GetContentSlot_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UContentWidget_GetContentSlot_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UContentWidget_GetContentSlot_Statics::ContentWidget_eventGetContentSlot_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x54020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentWidget_GetContentSlot_Statics::Function_MetaDataParams), Z_Construct_UFunction_UContentWidget_GetContentSlot_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UContentWidget_GetContentSlot_Statics::ContentWidget_eventGetContentSlot_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UContentWidget_GetContentSlot()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UContentWidget_GetContentSlot_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UContentWidget::execGetContentSlot)
|
|
{
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UPanelSlot**)Z_Param__Result=P_THIS->GetContentSlot();
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UContentWidget Function GetContentSlot *************************************
|
|
|
|
// ********** Begin Class UContentWidget Function SetContent ***************************************
|
|
struct Z_Construct_UFunction_UContentWidget_SetContent_Statics
|
|
{
|
|
struct ContentWidget_eventSetContent_Parms
|
|
{
|
|
UWidget* Content;
|
|
UPanelSlot* ReturnValue;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "Widget|Panel" },
|
|
{ "Comment", "/** */" },
|
|
{ "ModuleRelativePath", "Public/Components/ContentWidget.h" },
|
|
};
|
|
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 SetContent 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 SetContent constinit property declarations ******************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetContent Property Definitions ***************************************
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UFunction_UContentWidget_SetContent_Statics::NewProp_Content = { "Content", nullptr, (EPropertyFlags)0x0010000000080080, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentWidget_eventSetContent_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_UContentWidget_SetContent_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000080588, UECodeGen_Private::EPropertyGenFlags::Object, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ContentWidget_eventSetContent_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_UContentWidget_SetContent_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentWidget_SetContent_Statics::NewProp_Content,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UContentWidget_SetContent_Statics::NewProp_ReturnValue,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentWidget_SetContent_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetContent Property Definitions *****************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UContentWidget_SetContent_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UContentWidget, nullptr, "SetContent", Z_Construct_UFunction_UContentWidget_SetContent_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_UContentWidget_SetContent_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_UContentWidget_SetContent_Statics::ContentWidget_eventSetContent_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UContentWidget_SetContent_Statics::Function_MetaDataParams), Z_Construct_UFunction_UContentWidget_SetContent_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_UContentWidget_SetContent_Statics::ContentWidget_eventSetContent_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_UContentWidget_SetContent()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UContentWidget_SetContent_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(UContentWidget::execSetContent)
|
|
{
|
|
P_GET_OBJECT(UWidget,Z_Param_Content);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
*(UPanelSlot**)Z_Param__Result=P_THIS->SetContent(Z_Param_Content);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class UContentWidget Function SetContent *****************************************
|
|
|
|
// ********** Begin Class UContentWidget ***********************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UContentWidget;
|
|
UClass* UContentWidget::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UContentWidget;
|
|
if (!Z_Registration_Info_UClass_UContentWidget.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ContentWidget"),
|
|
Z_Registration_Info_UClass_UContentWidget.InnerSingleton,
|
|
StaticRegisterNativesUContentWidget,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UContentWidget.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UContentWidget_NoRegister()
|
|
{
|
|
return UContentWidget::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UContentWidget_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** */" },
|
|
{ "IncludePath", "Components/ContentWidget.h" },
|
|
{ "ModuleRelativePath", "Public/Components/ContentWidget.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UContentWidget constinit property declarations ***************************
|
|
// ********** End Class UContentWidget constinit property declarations *****************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("GetContent"), .Pointer = &UContentWidget::execGetContent },
|
|
{ .NameUTF8 = UTF8TEXT("GetContentSlot"), .Pointer = &UContentWidget::execGetContentSlot },
|
|
{ .NameUTF8 = UTF8TEXT("SetContent"), .Pointer = &UContentWidget::execSetContent },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_UContentWidget_GetContent, "GetContent" }, // 2838640235
|
|
{ &Z_Construct_UFunction_UContentWidget_GetContentSlot, "GetContentSlot" }, // 3666722782
|
|
{ &Z_Construct_UFunction_UContentWidget_SetContent, "SetContent" }, // 3469206217
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UContentWidget>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UContentWidget_Statics
|
|
UObject* (*const Z_Construct_UClass_UContentWidget_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UPanelWidget,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_UMG,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UContentWidget_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UContentWidget_Statics::ClassParams = {
|
|
&UContentWidget::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
0,
|
|
0,
|
|
0x00A800A1u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UContentWidget_Statics::Class_MetaDataParams), Z_Construct_UClass_UContentWidget_Statics::Class_MetaDataParams)
|
|
};
|
|
void UContentWidget::StaticRegisterNativesUContentWidget()
|
|
{
|
|
UClass* Class = UContentWidget::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UContentWidget_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_UContentWidget()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UContentWidget.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UContentWidget.OuterSingleton, Z_Construct_UClass_UContentWidget_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UContentWidget.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UContentWidget);
|
|
UContentWidget::~UContentWidget() {}
|
|
// ********** End Class UContentWidget *************************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_ContentWidget_h__Script_UMG_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UContentWidget, UContentWidget::StaticClass, TEXT("UContentWidget"), &Z_Registration_Info_UClass_UContentWidget, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UContentWidget), 2420097906U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_ContentWidget_h__Script_UMG_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_ContentWidget_h__Script_UMG_4206022775{
|
|
TEXT("/Script/UMG"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_ContentWidget_h__Script_UMG_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_UMG_Public_Components_ContentWidget_h__Script_UMG_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|