120 lines
6.3 KiB
C++
120 lines
6.3 KiB
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
/*===========================================================================
|
|
Generated code exported from UnrealHeaderTool.
|
|
DO NOT modify this manually! Edit the corresponding .h files instead!
|
|
===========================================================================*/
|
|
|
|
#include "UObject/GeneratedCppIncludes.h"
|
|
#include "ClothingSimulationFactoryNv.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeClothingSimulationFactoryNv() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
CLOTHINGSYSTEMRUNTIMEINTERFACE_API UClass* Z_Construct_UClass_UClothingSimulationFactory();
|
|
CLOTHINGSYSTEMRUNTIMENV_API UClass* Z_Construct_UClass_UClothingSimulationFactoryNv();
|
|
CLOTHINGSYSTEMRUNTIMENV_API UClass* Z_Construct_UClass_UClothingSimulationFactoryNv_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_ClothingSystemRuntimeNv();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UClothingSimulationFactoryNv *********************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UClothingSimulationFactoryNv;
|
|
UClass* UClothingSimulationFactoryNv::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UClothingSimulationFactoryNv;
|
|
if (!Z_Registration_Info_UClass_UClothingSimulationFactoryNv.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("ClothingSimulationFactoryNv"),
|
|
Z_Registration_Info_UClass_UClothingSimulationFactoryNv.InnerSingleton,
|
|
StaticRegisterNativesUClothingSimulationFactoryNv,
|
|
sizeof(TClass),
|
|
alignof(TClass),
|
|
TClass::StaticClassFlags,
|
|
TClass::StaticClassCastFlags(),
|
|
TClass::StaticConfigName(),
|
|
(UClass::ClassConstructorType)InternalConstructor<TClass>,
|
|
(UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller<TClass>,
|
|
UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass),
|
|
&TClass::Super::StaticClass,
|
|
&TClass::WithinClass::StaticClass
|
|
);
|
|
}
|
|
return Z_Registration_Info_UClass_UClothingSimulationFactoryNv.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UClothingSimulationFactoryNv_NoRegister()
|
|
{
|
|
return UClothingSimulationFactoryNv::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UClothingSimulationFactoryNv_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "IncludePath", "ClothingSimulationFactoryNv.h" },
|
|
{ "ModuleRelativePath", "Public/ClothingSimulationFactoryNv.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UClothingSimulationFactoryNv constinit property declarations *************
|
|
// ********** End Class UClothingSimulationFactoryNv constinit property declarations ***************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UClothingSimulationFactoryNv>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UClothingSimulationFactoryNv_Statics
|
|
UObject* (*const Z_Construct_UClass_UClothingSimulationFactoryNv_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UClothingSimulationFactory,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_ClothingSystemRuntimeNv,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClothingSimulationFactoryNv_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UClothingSimulationFactoryNv_Statics::ClassParams = {
|
|
&UClothingSimulationFactoryNv::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
nullptr,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
0,
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UClothingSimulationFactoryNv_Statics::Class_MetaDataParams), Z_Construct_UClass_UClothingSimulationFactoryNv_Statics::Class_MetaDataParams)
|
|
};
|
|
void UClothingSimulationFactoryNv::StaticRegisterNativesUClothingSimulationFactoryNv()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UClothingSimulationFactoryNv()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UClothingSimulationFactoryNv.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UClothingSimulationFactoryNv.OuterSingleton, Z_Construct_UClass_UClothingSimulationFactoryNv_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UClothingSimulationFactoryNv.OuterSingleton;
|
|
}
|
|
UClothingSimulationFactoryNv::UClothingSimulationFactoryNv(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UClothingSimulationFactoryNv);
|
|
UClothingSimulationFactoryNv::~UClothingSimulationFactoryNv() {}
|
|
// ********** End Class UClothingSimulationFactoryNv ***********************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeNv_Public_ClothingSimulationFactoryNv_h__Script_ClothingSystemRuntimeNv_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UClothingSimulationFactoryNv, UClothingSimulationFactoryNv::StaticClass, TEXT("UClothingSimulationFactoryNv"), &Z_Registration_Info_UClass_UClothingSimulationFactoryNv, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UClothingSimulationFactoryNv), 1777024210U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeNv_Public_ClothingSimulationFactoryNv_h__Script_ClothingSystemRuntimeNv_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeNv_Public_ClothingSimulationFactoryNv_h__Script_ClothingSystemRuntimeNv_2662310849{
|
|
TEXT("/Script/ClothingSystemRuntimeNv"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeNv_Public_ClothingSimulationFactoryNv_h__Script_ClothingSystemRuntimeNv_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_ClothingSystemRuntimeNv_Public_ClothingSimulationFactoryNv_h__Script_ClothingSystemRuntimeNv_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|