// 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 "Commandlets/ChunkDependencyInfo.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeChunkDependencyInfo() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); UNREALED_API UClass* Z_Construct_UClass_UChunkDependencyInfo(); UNREALED_API UClass* Z_Construct_UClass_UChunkDependencyInfo_NoRegister(); UNREALED_API UScriptStruct* Z_Construct_UScriptStruct_FChunkDependency(); UPackage* Z_Construct_UPackage__Script_UnrealEd(); // ********** End Cross Module References ********************************************************** // ********** Begin ScriptStruct FChunkDependency ************************************************** struct Z_Construct_UScriptStruct_FChunkDependency_Statics { static inline consteval int32 GetStructSize() { return sizeof(FChunkDependency); } static inline consteval int16 GetStructAlignment() { return alignof(FChunkDependency); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "Comment", "/** A single dependency, read from ini file */" }, { "ModuleRelativePath", "Public/Commandlets/ChunkDependencyInfo.h" }, { "ToolTip", "A single dependency, read from ini file" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChunkID_MetaData[] = { { "Category", "ChunkInfo" }, { "Comment", "/** The child chunk */" }, { "ModuleRelativePath", "Public/Commandlets/ChunkDependencyInfo.h" }, { "ToolTip", "The child chunk" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ParentChunkID_MetaData[] = { { "Category", "ChunkInfo" }, { "Comment", "/** Parent chunk, anything in both Parent and Child is only placed into Parent */" }, { "ModuleRelativePath", "Public/Commandlets/ChunkDependencyInfo.h" }, { "ToolTip", "Parent chunk, anything in both Parent and Child is only placed into Parent" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FChunkDependency constinit property declarations ****************** static const UECodeGen_Private::FIntPropertyParams NewProp_ChunkID; static const UECodeGen_Private::FIntPropertyParams NewProp_ParentChunkID; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FChunkDependency constinit property declarations ******************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FChunkDependency_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FChunkDependency; class UScriptStruct* FChunkDependency::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FChunkDependency.OuterSingleton) { Z_Registration_Info_UScriptStruct_FChunkDependency.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FChunkDependency, (UObject*)Z_Construct_UPackage__Script_UnrealEd(), TEXT("ChunkDependency")); } return Z_Registration_Info_UScriptStruct_FChunkDependency.OuterSingleton; } // ********** Begin ScriptStruct FChunkDependency Property Definitions ***************************** const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FChunkDependency_Statics::NewProp_ChunkID = { "ChunkID", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChunkDependency, ChunkID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChunkID_MetaData), NewProp_ChunkID_MetaData) }; const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FChunkDependency_Statics::NewProp_ParentChunkID = { "ParentChunkID", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FChunkDependency, ParentChunkID), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ParentChunkID_MetaData), NewProp_ParentChunkID_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FChunkDependency_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChunkDependency_Statics::NewProp_ChunkID, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FChunkDependency_Statics::NewProp_ParentChunkID, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChunkDependency_Statics::PropPointers) < 2048); // ********** End ScriptStruct FChunkDependency Property Definitions ******************************* const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FChunkDependency_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_UnrealEd, nullptr, &NewStructOps, "ChunkDependency", Z_Construct_UScriptStruct_FChunkDependency_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChunkDependency_Statics::PropPointers), sizeof(FChunkDependency), alignof(FChunkDependency), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FChunkDependency_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FChunkDependency_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FChunkDependency() { if (!Z_Registration_Info_UScriptStruct_FChunkDependency.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FChunkDependency.InnerSingleton, Z_Construct_UScriptStruct_FChunkDependency_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FChunkDependency.InnerSingleton); } // ********** End ScriptStruct FChunkDependency **************************************************** // ********** Begin Class UChunkDependencyInfo ***************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UChunkDependencyInfo; UClass* UChunkDependencyInfo::GetPrivateStaticClass() { using TClass = UChunkDependencyInfo; if (!Z_Registration_Info_UClass_UChunkDependencyInfo.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ChunkDependencyInfo"), Z_Registration_Info_UClass_UChunkDependencyInfo.InnerSingleton, StaticRegisterNativesUChunkDependencyInfo, 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_UChunkDependencyInfo.InnerSingleton; } UClass* Z_Construct_UClass_UChunkDependencyInfo_NoRegister() { return UChunkDependencyInfo::GetPrivateStaticClass(); } struct Z_Construct_UClass_UChunkDependencyInfo_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "Comment", "/** This is read out of config and defines a tree of chunk dependencies */" }, { "IncludePath", "Commandlets/ChunkDependencyInfo.h" }, { "ModuleRelativePath", "Public/Commandlets/ChunkDependencyInfo.h" }, { "ToolTip", "This is read out of config and defines a tree of chunk dependencies" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DependencyArray_MetaData[] = { { "Comment", "/** List of dependencies used to remove redundant chunks */" }, { "ModuleRelativePath", "Public/Commandlets/ChunkDependencyInfo.h" }, { "ToolTip", "List of dependencies used to remove redundant chunks" }, }; #endif // WITH_METADATA // ********** Begin Class UChunkDependencyInfo constinit property declarations ********************* static const UECodeGen_Private::FStructPropertyParams NewProp_DependencyArray_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_DependencyArray; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UChunkDependencyInfo constinit property declarations *********************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UChunkDependencyInfo_Statics // ********** Begin Class UChunkDependencyInfo Property Definitions ******************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UChunkDependencyInfo_Statics::NewProp_DependencyArray_Inner = { "DependencyArray", nullptr, (EPropertyFlags)0x0000000000004000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FChunkDependency, METADATA_PARAMS(0, nullptr) }; // 1942312366 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UChunkDependencyInfo_Statics::NewProp_DependencyArray = { "DependencyArray", nullptr, (EPropertyFlags)0x0010000000004000, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UChunkDependencyInfo, DependencyArray), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DependencyArray_MetaData), NewProp_DependencyArray_MetaData) }; // 1942312366 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UChunkDependencyInfo_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UChunkDependencyInfo_Statics::NewProp_DependencyArray_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UChunkDependencyInfo_Statics::NewProp_DependencyArray, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UChunkDependencyInfo_Statics::PropPointers) < 2048); // ********** End Class UChunkDependencyInfo Property Definitions ********************************** UObject* (*const Z_Construct_UClass_UChunkDependencyInfo_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_UnrealEd, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UChunkDependencyInfo_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UChunkDependencyInfo_Statics::ClassParams = { &UChunkDependencyInfo::StaticClass, "Engine", &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UChunkDependencyInfo_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UChunkDependencyInfo_Statics::PropPointers), 0, 0x000800A6u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UChunkDependencyInfo_Statics::Class_MetaDataParams), Z_Construct_UClass_UChunkDependencyInfo_Statics::Class_MetaDataParams) }; void UChunkDependencyInfo::StaticRegisterNativesUChunkDependencyInfo() { } UClass* Z_Construct_UClass_UChunkDependencyInfo() { if (!Z_Registration_Info_UClass_UChunkDependencyInfo.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UChunkDependencyInfo.OuterSingleton, Z_Construct_UClass_UChunkDependencyInfo_Statics::ClassParams); } return Z_Registration_Info_UClass_UChunkDependencyInfo.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UChunkDependencyInfo); UChunkDependencyInfo::~UChunkDependencyInfo() {} // ********** End Class UChunkDependencyInfo ******************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Commandlets_ChunkDependencyInfo_h__Script_UnrealEd_Statics { static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FChunkDependency::StaticStruct, Z_Construct_UScriptStruct_FChunkDependency_Statics::NewStructOps, TEXT("ChunkDependency"),&Z_Registration_Info_UScriptStruct_FChunkDependency, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FChunkDependency), 1942312366U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UChunkDependencyInfo, UChunkDependencyInfo::StaticClass, TEXT("UChunkDependencyInfo"), &Z_Registration_Info_UClass_UChunkDependencyInfo, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UChunkDependencyInfo), 3032092922U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Commandlets_ChunkDependencyInfo_h__Script_UnrealEd_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Commandlets_ChunkDependencyInfo_h__Script_UnrealEd_593034438{ TEXT("/Script/UnrealEd"), Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Commandlets_ChunkDependencyInfo_h__Script_UnrealEd_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Commandlets_ChunkDependencyInfo_h__Script_UnrealEd_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Commandlets_ChunkDependencyInfo_h__Script_UnrealEd_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Editor_UnrealEd_Public_Commandlets_ChunkDependencyInfo_h__Script_UnrealEd_Statics::ScriptStructInfo), nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS