// 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 "Chaos/CacheCollection.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeCacheCollection() {} // ********** Begin Cross Module References ******************************************************** CHAOSCACHING_API UClass* Z_Construct_UClass_UChaosCache_NoRegister(); CHAOSCACHING_API UClass* Z_Construct_UClass_UChaosCacheCollection(); CHAOSCACHING_API UClass* Z_Construct_UClass_UChaosCacheCollection_NoRegister(); CHAOSCACHING_API UEnum* Z_Construct_UEnum_ChaosCaching_EChaosCacheInterpolationMode(); COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); UPackage* Z_Construct_UPackage__Script_ChaosCaching(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UChaosCacheCollection **************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UChaosCacheCollection; UClass* UChaosCacheCollection::GetPrivateStaticClass() { using TClass = UChaosCacheCollection; if (!Z_Registration_Info_UClass_UChaosCacheCollection.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ChaosCacheCollection"), Z_Registration_Info_UClass_UChaosCacheCollection.InnerSingleton, StaticRegisterNativesUChaosCacheCollection, 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_UChaosCacheCollection.InnerSingleton; } UClass* Z_Construct_UClass_UChaosCacheCollection_NoRegister() { return UChaosCacheCollection::GetPrivateStaticClass(); } struct Z_Construct_UClass_UChaosCacheCollection_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "DevelopmentStatus", "Experimental" }, { "IncludePath", "Chaos/CacheCollection.h" }, { "ModuleRelativePath", "Public/Chaos/CacheCollection.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Caches_Inner_MetaData[] = { { "Category", "Caching" }, { "EditFixedOrder", "" }, { "EditInline", "true" }, { "ModuleRelativePath", "Public/Chaos/CacheCollection.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Caches_MetaData[] = { { "Category", "Caching" }, { "EditFixedOrder", "" }, { "EditInline", "true" }, { "ModuleRelativePath", "Public/Chaos/CacheCollection.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_InterpolationMode_MetaData[] = { { "Category", "Caching" }, { "ModuleRelativePath", "Public/Chaos/CacheCollection.h" }, }; #endif // WITH_METADATA // ********** Begin Class UChaosCacheCollection constinit property declarations ******************** static const UECodeGen_Private::FObjectPropertyParams NewProp_Caches_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_Caches; static const UECodeGen_Private::FBytePropertyParams NewProp_InterpolationMode_Underlying; static const UECodeGen_Private::FEnumPropertyParams NewProp_InterpolationMode; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UChaosCacheCollection constinit property declarations ********************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UChaosCacheCollection_Statics // ********** Begin Class UChaosCacheCollection Property Definitions ******************************* const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UChaosCacheCollection_Statics::NewProp_Caches_Inner = { "Caches", nullptr, (EPropertyFlags)0x0106000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UChaosCache_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Caches_Inner_MetaData), NewProp_Caches_Inner_MetaData) }; const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UChaosCacheCollection_Statics::NewProp_Caches = { "Caches", nullptr, (EPropertyFlags)0x0114008000000009, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UChaosCacheCollection, Caches), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Caches_MetaData), NewProp_Caches_MetaData) }; const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UChaosCacheCollection_Statics::NewProp_InterpolationMode_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_UChaosCacheCollection_Statics::NewProp_InterpolationMode = { "InterpolationMode", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UChaosCacheCollection, InterpolationMode), Z_Construct_UEnum_ChaosCaching_EChaosCacheInterpolationMode, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_InterpolationMode_MetaData), NewProp_InterpolationMode_MetaData) }; // 1982601014 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UChaosCacheCollection_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UChaosCacheCollection_Statics::NewProp_Caches_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UChaosCacheCollection_Statics::NewProp_Caches, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UChaosCacheCollection_Statics::NewProp_InterpolationMode_Underlying, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UChaosCacheCollection_Statics::NewProp_InterpolationMode, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UChaosCacheCollection_Statics::PropPointers) < 2048); // ********** End Class UChaosCacheCollection Property Definitions ********************************* UObject* (*const Z_Construct_UClass_UChaosCacheCollection_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_ChaosCaching, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UChaosCacheCollection_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UChaosCacheCollection_Statics::ClassParams = { &UChaosCacheCollection::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UChaosCacheCollection_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UChaosCacheCollection_Statics::PropPointers), 0, 0x008800A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UChaosCacheCollection_Statics::Class_MetaDataParams), Z_Construct_UClass_UChaosCacheCollection_Statics::Class_MetaDataParams) }; void UChaosCacheCollection::StaticRegisterNativesUChaosCacheCollection() { } UClass* Z_Construct_UClass_UChaosCacheCollection() { if (!Z_Registration_Info_UClass_UChaosCacheCollection.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UChaosCacheCollection.OuterSingleton, Z_Construct_UClass_UChaosCacheCollection_Statics::ClassParams); } return Z_Registration_Info_UClass_UChaosCacheCollection.OuterSingleton; } UChaosCacheCollection::UChaosCacheCollection(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UChaosCacheCollection); UChaosCacheCollection::~UChaosCacheCollection() {} // ********** End Class UChaosCacheCollection ****************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Public_Chaos_CacheCollection_h__Script_ChaosCaching_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UChaosCacheCollection, UChaosCacheCollection::StaticClass, TEXT("UChaosCacheCollection"), &Z_Registration_Info_UClass_UChaosCacheCollection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UChaosCacheCollection), 1899309217U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Public_Chaos_CacheCollection_h__Script_ChaosCaching_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Public_Chaos_CacheCollection_h__Script_ChaosCaching_2720876358{ TEXT("/Script/ChaosCaching"), Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Public_Chaos_CacheCollection_h__Script_ChaosCaching_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_ChaosCaching_Source_ChaosCaching_Public_Chaos_CacheCollection_h__Script_ChaosCaching_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS