// 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/WorldPartition.h" #include "Serialization/ArchiveUObjectFromStructuredArchive.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeWorldPartition() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister(); COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UActorDescContainerInstance_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UDataLayerManager_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UExternalDataLayerManager_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UHLODLayer_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UWorldPartition(); ENGINE_API UClass* Z_Construct_UClass_UWorldPartition_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionEditorHash_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionEditorLoaderAdapter_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionRuntimeCellTransformer_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionRuntimeHash_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UWorldPartitionStreamingPolicy_NoRegister(); ENGINE_API UEnum* Z_Construct_UEnum_Engine_EWorldPartitionDataLayersLogicOperator(); ENGINE_API UEnum* Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingMode(); ENGINE_API UEnum* Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingOutMode(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Enum EWorldPartitionServerStreamingMode **************************************** static FEnumRegistrationInfo Z_Registration_Info_UEnum_EWorldPartitionServerStreamingMode; static UEnum* EWorldPartitionServerStreamingMode_StaticEnum() { if (!Z_Registration_Info_UEnum_EWorldPartitionServerStreamingMode.OuterSingleton) { Z_Registration_Info_UEnum_EWorldPartitionServerStreamingMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingMode, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EWorldPartitionServerStreamingMode")); } return Z_Registration_Info_UEnum_EWorldPartitionServerStreamingMode.OuterSingleton; } template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum() { return EWorldPartitionServerStreamingMode_StaticEnum(); } struct Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingMode_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "Disabled.Name", "EWorldPartitionServerStreamingMode::Disabled" }, { "Disabled.ToolTip", "Server streaming is disabled" }, { "Enabled.Name", "EWorldPartitionServerStreamingMode::Enabled" }, { "Enabled.ToolTip", "Server streaming is enabled" }, { "EnabledInPIE.Name", "EWorldPartitionServerStreamingMode::EnabledInPIE" }, { "EnabledInPIE.ToolTip", "Server streaming is only enabled in PIE" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "ProjectDefault.Name", "EWorldPartitionServerStreamingMode::ProjectDefault" }, { "ProjectDefault.ToolTip", "Use project default (wp.Runtime.EnableServerStreaming)" }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "EWorldPartitionServerStreamingMode::ProjectDefault", (int64)EWorldPartitionServerStreamingMode::ProjectDefault }, { "EWorldPartitionServerStreamingMode::Disabled", (int64)EWorldPartitionServerStreamingMode::Disabled }, { "EWorldPartitionServerStreamingMode::Enabled", (int64)EWorldPartitionServerStreamingMode::Enabled }, { "EWorldPartitionServerStreamingMode::EnabledInPIE", (int64)EWorldPartitionServerStreamingMode::EnabledInPIE }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingMode_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingMode_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_Engine, nullptr, "EWorldPartitionServerStreamingMode", "EWorldPartitionServerStreamingMode", Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingMode_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingMode_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::EnumClass, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingMode_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingMode() { if (!Z_Registration_Info_UEnum_EWorldPartitionServerStreamingMode.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EWorldPartitionServerStreamingMode.InnerSingleton, Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingMode_Statics::EnumParams); } return Z_Registration_Info_UEnum_EWorldPartitionServerStreamingMode.InnerSingleton; } // ********** End Enum EWorldPartitionServerStreamingMode ****************************************** // ********** Begin Enum EWorldPartitionServerStreamingOutMode ************************************* static FEnumRegistrationInfo Z_Registration_Info_UEnum_EWorldPartitionServerStreamingOutMode; static UEnum* EWorldPartitionServerStreamingOutMode_StaticEnum() { if (!Z_Registration_Info_UEnum_EWorldPartitionServerStreamingOutMode.OuterSingleton) { Z_Registration_Info_UEnum_EWorldPartitionServerStreamingOutMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingOutMode, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EWorldPartitionServerStreamingOutMode")); } return Z_Registration_Info_UEnum_EWorldPartitionServerStreamingOutMode.OuterSingleton; } template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum() { return EWorldPartitionServerStreamingOutMode_StaticEnum(); } struct Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingOutMode_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "Disabled.Name", "EWorldPartitionServerStreamingOutMode::Disabled" }, { "Disabled.ToolTip", "Server streaming out is disabled" }, { "Enabled.Name", "EWorldPartitionServerStreamingOutMode::Enabled" }, { "Enabled.ToolTip", "Server streaming out is enabled" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "ProjectDefault.Name", "EWorldPartitionServerStreamingOutMode::ProjectDefault" }, { "ProjectDefault.ToolTip", "Use project default (wp.Runtime.EnableServerStreamingOut)" }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "EWorldPartitionServerStreamingOutMode::ProjectDefault", (int64)EWorldPartitionServerStreamingOutMode::ProjectDefault }, { "EWorldPartitionServerStreamingOutMode::Disabled", (int64)EWorldPartitionServerStreamingOutMode::Disabled }, { "EWorldPartitionServerStreamingOutMode::Enabled", (int64)EWorldPartitionServerStreamingOutMode::Enabled }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingOutMode_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingOutMode_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_Engine, nullptr, "EWorldPartitionServerStreamingOutMode", "EWorldPartitionServerStreamingOutMode", Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingOutMode_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingOutMode_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::EnumClass, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingOutMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingOutMode_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingOutMode() { if (!Z_Registration_Info_UEnum_EWorldPartitionServerStreamingOutMode.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EWorldPartitionServerStreamingOutMode.InnerSingleton, Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingOutMode_Statics::EnumParams); } return Z_Registration_Info_UEnum_EWorldPartitionServerStreamingOutMode.InnerSingleton; } // ********** End Enum EWorldPartitionServerStreamingOutMode *************************************** // ********** Begin Enum EWorldPartitionDataLayersLogicOperator ************************************ static FEnumRegistrationInfo Z_Registration_Info_UEnum_EWorldPartitionDataLayersLogicOperator; static UEnum* EWorldPartitionDataLayersLogicOperator_StaticEnum() { if (!Z_Registration_Info_UEnum_EWorldPartitionDataLayersLogicOperator.OuterSingleton) { Z_Registration_Info_UEnum_EWorldPartitionDataLayersLogicOperator.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_EWorldPartitionDataLayersLogicOperator, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EWorldPartitionDataLayersLogicOperator")); } return Z_Registration_Info_UEnum_EWorldPartitionDataLayersLogicOperator.OuterSingleton; } template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum() { return EWorldPartitionDataLayersLogicOperator_StaticEnum(); } struct Z_Construct_UEnum_Engine_EWorldPartitionDataLayersLogicOperator_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "And.Name", "EWorldPartitionDataLayersLogicOperator::And" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "Or.Name", "EWorldPartitionDataLayersLogicOperator::Or" }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "EWorldPartitionDataLayersLogicOperator::Or", (int64)EWorldPartitionDataLayersLogicOperator::Or }, { "EWorldPartitionDataLayersLogicOperator::And", (int64)EWorldPartitionDataLayersLogicOperator::And }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_Engine_EWorldPartitionDataLayersLogicOperator_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_EWorldPartitionDataLayersLogicOperator_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_Engine, nullptr, "EWorldPartitionDataLayersLogicOperator", "EWorldPartitionDataLayersLogicOperator", Z_Construct_UEnum_Engine_EWorldPartitionDataLayersLogicOperator_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EWorldPartitionDataLayersLogicOperator_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::EnumClass, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EWorldPartitionDataLayersLogicOperator_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_EWorldPartitionDataLayersLogicOperator_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_Engine_EWorldPartitionDataLayersLogicOperator() { if (!Z_Registration_Info_UEnum_EWorldPartitionDataLayersLogicOperator.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EWorldPartitionDataLayersLogicOperator.InnerSingleton, Z_Construct_UEnum_Engine_EWorldPartitionDataLayersLogicOperator_Statics::EnumParams); } return Z_Registration_Info_UEnum_EWorldPartitionDataLayersLogicOperator.InnerSingleton; } // ********** End Enum EWorldPartitionDataLayersLogicOperator ************************************** // ********** Begin ScriptStruct FRuntimeCellTransformerInstance *********************************** struct Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics { static inline consteval int32 GetStructSize() { return sizeof(FRuntimeCellTransformerInstance); } static inline consteval int16 GetStructAlignment() { return alignof(FRuntimeCellTransformerInstance); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/** Holds an instance of a runtime cell transformer. */" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "ToolTip", "Holds an instance of a runtime cell transformer." }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Class_MetaData[] = { { "Category", "WorldPartitionSetup" }, { "Comment", "/** Runtime cell transformer class */" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "ToolTip", "Runtime cell transformer class" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Instance_MetaData[] = { { "Category", "WorldPartitionSetup" }, { "Comment", "/** Transformer object instance */" }, { "EditCondition", "Class != nullptr" }, { "EditInline", "true" }, { "HideEditConditionToggle", "" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "NoResetToDefault", "" }, { "ToolTip", "Transformer object instance" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin ScriptStruct FRuntimeCellTransformerInstance constinit property declarations *** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FClassPropertyParams NewProp_Class; static const UECodeGen_Private::FObjectPropertyParams NewProp_Instance; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; #endif // WITH_EDITORONLY_DATA // ********** End ScriptStruct FRuntimeCellTransformerInstance constinit property declarations ***** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FRuntimeCellTransformerInstance; class UScriptStruct* FRuntimeCellTransformerInstance::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FRuntimeCellTransformerInstance.OuterSingleton) { Z_Registration_Info_UScriptStruct_FRuntimeCellTransformerInstance.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("RuntimeCellTransformerInstance")); } return Z_Registration_Info_UScriptStruct_FRuntimeCellTransformerInstance.OuterSingleton; } // ********** Begin ScriptStruct FRuntimeCellTransformerInstance Property Definitions ************** #if WITH_EDITORONLY_DATA const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::NewProp_Class = { "Class", nullptr, (EPropertyFlags)0x0014040800000001, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRuntimeCellTransformerInstance, Class), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UWorldPartitionRuntimeCellTransformer_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Class_MetaData), NewProp_Class_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::NewProp_Instance = { "Instance", nullptr, (EPropertyFlags)0x01160008000a0009, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FRuntimeCellTransformerInstance, Instance), Z_Construct_UClass_UWorldPartitionRuntimeCellTransformer_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Instance_MetaData), NewProp_Instance_MetaData) }; #endif // WITH_EDITORONLY_DATA #if WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::NewProp_Class, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::NewProp_Instance, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::PropPointers) < 2048); #endif // WITH_EDITORONLY_DATA // ********** End ScriptStruct FRuntimeCellTransformerInstance Property Definitions **************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "RuntimeCellTransformerInstance", IF_WITH_EDITORONLY_DATA(Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::PropPointers, nullptr), IF_WITH_EDITORONLY_DATA(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::PropPointers), 0), sizeof(FRuntimeCellTransformerInstance), alignof(FRuntimeCellTransformerInstance), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000005), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance() { if (!Z_Registration_Info_UScriptStruct_FRuntimeCellTransformerInstance.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FRuntimeCellTransformerInstance.InnerSingleton, Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FRuntimeCellTransformerInstance.InnerSingleton); } // ********** End ScriptStruct FRuntimeCellTransformerInstance ************************************* // ********** Begin Class UWorldPartition Function IsStandaloneHLODAllowed ************************* #if WITH_EDITOR struct Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics { struct WorldPartition_eventIsStandaloneHLODAllowed_Parms { bool ReturnValue; }; #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; #endif // WITH_METADATA // ********** Begin Function IsStandaloneHLODAllowed constinit property declarations *************** static void NewProp_ReturnValue_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_ReturnValue; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Function IsStandaloneHLODAllowed constinit property declarations ***************** static const UECodeGen_Private::FFunctionParams FuncParams; }; // ********** Begin Function IsStandaloneHLODAllowed Property Definitions ************************** void Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::NewProp_ReturnValue_SetBit(void* Obj) { ((WorldPartition_eventIsStandaloneHLODAllowed_Parms*)Obj)->ReturnValue = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::NewProp_ReturnValue = { "ReturnValue", nullptr, (EPropertyFlags)0x0010000000000580, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(WorldPartition_eventIsStandaloneHLODAllowed_Parms), &Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::NewProp_ReturnValue_SetBit, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::NewProp_ReturnValue, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::PropPointers) < 2048); // ********** End Function IsStandaloneHLODAllowed Property Definitions **************************** const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UWorldPartition, nullptr, "IsStandaloneHLODAllowed", Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::PropPointers), sizeof(Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::WorldPartition_eventIsStandaloneHLODAllowed_Parms), RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x60020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::Function_MetaDataParams), Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::Function_MetaDataParams)}, }; static_assert(sizeof(Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::WorldPartition_eventIsStandaloneHLODAllowed_Parms) < MAX_uint16); UFunction* Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed() { static UFunction* ReturnFunction = nullptr; if (!ReturnFunction) { UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed_Statics::FuncParams); } return ReturnFunction; } DEFINE_FUNCTION(UWorldPartition::execIsStandaloneHLODAllowed) { P_FINISH; P_NATIVE_BEGIN; *(bool*)Z_Param__Result=P_THIS->IsStandaloneHLODAllowed(); P_NATIVE_END; } #endif // WITH_EDITOR // ********** End Class UWorldPartition Function IsStandaloneHLODAllowed *************************** // ********** Begin Class UWorldPartition ********************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UWorldPartition; UClass* UWorldPartition::GetPrivateStaticClass() { using TClass = UWorldPartition; if (!Z_Registration_Info_UClass_UWorldPartition.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("WorldPartition"), Z_Registration_Info_UClass_UWorldPartition.InnerSingleton, StaticRegisterNativesUWorldPartition, 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_UWorldPartition.InnerSingleton; } UClass* Z_Construct_UClass_UWorldPartition_NoRegister() { return UWorldPartition::GetPrivateStaticClass(); } struct Z_Construct_UClass_UWorldPartition_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "AutoExpandCategories", "WorldPartition" }, { "IncludePath", "WorldPartition/WorldPartition.h" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_EditorHash_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_WorldPartitionStreamingPolicyClass_MetaData[] = { { "Comment", "/** Class of WorldPartitionStreamingPolicy to be used to manage world partition streaming. */" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "ToolTip", "Class of WorldPartitionStreamingPolicy to be used to manage world partition streaming." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bStreamingWasEnabled_MetaData[] = { { "Comment", "/** Used to know if it's the first time streaming is enabled on this world. */" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "ToolTip", "Used to know if it's the first time streaming is enabled on this world." }, }; #endif // WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RuntimeHash_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bEnableStreaming_MetaData[] = { { "Comment", "/** Enables streaming for this world. */" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "ToolTip", "Enables streaming for this world." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ServerStreamingMode_MetaData[] = { { "Category", "WorldPartitionSetup" }, { "EditCondition", "bEnableStreaming" }, { "EditConditionHides", "" }, { "HideEditConditionToggle", "" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ServerStreamingOutMode_MetaData[] = { { "Category", "WorldPartitionSetup" }, { "EditCondition", "bEnableStreaming" }, { "EditConditionHides", "" }, { "HideEditConditionToggle", "" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataLayersLogicOperator_MetaData[] = { { "Category", "WorldPartitionSetup" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAllowShowingHLODsInEditor_MetaData[] = { { "Category", "WorldPartitionSetup" }, { "Comment", "/** Whether HLODs should be allowed to be displayed in the editor for this map */" }, { "EditCondition", "bEnableStreaming" }, { "EditConditionHides", "" }, { "HideEditConditionToggle", "" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "ToolTip", "Whether HLODs should be allowed to be displayed in the editor for this map" }, }; #endif // WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHasStandaloneHLOD_MetaData[] = { { "Category", "WorldPartitionSetup" }, { "DisplayName", "Build Standalone HLOD" }, { "EditCondition", "IsStandaloneHLODAllowed()" }, { "EditConditionHides", "" }, { "HideEditConditionToggle", "" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bIsStandaloneHLODWorld_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bDisableContentBundles_MetaData[] = { { "Category", "WorldPartitionSetup" }, { "Comment", "/** if set to true, this removes any content bundles from this world and also removes content bundle editing */" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "ToolTip", "if set to true, this removes any content bundles from this world and also removes content bundle editing" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RuntimeCellsTransformerStack_MetaData[] = { { "Category", "WorldPartitionSetup" }, { "Comment", "/** Runtime cells transform stack objects */" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "ToolTip", "Runtime cells transform stack objects" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DefaultHLODLayer_MetaData[] = { { "Category", "WorldPartitionSetup" }, { "Comment", "// Default HLOD layer\n" }, { "DisplayName", "Default HLOD Layer" }, { "EditCondition", "bEnableStreaming" }, { "EditConditionHides", "" }, { "HideEditConditionToggle", "" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "ToolTip", "Default HLOD layer" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ActorDescContainerInstance_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ContainerInstanceClass_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; #endif // WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ReferencedObjects_MetaData[] = { { "Comment", "/** Referenced objects (used by verse) */" }, { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, { "ToolTip", "Referenced objects (used by verse)" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DataLayerManager_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExternalDataLayerManager_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StreamingPolicy_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RegisteredEditorLoaderAdapters_MetaData[] = { { "ModuleRelativePath", "Public/WorldPartition/WorldPartition.h" }, }; #endif // WITH_EDITORONLY_DATA #endif // WITH_METADATA // ********** Begin Class UWorldPartition constinit property declarations ************************** #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FObjectPropertyParams NewProp_EditorHash; static const UECodeGen_Private::FClassPropertyParams NewProp_WorldPartitionStreamingPolicyClass; static void NewProp_bStreamingWasEnabled_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bStreamingWasEnabled; #endif // WITH_EDITORONLY_DATA static const UECodeGen_Private::FObjectPropertyParams NewProp_RuntimeHash; static void NewProp_bEnableStreaming_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bEnableStreaming; static const UECodeGen_Private::FBytePropertyParams NewProp_ServerStreamingMode_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_ServerStreamingMode; static const UECodeGen_Private::FBytePropertyParams NewProp_ServerStreamingOutMode_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_ServerStreamingOutMode; static const UECodeGen_Private::FBytePropertyParams NewProp_DataLayersLogicOperator_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_DataLayersLogicOperator; #if WITH_EDITORONLY_DATA static void NewProp_bAllowShowingHLODsInEditor_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bAllowShowingHLODsInEditor; #endif // WITH_EDITORONLY_DATA static void NewProp_bHasStandaloneHLOD_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bHasStandaloneHLOD; static void NewProp_bIsStandaloneHLODWorld_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bIsStandaloneHLODWorld; static void NewProp_bDisableContentBundles_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bDisableContentBundles; #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStructPropertyParams NewProp_RuntimeCellsTransformerStack_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_RuntimeCellsTransformerStack; static const UECodeGen_Private::FObjectPropertyParams NewProp_DefaultHLODLayer; static const UECodeGen_Private::FObjectPropertyParams NewProp_ActorDescContainerInstance; static const UECodeGen_Private::FClassPropertyParams NewProp_ContainerInstanceClass; #endif // WITH_EDITORONLY_DATA static const UECodeGen_Private::FObjectPropertyParams NewProp_ReferencedObjects_ElementProp; static const UECodeGen_Private::FSetPropertyParams NewProp_ReferencedObjects; static const UECodeGen_Private::FObjectPropertyParams NewProp_DataLayerManager; static const UECodeGen_Private::FObjectPropertyParams NewProp_ExternalDataLayerManager; static const UECodeGen_Private::FObjectPropertyParams NewProp_StreamingPolicy; #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FObjectPropertyParams NewProp_RegisteredEditorLoaderAdapters_ElementProp; static const UECodeGen_Private::FSetPropertyParams NewProp_RegisteredEditorLoaderAdapters; #endif // WITH_EDITORONLY_DATA static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UWorldPartition constinit property declarations **************************** #if WITH_EDITOR static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = { { .NameUTF8 = UTF8TEXT("IsStandaloneHLODAllowed"), .Pointer = &UWorldPartition::execIsStandaloneHLODAllowed }, }; #endif // WITH_EDITOR static UObject* (*const DependentSingletons[])(); #if WITH_EDITOR static constexpr FClassFunctionLinkInfo FuncInfo[] = { { &Z_Construct_UFunction_UWorldPartition_IsStandaloneHLODAllowed, "IsStandaloneHLODAllowed" }, // 1318922717 }; static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048); #endif // WITH_EDITOR static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UWorldPartition_Statics // ********** Begin Class UWorldPartition Property Definitions ************************************* #if WITH_EDITORONLY_DATA const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_EditorHash = { "EditorHash", nullptr, (EPropertyFlags)0x0114000800200000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, EditorHash), Z_Construct_UClass_UWorldPartitionEditorHash_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_EditorHash_MetaData), NewProp_EditorHash_MetaData) }; const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_WorldPartitionStreamingPolicyClass = { "WorldPartitionStreamingPolicyClass", nullptr, (EPropertyFlags)0x0044000800000000, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, WorldPartitionStreamingPolicyClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UWorldPartitionStreamingPolicy_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_WorldPartitionStreamingPolicyClass_MetaData), NewProp_WorldPartitionStreamingPolicyClass_MetaData) }; void Z_Construct_UClass_UWorldPartition_Statics::NewProp_bStreamingWasEnabled_SetBit(void* Obj) { ((UWorldPartition*)Obj)->bStreamingWasEnabled = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_bStreamingWasEnabled = { "bStreamingWasEnabled", nullptr, (EPropertyFlags)0x0040000800000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UWorldPartition), &Z_Construct_UClass_UWorldPartition_Statics::NewProp_bStreamingWasEnabled_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bStreamingWasEnabled_MetaData), NewProp_bStreamingWasEnabled_MetaData) }; #endif // WITH_EDITORONLY_DATA const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_RuntimeHash = { "RuntimeHash", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, RuntimeHash), Z_Construct_UClass_UWorldPartitionRuntimeHash_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RuntimeHash_MetaData), NewProp_RuntimeHash_MetaData) }; void Z_Construct_UClass_UWorldPartition_Statics::NewProp_bEnableStreaming_SetBit(void* Obj) { ((UWorldPartition*)Obj)->bEnableStreaming = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_bEnableStreaming = { "bEnableStreaming", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UWorldPartition), &Z_Construct_UClass_UWorldPartition_Statics::NewProp_bEnableStreaming_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bEnableStreaming_MetaData), NewProp_bEnableStreaming_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_ServerStreamingMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_ServerStreamingMode = { "ServerStreamingMode", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, ServerStreamingMode), Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ServerStreamingMode_MetaData), NewProp_ServerStreamingMode_MetaData) }; // 1254341539 const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_ServerStreamingOutMode_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_ServerStreamingOutMode = { "ServerStreamingOutMode", nullptr, (EPropertyFlags)0x0010040000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, ServerStreamingOutMode), Z_Construct_UEnum_Engine_EWorldPartitionServerStreamingOutMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ServerStreamingOutMode_MetaData), NewProp_ServerStreamingOutMode_MetaData) }; // 3480539686 const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_DataLayersLogicOperator_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_DataLayersLogicOperator = { "DataLayersLogicOperator", nullptr, (EPropertyFlags)0x0040040000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, DataLayersLogicOperator), Z_Construct_UEnum_Engine_EWorldPartitionDataLayersLogicOperator, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataLayersLogicOperator_MetaData), NewProp_DataLayersLogicOperator_MetaData) }; // 3720304531 #if WITH_EDITORONLY_DATA void Z_Construct_UClass_UWorldPartition_Statics::NewProp_bAllowShowingHLODsInEditor_SetBit(void* Obj) { ((UWorldPartition*)Obj)->bAllowShowingHLODsInEditor = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_bAllowShowingHLODsInEditor = { "bAllowShowingHLODsInEditor", nullptr, (EPropertyFlags)0x0040040800000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UWorldPartition), &Z_Construct_UClass_UWorldPartition_Statics::NewProp_bAllowShowingHLODsInEditor_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAllowShowingHLODsInEditor_MetaData), NewProp_bAllowShowingHLODsInEditor_MetaData) }; #endif // WITH_EDITORONLY_DATA void Z_Construct_UClass_UWorldPartition_Statics::NewProp_bHasStandaloneHLOD_SetBit(void* Obj) { ((UWorldPartition*)Obj)->bHasStandaloneHLOD = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_bHasStandaloneHLOD = { "bHasStandaloneHLOD", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UWorldPartition), &Z_Construct_UClass_UWorldPartition_Statics::NewProp_bHasStandaloneHLOD_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHasStandaloneHLOD_MetaData), NewProp_bHasStandaloneHLOD_MetaData) }; void Z_Construct_UClass_UWorldPartition_Statics::NewProp_bIsStandaloneHLODWorld_SetBit(void* Obj) { ((UWorldPartition*)Obj)->bIsStandaloneHLODWorld = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_bIsStandaloneHLODWorld = { "bIsStandaloneHLODWorld", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UWorldPartition), &Z_Construct_UClass_UWorldPartition_Statics::NewProp_bIsStandaloneHLODWorld_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bIsStandaloneHLODWorld_MetaData), NewProp_bIsStandaloneHLODWorld_MetaData) }; void Z_Construct_UClass_UWorldPartition_Statics::NewProp_bDisableContentBundles_SetBit(void* Obj) { ((UWorldPartition*)Obj)->bDisableContentBundles = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_bDisableContentBundles = { "bDisableContentBundles", nullptr, (EPropertyFlags)0x0040040000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(UWorldPartition), &Z_Construct_UClass_UWorldPartition_Statics::NewProp_bDisableContentBundles_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bDisableContentBundles_MetaData), NewProp_bDisableContentBundles_MetaData) }; #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_RuntimeCellsTransformerStack_Inner = { "RuntimeCellsTransformerStack", nullptr, (EPropertyFlags)0x0000008800000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance, METADATA_PARAMS(0, nullptr) }; // 2990492264 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_RuntimeCellsTransformerStack = { "RuntimeCellsTransformerStack", nullptr, (EPropertyFlags)0x0040008800000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, RuntimeCellsTransformerStack), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RuntimeCellsTransformerStack_MetaData), NewProp_RuntimeCellsTransformerStack_MetaData) }; // 2990492264 const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_DefaultHLODLayer = { "DefaultHLODLayer", nullptr, (EPropertyFlags)0x0144000800000001, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, DefaultHLODLayer), Z_Construct_UClass_UHLODLayer_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DefaultHLODLayer_MetaData), NewProp_DefaultHLODLayer_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_ActorDescContainerInstance = { "ActorDescContainerInstance", nullptr, (EPropertyFlags)0x0144000800002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, ActorDescContainerInstance), Z_Construct_UClass_UActorDescContainerInstance_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ActorDescContainerInstance_MetaData), NewProp_ActorDescContainerInstance_MetaData) }; const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_ContainerInstanceClass = { "ContainerInstanceClass", nullptr, (EPropertyFlags)0x0044000800002000, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, ContainerInstanceClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UActorDescContainerInstance_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ContainerInstanceClass_MetaData), NewProp_ContainerInstanceClass_MetaData) }; #endif // WITH_EDITORONLY_DATA const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_ReferencedObjects_ElementProp = { "ReferencedObjects", nullptr, (EPropertyFlags)0x0104000000000000, 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_UClass_UWorldPartition_Statics::NewProp_ReferencedObjects = { "ReferencedObjects", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, ReferencedObjects), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ReferencedObjects_MetaData), NewProp_ReferencedObjects_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_DataLayerManager = { "DataLayerManager", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, DataLayerManager), Z_Construct_UClass_UDataLayerManager_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DataLayerManager_MetaData), NewProp_DataLayerManager_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_ExternalDataLayerManager = { "ExternalDataLayerManager", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, ExternalDataLayerManager), Z_Construct_UClass_UExternalDataLayerManager_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExternalDataLayerManager_MetaData), NewProp_ExternalDataLayerManager_MetaData) }; const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_StreamingPolicy = { "StreamingPolicy", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, StreamingPolicy), Z_Construct_UClass_UWorldPartitionStreamingPolicy_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StreamingPolicy_MetaData), NewProp_StreamingPolicy_MetaData) }; #if WITH_EDITORONLY_DATA const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_RegisteredEditorLoaderAdapters_ElementProp = { "RegisteredEditorLoaderAdapters", nullptr, (EPropertyFlags)0x0104000800000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UWorldPartitionEditorLoaderAdapter_NoRegister, METADATA_PARAMS(0, nullptr) }; const UECodeGen_Private::FSetPropertyParams Z_Construct_UClass_UWorldPartition_Statics::NewProp_RegisteredEditorLoaderAdapters = { "RegisteredEditorLoaderAdapters", nullptr, (EPropertyFlags)0x0144000c00002000, UECodeGen_Private::EPropertyGenFlags::Set, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UWorldPartition, RegisteredEditorLoaderAdapters), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RegisteredEditorLoaderAdapters_MetaData), NewProp_RegisteredEditorLoaderAdapters_MetaData) }; #endif // WITH_EDITORONLY_DATA const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UWorldPartition_Statics::PropPointers[] = { #if WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_EditorHash, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_WorldPartitionStreamingPolicyClass, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_bStreamingWasEnabled, #endif // WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_RuntimeHash, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_bEnableStreaming, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_ServerStreamingMode_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_ServerStreamingMode, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_ServerStreamingOutMode_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_ServerStreamingOutMode, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_DataLayersLogicOperator_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_DataLayersLogicOperator, #if WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_bAllowShowingHLODsInEditor, #endif // WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_bHasStandaloneHLOD, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_bIsStandaloneHLODWorld, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_bDisableContentBundles, #if WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_RuntimeCellsTransformerStack_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_RuntimeCellsTransformerStack, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_DefaultHLODLayer, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_ActorDescContainerInstance, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_ContainerInstanceClass, #endif // WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_ReferencedObjects_ElementProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_ReferencedObjects, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_DataLayerManager, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_ExternalDataLayerManager, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_StreamingPolicy, #if WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_RegisteredEditorLoaderAdapters_ElementProp, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UWorldPartition_Statics::NewProp_RegisteredEditorLoaderAdapters, #endif // WITH_EDITORONLY_DATA }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartition_Statics::PropPointers) < 2048); // ********** End Class UWorldPartition Property Definitions *************************************** UObject* (*const Z_Construct_UClass_UWorldPartition_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartition_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UWorldPartition_Statics::ClassParams = { &UWorldPartition::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, IF_WITH_EDITOR(FuncInfo, nullptr), Z_Construct_UClass_UWorldPartition_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), IF_WITH_EDITOR(UE_ARRAY_COUNT(FuncInfo), 0), UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartition_Statics::PropPointers), 0, 0x008800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWorldPartition_Statics::Class_MetaDataParams), Z_Construct_UClass_UWorldPartition_Statics::Class_MetaDataParams) }; void UWorldPartition::StaticRegisterNativesUWorldPartition() { UClass* Class = UWorldPartition::StaticClass(); FNativeFunctionRegistrar::RegisterFunctions(Class, IF_WITH_EDITOR(MakeConstArrayView(Z_Construct_UClass_UWorldPartition_Statics::Funcs), {})); } UClass* Z_Construct_UClass_UWorldPartition() { if (!Z_Registration_Info_UClass_UWorldPartition.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWorldPartition.OuterSingleton, Z_Construct_UClass_UWorldPartition_Statics::ClassParams); } return Z_Registration_Info_UClass_UWorldPartition.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWorldPartition); UWorldPartition::~UWorldPartition() {} IMPLEMENT_FSTRUCTUREDARCHIVE_SERIALIZER(UWorldPartition) // ********** End Class UWorldPartition ************************************************************ // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartition_h__Script_Engine_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { EWorldPartitionServerStreamingMode_StaticEnum, TEXT("EWorldPartitionServerStreamingMode"), &Z_Registration_Info_UEnum_EWorldPartitionServerStreamingMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1254341539U) }, { EWorldPartitionServerStreamingOutMode_StaticEnum, TEXT("EWorldPartitionServerStreamingOutMode"), &Z_Registration_Info_UEnum_EWorldPartitionServerStreamingOutMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3480539686U) }, { EWorldPartitionDataLayersLogicOperator_StaticEnum, TEXT("EWorldPartitionDataLayersLogicOperator"), &Z_Registration_Info_UEnum_EWorldPartitionDataLayersLogicOperator, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3720304531U) }, }; static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FRuntimeCellTransformerInstance::StaticStruct, Z_Construct_UScriptStruct_FRuntimeCellTransformerInstance_Statics::NewStructOps, TEXT("RuntimeCellTransformerInstance"),&Z_Registration_Info_UScriptStruct_FRuntimeCellTransformerInstance, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FRuntimeCellTransformerInstance), 2990492264U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UWorldPartition, UWorldPartition::StaticClass, TEXT("UWorldPartition"), &Z_Registration_Info_UClass_UWorldPartition, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWorldPartition), 2030092310U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartition_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartition_h__Script_Engine_3875112700{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartition_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartition_h__Script_Engine_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartition_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartition_h__Script_Engine_Statics::ScriptStructInfo), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartition_h__Script_Engine_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_WorldPartition_WorldPartition_h__Script_Engine_Statics::EnumInfo), }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS