157 lines
10 KiB
C++
157 lines
10 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 "GeometryCollection/GeometryCollectionCache.h"
|
|
#include "GeometryCollection/RecordedTransformTrack.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeGeometryCollectionCache() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
CHAOS_API UScriptStruct* Z_Construct_UScriptStruct_FRecordedTransformTrack();
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
|
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FGuid();
|
|
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollection_NoRegister();
|
|
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionCache();
|
|
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollectionCache_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_GeometryCollectionEngine();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class UGeometryCollectionCache *************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometryCollectionCache;
|
|
UClass* UGeometryCollectionCache::GetPrivateStaticClass()
|
|
{
|
|
using TClass = UGeometryCollectionCache;
|
|
if (!Z_Registration_Info_UClass_UGeometryCollectionCache.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("GeometryCollectionCache"),
|
|
Z_Registration_Info_UClass_UGeometryCollectionCache.InnerSingleton,
|
|
StaticRegisterNativesUGeometryCollectionCache,
|
|
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_UGeometryCollectionCache.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_UGeometryCollectionCache_NoRegister()
|
|
{
|
|
return UGeometryCollectionCache::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_UGeometryCollectionCache_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "DevelopmentStatus", "Experimental" },
|
|
{ "IncludePath", "GeometryCollection/GeometryCollectionCache.h" },
|
|
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionCache.h" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RecordedData_MetaData[] = {
|
|
{ "Comment", "/** The recorded data from the simulation */" },
|
|
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionCache.h" },
|
|
{ "ToolTip", "The recorded data from the simulation" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SupportedCollection_MetaData[] = {
|
|
{ "Comment", "/** The collection that we recorded the data from */" },
|
|
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionCache.h" },
|
|
{ "NativeConstTemplateArg", "" },
|
|
{ "ToolTip", "The collection that we recorded the data from" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CompatibleCollectionState_MetaData[] = {
|
|
{ "Comment", "/** Guid pulled from the collection when the recording was last saved */" },
|
|
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionCache.h" },
|
|
{ "ToolTip", "Guid pulled from the collection when the recording was last saved" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class UGeometryCollectionCache constinit property declarations *****************
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_RecordedData;
|
|
static const UECodeGen_Private::FObjectPropertyParams NewProp_SupportedCollection;
|
|
static const UECodeGen_Private::FStructPropertyParams NewProp_CompatibleCollectionState;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class UGeometryCollectionCache constinit property declarations *******************
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<UGeometryCollectionCache>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_UGeometryCollectionCache_Statics
|
|
|
|
// ********** Begin Class UGeometryCollectionCache Property Definitions ****************************
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGeometryCollectionCache_Statics::NewProp_RecordedData = { "RecordedData", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGeometryCollectionCache, RecordedData), Z_Construct_UScriptStruct_FRecordedTransformTrack, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RecordedData_MetaData), NewProp_RecordedData_MetaData) }; // 385500912
|
|
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGeometryCollectionCache_Statics::NewProp_SupportedCollection = { "SupportedCollection", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGeometryCollectionCache, SupportedCollection), Z_Construct_UClass_UGeometryCollection_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SupportedCollection_MetaData), NewProp_SupportedCollection_MetaData) };
|
|
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UGeometryCollectionCache_Statics::NewProp_CompatibleCollectionState = { "CompatibleCollectionState", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGeometryCollectionCache, CompatibleCollectionState), Z_Construct_UScriptStruct_FGuid, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CompatibleCollectionState_MetaData), NewProp_CompatibleCollectionState_MetaData) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGeometryCollectionCache_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGeometryCollectionCache_Statics::NewProp_RecordedData,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGeometryCollectionCache_Statics::NewProp_SupportedCollection,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGeometryCollectionCache_Statics::NewProp_CompatibleCollectionState,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionCache_Statics::PropPointers) < 2048);
|
|
// ********** End Class UGeometryCollectionCache Property Definitions ******************************
|
|
UObject* (*const Z_Construct_UClass_UGeometryCollectionCache_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionEngine,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionCache_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometryCollectionCache_Statics::ClassParams = {
|
|
&UGeometryCollectionCache::StaticClass,
|
|
nullptr,
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
nullptr,
|
|
Z_Construct_UClass_UGeometryCollectionCache_Statics::PropPointers,
|
|
nullptr,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
0,
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionCache_Statics::PropPointers),
|
|
0,
|
|
0x000800A0u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionCache_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometryCollectionCache_Statics::Class_MetaDataParams)
|
|
};
|
|
void UGeometryCollectionCache::StaticRegisterNativesUGeometryCollectionCache()
|
|
{
|
|
}
|
|
UClass* Z_Construct_UClass_UGeometryCollectionCache()
|
|
{
|
|
if (!Z_Registration_Info_UClass_UGeometryCollectionCache.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometryCollectionCache.OuterSingleton, Z_Construct_UClass_UGeometryCollectionCache_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_UGeometryCollectionCache.OuterSingleton;
|
|
}
|
|
UGeometryCollectionCache::UGeometryCollectionCache(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometryCollectionCache);
|
|
UGeometryCollectionCache::~UGeometryCollectionCache() {}
|
|
// ********** End Class UGeometryCollectionCache ***************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionCache_h__Script_GeometryCollectionEngine_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_UGeometryCollectionCache, UGeometryCollectionCache::StaticClass, TEXT("UGeometryCollectionCache"), &Z_Registration_Info_UClass_UGeometryCollectionCache, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometryCollectionCache), 4067267972U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionCache_h__Script_GeometryCollectionEngine_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionCache_h__Script_GeometryCollectionEngine_185050100{
|
|
TEXT("/Script/GeometryCollectionEngine"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionCache_h__Script_GeometryCollectionEngine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Experimental_GeometryCollectionEngine_Public_GeometryCollection_GeometryCollectionCache_h__Script_GeometryCollectionEngine_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|