// 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 "WorldPartition/WorldPartitionPropertyOverride.h" #include "UObject/SoftObjectPath.h" #include "WorldPartition/WorldPartitionActorContainerID.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeWorldPartitionPropertyOverride() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FSoftObjectPath(); ENGINE_API UClass* Z_Construct_UClass_AActor_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionPropertyOverride(); ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionPropertyOverride_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy(); ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy_NoRegister(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FActorContainerPath(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FActorPropertyOverride(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FContainerPropertyOverride(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FSubObjectPropertyOverride(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FSubObjectPropertyOverride **************************************** struct Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics { static inline consteval int32 GetStructSize() { return sizeof(FSubObjectPropertyOverride); } static inline consteval int16 GetStructAlignment() { return alignof(FSubObjectPropertyOverride); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "// Per Sub-Object serialized tagged properties\n" }, { "IsBlueprintBase", "false" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, { "ToolTip", "Per Sub-Object serialized tagged properties" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SerializedTaggedProperties_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin ScriptStruct FSubObjectPropertyOverride constinit property declarations ******** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FBytePropertyParams NewProp_SerializedTaggedProperties_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_SerializedTaggedProperties; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End ScriptStruct FSubObjectPropertyOverride constinit property declarations ********** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FSubObjectPropertyOverride; class UScriptStruct* FSubObjectPropertyOverride::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FSubObjectPropertyOverride.OuterSingleton) { Z_Registration_Info_UScriptStruct_FSubObjectPropertyOverride.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FSubObjectPropertyOverride, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("SubObjectPropertyOverride")); } return Z_Registration_Info_UScriptStruct_FSubObjectPropertyOverride.OuterSingleton; } // ********** Begin ScriptStruct FSubObjectPropertyOverride Property Definitions ******************* #if WITH_EDITORONLY_DATA const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::NewProp_SerializedTaggedProperties_Inner = { "SerializedTaggedProperties", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::NewProp_SerializedTaggedProperties = { "SerializedTaggedProperties", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FSubObjectPropertyOverride, SerializedTaggedProperties), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SerializedTaggedProperties_MetaData), NewProp_SerializedTaggedProperties_MetaData) }; #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::NewProp_SerializedTaggedProperties_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::NewProp_SerializedTaggedProperties, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End ScriptStruct FSubObjectPropertyOverride Property Definitions ********************* const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "SubObjectPropertyOverride", IF_WITH_EDITORONLY_DATA(Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::PropPointers, nullptr), IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::PropPointers), 0), sizeof(FSubObjectPropertyOverride), alignof(FSubObjectPropertyOverride), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FSubObjectPropertyOverride() { if (!Z_Registration_Info_UScriptStruct_FSubObjectPropertyOverride.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FSubObjectPropertyOverride.InnerSingleton, Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FSubObjectPropertyOverride.InnerSingleton); } // ********** End ScriptStruct FSubObjectPropertyOverride ****************************************** // ********** Begin ScriptStruct FPropertyOverrideReferenceTable *********************************** struct Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics { static inline consteval int32 GetStructSize() { return sizeof(FPropertyOverrideReferenceTable); } static inline consteval int16 GetStructAlignment() { return alignof(FPropertyOverrideReferenceTable); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "IsBlueprintBase", "false" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SoftObjectPathTable_MetaData[] = { { "Comment", "// Contains SoftObjectPaths from the FSubObjectPropertyOverride serialization so that they can be properly fixed up (fixup redirectors)\n// This table should not be changed outside of serialization of the SubObjectOverrides\n" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, { "ToolTip", "Contains SoftObjectPaths from the FSubObjectPropertyOverride serialization so that they can be properly fixed up (fixup redirectors)\nThis table should not be changed outside of serialization of the SubObjectOverrides" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ObjectReferences_MetaData[] = { { "Comment", "// Contains hard refs from the SoftObjectPathTable\n" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, { "ToolTip", "Contains hard refs from the SoftObjectPathTable" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsValid_MetaData[] = { { "Comment", "// Support previous data this will be false until this override is resaved\n" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, { "ToolTip", "Support previous data this will be false until this override is resaved" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin ScriptStruct FPropertyOverrideReferenceTable constinit property declarations *** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStructPropertyParams NewProp_SoftObjectPathTable_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_SoftObjectPathTable; static const UECodeGen_Private::FObjectPropertyParams NewProp_ObjectReferences_ElementProp; static const UECodeGen_Private::FSetPropertyParams NewProp_ObjectReferences; static void NewProp_bIsValid_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsValid; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End ScriptStruct FPropertyOverrideReferenceTable constinit property declarations ***** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FPropertyOverrideReferenceTable; class UScriptStruct* FPropertyOverrideReferenceTable::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FPropertyOverrideReferenceTable.OuterSingleton) { Z_Registration_Info_UScriptStruct_FPropertyOverrideReferenceTable.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("PropertyOverrideReferenceTable")); } return Z_Registration_Info_UScriptStruct_FPropertyOverrideReferenceTable.OuterSingleton; } // ********** Begin ScriptStruct FPropertyOverrideReferenceTable Property Definitions ************** #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewProp_SoftObjectPathTable_Inner = { "SoftObjectPathTable", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FSoftObjectPath, METADATA_PARAMS(0, nullptr) }; // 2425717601 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewProp_SoftObjectPathTable = { "SoftObjectPathTable", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPropertyOverrideReferenceTable, SoftObjectPathTable), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SoftObjectPathTable_MetaData), NewProp_SoftObjectPathTable_MetaData) }; // 2425717601 const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewProp_ObjectReferences_ElementProp = { "ObjectReferences", nullptr, (EPropertyFlags)0x0104000800000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FSetPropertyParams Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewProp_ObjectReferences = { "ObjectReferences", nullptr, (EPropertyFlags)0x0114000800000000, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FPropertyOverrideReferenceTable, ObjectReferences), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ObjectReferences_MetaData), NewProp_ObjectReferences_MetaData) }; void Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewProp_bIsValid_SetBit(void* Obj) { ((FPropertyOverrideReferenceTable*)Obj)->bIsValid = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewProp_bIsValid = { "bIsValid", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FPropertyOverrideReferenceTable), &Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewProp_bIsValid_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsValid_MetaData), NewProp_bIsValid_MetaData) }; #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewProp_SoftObjectPathTable_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewProp_SoftObjectPathTable, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewProp_ObjectReferences_ElementProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewProp_ObjectReferences, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewProp_bIsValid, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End ScriptStruct FPropertyOverrideReferenceTable Property Definitions **************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "PropertyOverrideReferenceTable", IF_WITH_EDITORONLY_DATA(Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::PropPointers, nullptr), IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::PropPointers), 0), sizeof(FPropertyOverrideReferenceTable), alignof(FPropertyOverrideReferenceTable), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable() { if (!Z_Registration_Info_UScriptStruct_FPropertyOverrideReferenceTable.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FPropertyOverrideReferenceTable.InnerSingleton, Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FPropertyOverrideReferenceTable.InnerSingleton); } // ********** End ScriptStruct FPropertyOverrideReferenceTable ************************************* // ********** Begin ScriptStruct FActorPropertyOverride ******************************************** struct Z_Construct_UScriptStruct_FActorPropertyOverride_Statics { static inline consteval int32 GetStructSize() { return sizeof(FActorPropertyOverride); } static inline consteval int16 GetStructAlignment() { return alignof(FActorPropertyOverride); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "// Per Actor overrides, includes a map of Sub-Object name to FSubObjectPropertyOverride data\n" }, { "IsBlueprintBase", "false" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, { "ToolTip", "Per Actor overrides, includes a map of Sub-Object name to FSubObjectPropertyOverride data" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Actor_MetaData[] = { { "Comment", "// Used to Serialize newly overriden ActorDescs\n" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, { "ToolTip", "Used to Serialize newly overriden ActorDescs" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SubObjectOverrides_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReferenceTable_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin ScriptStruct FActorPropertyOverride constinit property declarations ************ #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FWeakObjectPropertyParams NewProp_Actor; static const UECodeGen_Private::FStructPropertyParams NewProp_SubObjectOverrides_ValueProp; static const UECodeGen_Private::FStrPropertyParams NewProp_SubObjectOverrides_Key_KeyProp; static const UECodeGen_Private::FMapPropertyParams NewProp_SubObjectOverrides; static const UECodeGen_Private::FStructPropertyParams NewProp_ReferenceTable; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End ScriptStruct FActorPropertyOverride constinit property declarations ************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FActorPropertyOverride_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FActorPropertyOverride; class UScriptStruct* FActorPropertyOverride::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FActorPropertyOverride.OuterSingleton) { Z_Registration_Info_UScriptStruct_FActorPropertyOverride.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FActorPropertyOverride, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ActorPropertyOverride")); } return Z_Registration_Info_UScriptStruct_FActorPropertyOverride.OuterSingleton; } // ********** Begin ScriptStruct FActorPropertyOverride Property Definitions *********************** #if WITH_EDITORONLY_DATA const UECodeGen_Private::FWeakObjectPropertyParams Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::NewProp_Actor = { "Actor", nullptr, (EPropertyFlags)0x0014000800002000, UECodeGen_Private::EPropertyGenFlags::WeakObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FActorPropertyOverride, Actor), Z_Construct_UClass_AActor_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Actor_MetaData), NewProp_Actor_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::NewProp_SubObjectOverrides_ValueProp = { "SubObjectOverrides", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FSubObjectPropertyOverride, METADATA_PARAMS(0, nullptr) }; // 4176513686 const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::NewProp_SubObjectOverrides_Key_KeyProp = { "SubObjectOverrides_Key", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::NewProp_SubObjectOverrides = { "SubObjectOverrides", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FActorPropertyOverride, SubObjectOverrides), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SubObjectOverrides_MetaData), NewProp_SubObjectOverrides_MetaData) }; // 4176513686 const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::NewProp_ReferenceTable = { "ReferenceTable", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FActorPropertyOverride, ReferenceTable), Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReferenceTable_MetaData), NewProp_ReferenceTable_MetaData) }; // 3162157862 #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::NewProp_Actor, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::NewProp_SubObjectOverrides_ValueProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::NewProp_SubObjectOverrides_Key_KeyProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::NewProp_SubObjectOverrides, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::NewProp_ReferenceTable, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End ScriptStruct FActorPropertyOverride Property Definitions ************************* const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "ActorPropertyOverride", IF_WITH_EDITORONLY_DATA(Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::PropPointers, nullptr), IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::PropPointers), 0), sizeof(FActorPropertyOverride), alignof(FActorPropertyOverride), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FActorPropertyOverride() { if (!Z_Registration_Info_UScriptStruct_FActorPropertyOverride.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FActorPropertyOverride.InnerSingleton, Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FActorPropertyOverride.InnerSingleton); } // ********** End ScriptStruct FActorPropertyOverride ********************************************** // ********** Begin ScriptStruct FContainerPropertyOverride **************************************** struct Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics { static inline consteval int32 GetStructSize() { return sizeof(FContainerPropertyOverride); } static inline consteval int16 GetStructAlignment() { return alignof(FContainerPropertyOverride); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "// Per Container overrides, insludes a map of ActorGuid to FActorPropertyOverride data\n" }, { "IsBlueprintBase", "false" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, { "ToolTip", "Per Container overrides, insludes a map of ActorGuid to FActorPropertyOverride data" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActorOverrides_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin ScriptStruct FContainerPropertyOverride constinit property declarations ******** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStructPropertyParams NewProp_ActorOverrides_ValueProp; static const UECodeGen_Private::FStructPropertyParams NewProp_ActorOverrides_Key_KeyProp; static const UECodeGen_Private::FMapPropertyParams NewProp_ActorOverrides; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End ScriptStruct FContainerPropertyOverride constinit property declarations ********** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FContainerPropertyOverride; class UScriptStruct* FContainerPropertyOverride::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FContainerPropertyOverride.OuterSingleton) { Z_Registration_Info_UScriptStruct_FContainerPropertyOverride.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FContainerPropertyOverride, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ContainerPropertyOverride")); } return Z_Registration_Info_UScriptStruct_FContainerPropertyOverride.OuterSingleton; } // ********** Begin ScriptStruct FContainerPropertyOverride Property Definitions ******************* #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::NewProp_ActorOverrides_ValueProp = { "ActorOverrides", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FActorPropertyOverride, METADATA_PARAMS(0, nullptr) }; // 2938790655 const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::NewProp_ActorOverrides_Key_KeyProp = { "ActorOverrides_Key", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FMapPropertyParams Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::NewProp_ActorOverrides = { "ActorOverrides", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FContainerPropertyOverride, ActorOverrides), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActorOverrides_MetaData), NewProp_ActorOverrides_MetaData) }; // 2938790655 #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::NewProp_ActorOverrides_ValueProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::NewProp_ActorOverrides_Key_KeyProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::NewProp_ActorOverrides, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End ScriptStruct FContainerPropertyOverride Property Definitions ********************* const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "ContainerPropertyOverride", IF_WITH_EDITORONLY_DATA(Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::PropPointers, nullptr), IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::PropPointers), 0), sizeof(FContainerPropertyOverride), alignof(FContainerPropertyOverride), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FContainerPropertyOverride() { if (!Z_Registration_Info_UScriptStruct_FContainerPropertyOverride.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FContainerPropertyOverride.InnerSingleton, Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FContainerPropertyOverride.InnerSingleton); } // ********** End ScriptStruct FContainerPropertyOverride ****************************************** // ********** Begin Class UWorldPartitionPropertyOverride ****************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UWorldPartitionPropertyOverride; UClass* UWorldPartitionPropertyOverride::GetPrivateStaticClass() { using TClass = UWorldPartitionPropertyOverride; if (!Z_Registration_Info_UClass_UWorldPartitionPropertyOverride.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("WorldPartitionPropertyOverride"), Z_Registration_Info_UClass_UWorldPartitionPropertyOverride.InnerSingleton, StaticRegisterNativesUWorldPartitionPropertyOverride, 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_UWorldPartitionPropertyOverride.InnerSingleton; } UClass* Z_Construct_UClass_UWorldPartitionPropertyOverride_NoRegister() { return UWorldPartitionPropertyOverride::GetPrivateStaticClass(); } struct Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "// Per Container/Sub-Container overrides, includes a map of ContainerPath to FContainerPropertyOverride data\n" }, { "IncludePath", "WorldPartition/WorldPartitionPropertyOverride.h" }, { "IsBlueprintBase", "false" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, { "ToolTip", "Per Container/Sub-Container overrides, includes a map of ContainerPath to FContainerPropertyOverride data" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_PropertyOverridesPerContainer_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin Class UWorldPartitionPropertyOverride constinit property declarations ********** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStructPropertyParams NewProp_PropertyOverridesPerContainer_ValueProp; static const UECodeGen_Private::FStructPropertyParams NewProp_PropertyOverridesPerContainer_Key_KeyProp; static const UECodeGen_Private::FMapPropertyParams NewProp_PropertyOverridesPerContainer; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End Class UWorldPartitionPropertyOverride constinit property declarations ************ static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics // ********** Begin Class UWorldPartitionPropertyOverride Property Definitions ********************* #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::NewProp_PropertyOverridesPerContainer_ValueProp = { "PropertyOverridesPerContainer", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 1, Z_Construct_UScriptStruct_FContainerPropertyOverride, METADATA_PARAMS(0, nullptr) }; // 2131418477 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::NewProp_PropertyOverridesPerContainer_Key_KeyProp = { "PropertyOverridesPerContainer_Key", nullptr, (EPropertyFlags)0x0000000800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FActorContainerPath, METADATA_PARAMS(0, nullptr) }; // 39326610 const UECodeGen_Private::FMapPropertyParams Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::NewProp_PropertyOverridesPerContainer = { "PropertyOverridesPerContainer", nullptr, (EPropertyFlags)0x0020080800000000, UECodeGen_Private::EPropertyGenFlags::Map, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartitionPropertyOverride, PropertyOverridesPerContainer), EMapPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_PropertyOverridesPerContainer_MetaData), NewProp_PropertyOverridesPerContainer_MetaData) }; // 39326610 2131418477 #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::NewProp_PropertyOverridesPerContainer_ValueProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::NewProp_PropertyOverridesPerContainer_Key_KeyProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::NewProp_PropertyOverridesPerContainer, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End Class UWorldPartitionPropertyOverride Property Definitions *********************** UObject* (*const Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::ClassParams = { &UWorldPartitionPropertyOverride::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, IF_WITH_EDITORONLY_DATA(Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::PropPointers, nullptr), nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::PropPointers), 0), 0, 0x000800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::Class_MetaDataParams), Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::Class_MetaDataParams) }; void UWorldPartitionPropertyOverride::StaticRegisterNativesUWorldPartitionPropertyOverride() { } UClass* Z_Construct_UClass_UWorldPartitionPropertyOverride() { if (!Z_Registration_Info_UClass_UWorldPartitionPropertyOverride.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWorldPartitionPropertyOverride.OuterSingleton, Z_Construct_UClass_UWorldPartitionPropertyOverride_Statics::ClassParams); } return Z_Registration_Info_UClass_UWorldPartitionPropertyOverride.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWorldPartitionPropertyOverride); // ********** End Class UWorldPartitionPropertyOverride ******************************************** // ********** Begin Class UWorldPartitionPropertyOverridePolicy ************************************ FClassRegistrationInfo Z_Registration_Info_UClass_UWorldPartitionPropertyOverridePolicy; UClass* UWorldPartitionPropertyOverridePolicy::GetPrivateStaticClass() { using TClass = UWorldPartitionPropertyOverridePolicy; if (!Z_Registration_Info_UClass_UWorldPartitionPropertyOverridePolicy.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("WorldPartitionPropertyOverridePolicy"), Z_Registration_Info_UClass_UWorldPartitionPropertyOverridePolicy.InnerSingleton, StaticRegisterNativesUWorldPartitionPropertyOverridePolicy, 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_UWorldPartitionPropertyOverridePolicy.InnerSingleton; } UClass* Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy_NoRegister() { return UWorldPartitionPropertyOverridePolicy::GetPrivateStaticClass(); } struct Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "// Policy used to choose which properties can be overriden (serialized)\n" }, { "IncludePath", "WorldPartition/WorldPartitionPropertyOverride.h" }, { "IsBlueprintBase", "false" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartitionPropertyOverride.h" }, { "ToolTip", "Policy used to choose which properties can be overriden (serialized)" }, }; #endif // WITH_METADATA // ********** Begin Class UWorldPartitionPropertyOverridePolicy constinit property declarations **** // ********** End Class UWorldPartitionPropertyOverridePolicy constinit property declarations ****** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy_Statics UObject* (*const Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy_Statics::ClassParams = { &UWorldPartitionPropertyOverridePolicy::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000000A1u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy_Statics::Class_MetaDataParams), Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy_Statics::Class_MetaDataParams) }; void UWorldPartitionPropertyOverridePolicy::StaticRegisterNativesUWorldPartitionPropertyOverridePolicy() { } UClass* Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy() { if (!Z_Registration_Info_UClass_UWorldPartitionPropertyOverridePolicy.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWorldPartitionPropertyOverridePolicy.OuterSingleton, Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy_Statics::ClassParams); } return Z_Registration_Info_UClass_UWorldPartitionPropertyOverridePolicy.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWorldPartitionPropertyOverridePolicy); // ********** End Class UWorldPartitionPropertyOverridePolicy ************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionPropertyOverride_h__Script_Engine_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FSubObjectPropertyOverride::StaticStruct, Z_Construct_UScriptStruct_FSubObjectPropertyOverride_Statics::NewStructOps, TEXT("SubObjectPropertyOverride"),&Z_Registration_Info_UScriptStruct_FSubObjectPropertyOverride, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FSubObjectPropertyOverride), 4176513686U) }, { FPropertyOverrideReferenceTable::StaticStruct, Z_Construct_UScriptStruct_FPropertyOverrideReferenceTable_Statics::NewStructOps, TEXT("PropertyOverrideReferenceTable"),&Z_Registration_Info_UScriptStruct_FPropertyOverrideReferenceTable, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FPropertyOverrideReferenceTable), 3162157862U) }, { FActorPropertyOverride::StaticStruct, Z_Construct_UScriptStruct_FActorPropertyOverride_Statics::NewStructOps, TEXT("ActorPropertyOverride"),&Z_Registration_Info_UScriptStruct_FActorPropertyOverride, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FActorPropertyOverride), 2938790655U) }, { FContainerPropertyOverride::StaticStruct, Z_Construct_UScriptStruct_FContainerPropertyOverride_Statics::NewStructOps, TEXT("ContainerPropertyOverride"),&Z_Registration_Info_UScriptStruct_FContainerPropertyOverride, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FContainerPropertyOverride), 2131418477U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UWorldPartitionPropertyOverride, UWorldPartitionPropertyOverride::StaticClass, TEXT("UWorldPartitionPropertyOverride"), &Z_Registration_Info_UClass_UWorldPartitionPropertyOverride, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWorldPartitionPropertyOverride), 304273636U) }, { Z_Construct_UClass_UWorldPartitionPropertyOverridePolicy, UWorldPartitionPropertyOverridePolicy::StaticClass, TEXT("UWorldPartitionPropertyOverridePolicy"), &Z_Registration_Info_UClass_UWorldPartitionPropertyOverridePolicy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWorldPartitionPropertyOverridePolicy), 145893646U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionPropertyOverride_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionPropertyOverride_h__Script_Engine_832825938{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionPropertyOverride_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionPropertyOverride_h__Script_Engine_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionPropertyOverride_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartitionPropertyOverride_h__Script_Engine_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS