Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/PropertyBindingUtilsTestSuite/UHT/PropertyBindingUtilsTest.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

554 lines
44 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 "PropertyBindingUtilsTest.h"
#include "StructUtils/InstancedStruct.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodePropertyBindingUtilsTest() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FInstancedStruct();
PROPERTYBINDINGUTILSTESTSUITE_API UClass* Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject();
PROPERTYBINDINGUTILSTESTSUITE_API UClass* Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_NoRegister();
PROPERTYBINDINGUTILSTESTSUITE_API UClass* Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced();
PROPERTYBINDINGUTILSTESTSUITE_API UClass* Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_NoRegister();
PROPERTYBINDINGUTILSTESTSUITE_API UClass* Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB();
PROPERTYBINDINGUTILSTESTSUITE_API UClass* Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_NoRegister();
PROPERTYBINDINGUTILSTESTSUITE_API UScriptStruct* Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct();
PROPERTYBINDINGUTILSTESTSUITE_API UScriptStruct* Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB();
UPackage* Z_Construct_UPackage__Script_PropertyBindingUtilsTestSuite();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FPropertyBindingUtilsTest_PropertyStructB *************************
struct Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FPropertyBindingUtilsTest_PropertyStructB); }
static inline consteval int16 GetStructAlignment() { return alignof(FPropertyBindingUtilsTest_PropertyStructB); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
{ "Category", "" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FPropertyBindingUtilsTest_PropertyStructB constinit property declarations
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FPropertyBindingUtilsTest_PropertyStructB constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FPropertyBindingUtilsTest_PropertyStructB>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB;
class UScriptStruct* FPropertyBindingUtilsTest_PropertyStructB::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB, (UObject*)Z_Construct_UPackage__Script_PropertyBindingUtilsTestSuite(), TEXT("PropertyBindingUtilsTest_PropertyStructB"));
}
return Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB.OuterSingleton;
}
// ********** Begin ScriptStruct FPropertyBindingUtilsTest_PropertyStructB Property Definitions ****
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPropertyBindingUtilsTest_PropertyStructB, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics::NewProp_B,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FPropertyBindingUtilsTest_PropertyStructB Property Definitions ******
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_PropertyBindingUtilsTestSuite,
nullptr,
&NewStructOps,
"PropertyBindingUtilsTest_PropertyStructB",
Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics::PropPointers),
sizeof(FPropertyBindingUtilsTest_PropertyStructB),
alignof(FPropertyBindingUtilsTest_PropertyStructB),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB()
{
if (!Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB.InnerSingleton, Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB.InnerSingleton);
}
// ********** End ScriptStruct FPropertyBindingUtilsTest_PropertyStructB ***************************
// ********** Begin ScriptStruct FPropertyBindingUtilsTest_PropertyStruct **************************
struct Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FPropertyBindingUtilsTest_PropertyStruct); }
static inline consteval int16 GetStructAlignment() { return alignof(FPropertyBindingUtilsTest_PropertyStruct); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
{ "Category", "" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
{ "Category", "" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StructB_MetaData[] = {
{ "Category", "" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FPropertyBindingUtilsTest_PropertyStruct constinit property declarations
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
static const UECodeGen_Private::FStructPropertyParams NewProp_StructB;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FPropertyBindingUtilsTest_PropertyStruct constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FPropertyBindingUtilsTest_PropertyStruct>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct;
class UScriptStruct* FPropertyBindingUtilsTest_PropertyStruct::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct, (UObject*)Z_Construct_UPackage__Script_PropertyBindingUtilsTestSuite(), TEXT("PropertyBindingUtilsTest_PropertyStruct"));
}
return Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct.OuterSingleton;
}
// ********** Begin ScriptStruct FPropertyBindingUtilsTest_PropertyStruct Property Definitions *****
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPropertyBindingUtilsTest_PropertyStruct, A), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPropertyBindingUtilsTest_PropertyStruct, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::NewProp_StructB = { "StructB", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPropertyBindingUtilsTest_PropertyStruct, StructB), Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StructB_MetaData), NewProp_StructB_MetaData) }; // 53108298
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::NewProp_A,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::NewProp_B,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::NewProp_StructB,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FPropertyBindingUtilsTest_PropertyStruct Property Definitions *******
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_PropertyBindingUtilsTestSuite,
nullptr,
&NewStructOps,
"PropertyBindingUtilsTest_PropertyStruct",
Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::PropPointers),
sizeof(FPropertyBindingUtilsTest_PropertyStruct),
alignof(FPropertyBindingUtilsTest_PropertyStruct),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000001),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct()
{
if (!Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct.InnerSingleton, Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct.InnerSingleton);
}
// ********** End ScriptStruct FPropertyBindingUtilsTest_PropertyStruct ****************************
// ********** Begin Class UPropertyBindingUtilsTest_PropertyObjectInstanced ************************
FClassRegistrationInfo Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced;
UClass* UPropertyBindingUtilsTest_PropertyObjectInstanced::GetPrivateStaticClass()
{
using TClass = UPropertyBindingUtilsTest_PropertyObjectInstanced;
if (!Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("PropertyBindingUtilsTest_PropertyObjectInstanced"),
Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced.InnerSingleton,
StaticRegisterNativesUPropertyBindingUtilsTest_PropertyObjectInstanced,
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_UPropertyBindingUtilsTest_PropertyObjectInstanced.InnerSingleton;
}
UClass* Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_NoRegister()
{
return UPropertyBindingUtilsTest_PropertyObjectInstanced::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "PropertyBindingUtilsTest.h" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_A_MetaData[] = {
{ "Category", "" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InstancedStruct_MetaData[] = {
{ "Category", "" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UPropertyBindingUtilsTest_PropertyObjectInstanced constinit property declarations
static const UECodeGen_Private::FIntPropertyParams NewProp_A;
static const UECodeGen_Private::FStructPropertyParams NewProp_InstancedStruct;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UPropertyBindingUtilsTest_PropertyObjectInstanced constinit property declarations
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UPropertyBindingUtilsTest_PropertyObjectInstanced>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics
// ********** Begin Class UPropertyBindingUtilsTest_PropertyObjectInstanced Property Definitions ***
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::NewProp_A = { "A", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBindingUtilsTest_PropertyObjectInstanced, A), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_A_MetaData), NewProp_A_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::NewProp_InstancedStruct = { "InstancedStruct", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBindingUtilsTest_PropertyObjectInstanced, InstancedStruct), Z_Construct_UScriptStruct_FInstancedStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InstancedStruct_MetaData), NewProp_InstancedStruct_MetaData) }; // 3949785911
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::NewProp_A,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::NewProp_InstancedStruct,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::PropPointers) < 2048);
// ********** End Class UPropertyBindingUtilsTest_PropertyObjectInstanced Property Definitions *****
UObject* (*const Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_PropertyBindingUtilsTestSuite,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::ClassParams = {
&UPropertyBindingUtilsTest_PropertyObjectInstanced::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::PropPointers),
0,
0x040000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::Class_MetaDataParams), Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::Class_MetaDataParams)
};
void UPropertyBindingUtilsTest_PropertyObjectInstanced::StaticRegisterNativesUPropertyBindingUtilsTest_PropertyObjectInstanced()
{
}
UClass* Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced()
{
if (!Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced.OuterSingleton, Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced.OuterSingleton;
}
UPropertyBindingUtilsTest_PropertyObjectInstanced::UPropertyBindingUtilsTest_PropertyObjectInstanced(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPropertyBindingUtilsTest_PropertyObjectInstanced);
UPropertyBindingUtilsTest_PropertyObjectInstanced::~UPropertyBindingUtilsTest_PropertyObjectInstanced() {}
// ********** End Class UPropertyBindingUtilsTest_PropertyObjectInstanced **************************
// ********** Begin Class UPropertyBindingUtilsTest_PropertyObjectInstancedWithB *******************
FClassRegistrationInfo Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB;
UClass* UPropertyBindingUtilsTest_PropertyObjectInstancedWithB::GetPrivateStaticClass()
{
using TClass = UPropertyBindingUtilsTest_PropertyObjectInstancedWithB;
if (!Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("PropertyBindingUtilsTest_PropertyObjectInstancedWithB"),
Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB.InnerSingleton,
StaticRegisterNativesUPropertyBindingUtilsTest_PropertyObjectInstancedWithB,
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_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB.InnerSingleton;
}
UClass* Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_NoRegister()
{
return UPropertyBindingUtilsTest_PropertyObjectInstancedWithB::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "PropertyBindingUtilsTest.h" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_B_MetaData[] = {
{ "Category", "" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UPropertyBindingUtilsTest_PropertyObjectInstancedWithB constinit property declarations
static const UECodeGen_Private::FIntPropertyParams NewProp_B;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UPropertyBindingUtilsTest_PropertyObjectInstancedWithB constinit property declarations
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UPropertyBindingUtilsTest_PropertyObjectInstancedWithB>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics
// ********** Begin Class UPropertyBindingUtilsTest_PropertyObjectInstancedWithB Property Definitions
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics::NewProp_B = { "B", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBindingUtilsTest_PropertyObjectInstancedWithB, B), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_B_MetaData), NewProp_B_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics::NewProp_B,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics::PropPointers) < 2048);
// ********** End Class UPropertyBindingUtilsTest_PropertyObjectInstancedWithB Property Definitions
UObject* (*const Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced,
(UObject* (*)())Z_Construct_UPackage__Script_PropertyBindingUtilsTestSuite,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics::ClassParams = {
&UPropertyBindingUtilsTest_PropertyObjectInstancedWithB::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics::PropPointers),
0,
0x040000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics::Class_MetaDataParams), Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics::Class_MetaDataParams)
};
void UPropertyBindingUtilsTest_PropertyObjectInstancedWithB::StaticRegisterNativesUPropertyBindingUtilsTest_PropertyObjectInstancedWithB()
{
}
UClass* Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB()
{
if (!Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB.OuterSingleton, Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB.OuterSingleton;
}
UPropertyBindingUtilsTest_PropertyObjectInstancedWithB::UPropertyBindingUtilsTest_PropertyObjectInstancedWithB(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPropertyBindingUtilsTest_PropertyObjectInstancedWithB);
UPropertyBindingUtilsTest_PropertyObjectInstancedWithB::~UPropertyBindingUtilsTest_PropertyObjectInstancedWithB() {}
// ********** End Class UPropertyBindingUtilsTest_PropertyObjectInstancedWithB *********************
// ********** Begin Class UPropertyBindingUtilsTest_PropertyObject *********************************
FClassRegistrationInfo Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObject;
UClass* UPropertyBindingUtilsTest_PropertyObject::GetPrivateStaticClass()
{
using TClass = UPropertyBindingUtilsTest_PropertyObject;
if (!Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObject.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("PropertyBindingUtilsTest_PropertyObject"),
Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObject.InnerSingleton,
StaticRegisterNativesUPropertyBindingUtilsTest_PropertyObject,
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_UPropertyBindingUtilsTest_PropertyObject.InnerSingleton;
}
UClass* Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_NoRegister()
{
return UPropertyBindingUtilsTest_PropertyObject::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "PropertyBindingUtilsTest.h" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InstancedObject_MetaData[] = {
{ "Category", "" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ArrayOfInstancedObjects_Inner_MetaData[] = {
{ "Category", "" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ArrayOfInstancedObjects_MetaData[] = {
{ "Category", "" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ArrayOfInts_MetaData[] = {
{ "Category", "" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InstancedStruct_MetaData[] = {
{ "Category", "" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ArrayOfInstancedStructs_MetaData[] = {
{ "Category", "" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Struct_MetaData[] = {
{ "Category", "" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ArrayOfStruct_MetaData[] = {
{ "Category", "" },
{ "ModuleRelativePath", "Private/PropertyBindingUtilsTest.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UPropertyBindingUtilsTest_PropertyObject constinit property declarations *
static const UECodeGen_Private::FObjectPropertyParams NewProp_InstancedObject;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ArrayOfInstancedObjects_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ArrayOfInstancedObjects;
static const UECodeGen_Private::FIntPropertyParams NewProp_ArrayOfInts_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ArrayOfInts;
static const UECodeGen_Private::FStructPropertyParams NewProp_InstancedStruct;
static const UECodeGen_Private::FStructPropertyParams NewProp_ArrayOfInstancedStructs_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ArrayOfInstancedStructs;
static const UECodeGen_Private::FStructPropertyParams NewProp_Struct;
static const UECodeGen_Private::FStructPropertyParams NewProp_ArrayOfStruct_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_ArrayOfStruct;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UPropertyBindingUtilsTest_PropertyObject constinit property declarations ***
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UPropertyBindingUtilsTest_PropertyObject>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics
// ********** Begin Class UPropertyBindingUtilsTest_PropertyObject Property Definitions ************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_InstancedObject = { "InstancedObject", nullptr, (EPropertyFlags)0x0116000000080009, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBindingUtilsTest_PropertyObject, InstancedObject), Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InstancedObject_MetaData), NewProp_InstancedObject_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfInstancedObjects_Inner = { "ArrayOfInstancedObjects", nullptr, (EPropertyFlags)0x0106000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ArrayOfInstancedObjects_Inner_MetaData), NewProp_ArrayOfInstancedObjects_Inner_MetaData) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfInstancedObjects = { "ArrayOfInstancedObjects", nullptr, (EPropertyFlags)0x0114008000000009, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBindingUtilsTest_PropertyObject, ArrayOfInstancedObjects), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ArrayOfInstancedObjects_MetaData), NewProp_ArrayOfInstancedObjects_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfInts_Inner = { "ArrayOfInts", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfInts = { "ArrayOfInts", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBindingUtilsTest_PropertyObject, ArrayOfInts), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ArrayOfInts_MetaData), NewProp_ArrayOfInts_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_InstancedStruct = { "InstancedStruct", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBindingUtilsTest_PropertyObject, InstancedStruct), Z_Construct_UScriptStruct_FInstancedStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InstancedStruct_MetaData), NewProp_InstancedStruct_MetaData) }; // 3949785911
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfInstancedStructs_Inner = { "ArrayOfInstancedStructs", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FInstancedStruct, METADATA_PARAMS(0, nullptr) }; // 3949785911
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfInstancedStructs = { "ArrayOfInstancedStructs", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBindingUtilsTest_PropertyObject, ArrayOfInstancedStructs), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ArrayOfInstancedStructs_MetaData), NewProp_ArrayOfInstancedStructs_MetaData) }; // 3949785911
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_Struct = { "Struct", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBindingUtilsTest_PropertyObject, Struct), Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Struct_MetaData), NewProp_Struct_MetaData) }; // 483518904
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfStruct_Inner = { "ArrayOfStruct", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct, METADATA_PARAMS(0, nullptr) }; // 483518904
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfStruct = { "ArrayOfStruct", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UPropertyBindingUtilsTest_PropertyObject, ArrayOfStruct), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ArrayOfStruct_MetaData), NewProp_ArrayOfStruct_MetaData) }; // 483518904
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_InstancedObject,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfInstancedObjects_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfInstancedObjects,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfInts_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfInts,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_InstancedStruct,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfInstancedStructs_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfInstancedStructs,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_Struct,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfStruct_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::NewProp_ArrayOfStruct,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::PropPointers) < 2048);
// ********** End Class UPropertyBindingUtilsTest_PropertyObject Property Definitions **************
UObject* (*const Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_PropertyBindingUtilsTestSuite,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::ClassParams = {
&UPropertyBindingUtilsTest_PropertyObject::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::PropPointers),
0,
0x048000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::Class_MetaDataParams), Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::Class_MetaDataParams)
};
void UPropertyBindingUtilsTest_PropertyObject::StaticRegisterNativesUPropertyBindingUtilsTest_PropertyObject()
{
}
UClass* Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject()
{
if (!Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObject.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObject.OuterSingleton, Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObject.OuterSingleton;
}
UPropertyBindingUtilsTest_PropertyObject::UPropertyBindingUtilsTest_PropertyObject(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPropertyBindingUtilsTest_PropertyObject);
UPropertyBindingUtilsTest_PropertyObject::~UPropertyBindingUtilsTest_PropertyObject() {}
// ********** End Class UPropertyBindingUtilsTest_PropertyObject ***********************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_PropertyBindingUtils_Source_PropertyBindingUtilsTestSuite_Private_PropertyBindingUtilsTest_h__Script_PropertyBindingUtilsTestSuite_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FPropertyBindingUtilsTest_PropertyStructB::StaticStruct, Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB_Statics::NewStructOps, TEXT("PropertyBindingUtilsTest_PropertyStructB"),&Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStructB, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FPropertyBindingUtilsTest_PropertyStructB), 53108298U) },
{ FPropertyBindingUtilsTest_PropertyStruct::StaticStruct, Z_Construct_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct_Statics::NewStructOps, TEXT("PropertyBindingUtilsTest_PropertyStruct"),&Z_Registration_Info_UScriptStruct_FPropertyBindingUtilsTest_PropertyStruct, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FPropertyBindingUtilsTest_PropertyStruct), 483518904U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced, UPropertyBindingUtilsTest_PropertyObjectInstanced::StaticClass, TEXT("UPropertyBindingUtilsTest_PropertyObjectInstanced"), &Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstanced, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPropertyBindingUtilsTest_PropertyObjectInstanced), 4090181826U) },
{ Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB, UPropertyBindingUtilsTest_PropertyObjectInstancedWithB::StaticClass, TEXT("UPropertyBindingUtilsTest_PropertyObjectInstancedWithB"), &Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObjectInstancedWithB, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPropertyBindingUtilsTest_PropertyObjectInstancedWithB), 1915207812U) },
{ Z_Construct_UClass_UPropertyBindingUtilsTest_PropertyObject, UPropertyBindingUtilsTest_PropertyObject::StaticClass, TEXT("UPropertyBindingUtilsTest_PropertyObject"), &Z_Registration_Info_UClass_UPropertyBindingUtilsTest_PropertyObject, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPropertyBindingUtilsTest_PropertyObject), 1402398510U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_PropertyBindingUtils_Source_PropertyBindingUtilsTestSuite_Private_PropertyBindingUtilsTest_h__Script_PropertyBindingUtilsTestSuite_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_PropertyBindingUtils_Source_PropertyBindingUtilsTestSuite_Private_PropertyBindingUtilsTest_h__Script_PropertyBindingUtilsTestSuite_3930257747{
TEXT("/Script/PropertyBindingUtilsTestSuite"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_PropertyBindingUtils_Source_PropertyBindingUtilsTestSuite_Private_PropertyBindingUtilsTest_h__Script_PropertyBindingUtilsTestSuite_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_PropertyBindingUtils_Source_PropertyBindingUtilsTestSuite_Private_PropertyBindingUtilsTest_h__Script_PropertyBindingUtilsTestSuite_Statics::ClassInfo),
Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_PropertyBindingUtils_Source_PropertyBindingUtilsTestSuite_Private_PropertyBindingUtilsTest_h__Script_PropertyBindingUtilsTestSuite_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Runtime_PropertyBindingUtils_Source_PropertyBindingUtilsTestSuite_Private_PropertyBindingUtilsTest_h__Script_PropertyBindingUtilsTestSuite_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS