Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,119 @@
// 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/ActorFactoryGeometryCollection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeActorFactoryGeometryCollection() {}
// ********** Begin Cross Module References ********************************************************
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UActorFactoryGeometryCollection();
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UActorFactoryGeometryCollection_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UActorFactory();
UPackage* Z_Construct_UPackage__Script_GeometryCollectionEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UActorFactoryGeometryCollection ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UActorFactoryGeometryCollection;
UClass* UActorFactoryGeometryCollection::GetPrivateStaticClass()
{
using TClass = UActorFactoryGeometryCollection;
if (!Z_Registration_Info_UClass_UActorFactoryGeometryCollection.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("ActorFactoryGeometryCollection"),
Z_Registration_Info_UClass_UActorFactoryGeometryCollection.InnerSingleton,
StaticRegisterNativesUActorFactoryGeometryCollection,
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_UActorFactoryGeometryCollection.InnerSingleton;
}
UClass* Z_Construct_UClass_UActorFactoryGeometryCollection_NoRegister()
{
return UActorFactoryGeometryCollection::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UActorFactoryGeometryCollection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "GeometryCollection/ActorFactoryGeometryCollection.h" },
{ "ModuleRelativePath", "Private/GeometryCollection/ActorFactoryGeometryCollection.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UActorFactoryGeometryCollection constinit property declarations **********
// ********** End Class UActorFactoryGeometryCollection constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UActorFactoryGeometryCollection>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UActorFactoryGeometryCollection_Statics
UObject* (*const Z_Construct_UClass_UActorFactoryGeometryCollection_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UActorFactory,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UActorFactoryGeometryCollection_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UActorFactoryGeometryCollection_Statics::ClassParams = {
&UActorFactoryGeometryCollection::StaticClass,
"Editor",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000830ACu,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UActorFactoryGeometryCollection_Statics::Class_MetaDataParams), Z_Construct_UClass_UActorFactoryGeometryCollection_Statics::Class_MetaDataParams)
};
void UActorFactoryGeometryCollection::StaticRegisterNativesUActorFactoryGeometryCollection()
{
}
UClass* Z_Construct_UClass_UActorFactoryGeometryCollection()
{
if (!Z_Registration_Info_UClass_UActorFactoryGeometryCollection.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UActorFactoryGeometryCollection.OuterSingleton, Z_Construct_UClass_UActorFactoryGeometryCollection_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UActorFactoryGeometryCollection.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UActorFactoryGeometryCollection);
UActorFactoryGeometryCollection::~UActorFactoryGeometryCollection() {}
// ********** End Class UActorFactoryGeometryCollection ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Private_GeometryCollection_ActorFactoryGeometryCollection_h__Script_GeometryCollectionEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UActorFactoryGeometryCollection, UActorFactoryGeometryCollection::StaticClass, TEXT("UActorFactoryGeometryCollection"), &Z_Registration_Info_UClass_UActorFactoryGeometryCollection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UActorFactoryGeometryCollection), 3903890315U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Private_GeometryCollection_ActorFactoryGeometryCollection_h__Script_GeometryCollectionEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Private_GeometryCollection_ActorFactoryGeometryCollection_h__Script_GeometryCollectionEditor_2602566954{
TEXT("/Script/GeometryCollectionEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Private_GeometryCollection_ActorFactoryGeometryCollection_h__Script_GeometryCollectionEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Private_GeometryCollection_ActorFactoryGeometryCollection_h__Script_GeometryCollectionEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GeometryCollection/ActorFactoryGeometryCollection.h"
#ifdef GEOMETRYCOLLECTIONEDITOR_ActorFactoryGeometryCollection_generated_h
#error "ActorFactoryGeometryCollection.generated.h already included, missing '#pragma once' in ActorFactoryGeometryCollection.h"
#endif
#define GEOMETRYCOLLECTIONEDITOR_ActorFactoryGeometryCollection_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UActorFactoryGeometryCollection ******************************************
struct Z_Construct_UClass_UActorFactoryGeometryCollection_Statics;
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UActorFactoryGeometryCollection_NoRegister();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Private_GeometryCollection_ActorFactoryGeometryCollection_h_17_INCLASS \
private: \
static void StaticRegisterNativesUActorFactoryGeometryCollection(); \
friend struct ::Z_Construct_UClass_UActorFactoryGeometryCollection_Statics; \
static UClass* GetPrivateStaticClass(); \
friend GEOMETRYCOLLECTIONEDITOR_API UClass* ::Z_Construct_UClass_UActorFactoryGeometryCollection_NoRegister(); \
public: \
DECLARE_CLASS2(UActorFactoryGeometryCollection, UActorFactory, COMPILED_IN_FLAGS(0 | CLASS_Transient | CLASS_Config), CASTCLASS_None, TEXT("/Script/GeometryCollectionEditor"), Z_Construct_UClass_UActorFactoryGeometryCollection_NoRegister) \
DECLARE_SERIALIZER(UActorFactoryGeometryCollection)
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Private_GeometryCollection_ActorFactoryGeometryCollection_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
GEOMETRYCOLLECTIONEDITOR_API UActorFactoryGeometryCollection(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UActorFactoryGeometryCollection) \
DECLARE_VTABLE_PTR_HELPER_CTOR(GEOMETRYCOLLECTIONEDITOR_API, UActorFactoryGeometryCollection); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UActorFactoryGeometryCollection); \
/** Deleted move- and copy-constructors, should never be used */ \
UActorFactoryGeometryCollection(UActorFactoryGeometryCollection&&) = delete; \
UActorFactoryGeometryCollection(const UActorFactoryGeometryCollection&) = delete; \
GEOMETRYCOLLECTIONEDITOR_API virtual ~UActorFactoryGeometryCollection();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Private_GeometryCollection_ActorFactoryGeometryCollection_h_14_PROLOG
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Private_GeometryCollection_ActorFactoryGeometryCollection_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Private_GeometryCollection_ActorFactoryGeometryCollection_h_17_INCLASS \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Private_GeometryCollection_ActorFactoryGeometryCollection_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UActorFactoryGeometryCollection;
// ********** End Class UActorFactoryGeometryCollection ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Private_GeometryCollection_ActorFactoryGeometryCollection_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,119 @@
// 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/AssetDefinition_GeometryCollection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAssetDefinition_GeometryCollection() {}
// ********** Begin Cross Module References ********************************************************
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_GeometryCollection();
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_GeometryCollection_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UAssetDefinitionDefault();
UPackage* Z_Construct_UPackage__Script_GeometryCollectionEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAssetDefinition_GeometryCollection **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAssetDefinition_GeometryCollection;
UClass* UAssetDefinition_GeometryCollection::GetPrivateStaticClass()
{
using TClass = UAssetDefinition_GeometryCollection;
if (!Z_Registration_Info_UClass_UAssetDefinition_GeometryCollection.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AssetDefinition_GeometryCollection"),
Z_Registration_Info_UClass_UAssetDefinition_GeometryCollection.InnerSingleton,
StaticRegisterNativesUAssetDefinition_GeometryCollection,
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_UAssetDefinition_GeometryCollection.InnerSingleton;
}
UClass* Z_Construct_UClass_UAssetDefinition_GeometryCollection_NoRegister()
{
return UAssetDefinition_GeometryCollection::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAssetDefinition_GeometryCollection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "GeometryCollection/AssetDefinition_GeometryCollection.h" },
{ "ModuleRelativePath", "Public/GeometryCollection/AssetDefinition_GeometryCollection.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAssetDefinition_GeometryCollection constinit property declarations ******
// ********** End Class UAssetDefinition_GeometryCollection constinit property declarations ********
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAssetDefinition_GeometryCollection>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAssetDefinition_GeometryCollection_Statics
UObject* (*const Z_Construct_UClass_UAssetDefinition_GeometryCollection_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UAssetDefinitionDefault,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_GeometryCollection_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAssetDefinition_GeometryCollection_Statics::ClassParams = {
&UAssetDefinition_GeometryCollection::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAssetDefinition_GeometryCollection_Statics::Class_MetaDataParams), Z_Construct_UClass_UAssetDefinition_GeometryCollection_Statics::Class_MetaDataParams)
};
void UAssetDefinition_GeometryCollection::StaticRegisterNativesUAssetDefinition_GeometryCollection()
{
}
UClass* Z_Construct_UClass_UAssetDefinition_GeometryCollection()
{
if (!Z_Registration_Info_UClass_UAssetDefinition_GeometryCollection.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAssetDefinition_GeometryCollection.OuterSingleton, Z_Construct_UClass_UAssetDefinition_GeometryCollection_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAssetDefinition_GeometryCollection.OuterSingleton;
}
UAssetDefinition_GeometryCollection::UAssetDefinition_GeometryCollection() {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAssetDefinition_GeometryCollection);
UAssetDefinition_GeometryCollection::~UAssetDefinition_GeometryCollection() {}
// ********** End Class UAssetDefinition_GeometryCollection ****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_AssetDefinition_GeometryCollection_h__Script_GeometryCollectionEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAssetDefinition_GeometryCollection, UAssetDefinition_GeometryCollection::StaticClass, TEXT("UAssetDefinition_GeometryCollection"), &Z_Registration_Info_UClass_UAssetDefinition_GeometryCollection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAssetDefinition_GeometryCollection), 3164191708U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_AssetDefinition_GeometryCollection_h__Script_GeometryCollectionEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_AssetDefinition_GeometryCollection_h__Script_GeometryCollectionEditor_287254563{
TEXT("/Script/GeometryCollectionEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_AssetDefinition_GeometryCollection_h__Script_GeometryCollectionEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_AssetDefinition_GeometryCollection_h__Script_GeometryCollectionEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GeometryCollection/AssetDefinition_GeometryCollection.h"
#ifdef GEOMETRYCOLLECTIONEDITOR_AssetDefinition_GeometryCollection_generated_h
#error "AssetDefinition_GeometryCollection.generated.h already included, missing '#pragma once' in AssetDefinition_GeometryCollection.h"
#endif
#define GEOMETRYCOLLECTIONEDITOR_AssetDefinition_GeometryCollection_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UAssetDefinition_GeometryCollection **************************************
struct Z_Construct_UClass_UAssetDefinition_GeometryCollection_Statics;
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UAssetDefinition_GeometryCollection_NoRegister();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_AssetDefinition_GeometryCollection_h_14_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUAssetDefinition_GeometryCollection(); \
friend struct ::Z_Construct_UClass_UAssetDefinition_GeometryCollection_Statics; \
static UClass* GetPrivateStaticClass(); \
friend GEOMETRYCOLLECTIONEDITOR_API UClass* ::Z_Construct_UClass_UAssetDefinition_GeometryCollection_NoRegister(); \
public: \
DECLARE_CLASS2(UAssetDefinition_GeometryCollection, UAssetDefinitionDefault, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/GeometryCollectionEditor"), Z_Construct_UClass_UAssetDefinition_GeometryCollection_NoRegister) \
DECLARE_SERIALIZER(UAssetDefinition_GeometryCollection)
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_AssetDefinition_GeometryCollection_h_14_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
GEOMETRYCOLLECTIONEDITOR_API UAssetDefinition_GeometryCollection(); \
/** Deleted move- and copy-constructors, should never be used */ \
UAssetDefinition_GeometryCollection(UAssetDefinition_GeometryCollection&&) = delete; \
UAssetDefinition_GeometryCollection(const UAssetDefinition_GeometryCollection&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(GEOMETRYCOLLECTIONEDITOR_API, UAssetDefinition_GeometryCollection); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAssetDefinition_GeometryCollection); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UAssetDefinition_GeometryCollection) \
GEOMETRYCOLLECTIONEDITOR_API virtual ~UAssetDefinition_GeometryCollection();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_AssetDefinition_GeometryCollection_h_11_PROLOG
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_AssetDefinition_GeometryCollection_h_14_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_AssetDefinition_GeometryCollection_h_14_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_AssetDefinition_GeometryCollection_h_14_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAssetDefinition_GeometryCollection;
// ********** End Class UAssetDefinition_GeometryCollection ****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_AssetDefinition_GeometryCollection_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,135 @@
// 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/GeometryCollectionCacheFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGeometryCollectionCacheFactory() {}
// ********** Begin Cross Module References ********************************************************
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UGeometryCollectionCacheFactory();
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UGeometryCollectionCacheFactory_NoRegister();
GEOMETRYCOLLECTIONENGINE_API UClass* Z_Construct_UClass_UGeometryCollection_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_GeometryCollectionEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGeometryCollectionCacheFactory ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometryCollectionCacheFactory;
UClass* UGeometryCollectionCacheFactory::GetPrivateStaticClass()
{
using TClass = UGeometryCollectionCacheFactory;
if (!Z_Registration_Info_UClass_UGeometryCollectionCacheFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometryCollectionCacheFactory"),
Z_Registration_Info_UClass_UGeometryCollectionCacheFactory.InnerSingleton,
StaticRegisterNativesUGeometryCollectionCacheFactory,
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_UGeometryCollectionCacheFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UGeometryCollectionCacheFactory_NoRegister()
{
return UGeometryCollectionCacheFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "DevelopmentStatus", "Experimental" },
{ "IncludePath", "GeometryCollection/GeometryCollectionCacheFactory.h" },
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionCacheFactory.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TargetCollection_MetaData[] = {
{ "Comment", "/** Config properties required for CreateNew */" },
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionCacheFactory.h" },
{ "ToolTip", "Config properties required for CreateNew" },
};
#endif // WITH_METADATA
// ********** Begin Class UGeometryCollectionCacheFactory constinit property declarations **********
static const UECodeGen_Private::FObjectPropertyParams NewProp_TargetCollection;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UGeometryCollectionCacheFactory constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGeometryCollectionCacheFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics
// ********** Begin Class UGeometryCollectionCacheFactory Property Definitions *********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics::NewProp_TargetCollection = { "TargetCollection", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UGeometryCollectionCacheFactory, TargetCollection), Z_Construct_UClass_UGeometryCollection_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TargetCollection_MetaData), NewProp_TargetCollection_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics::NewProp_TargetCollection,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics::PropPointers) < 2048);
// ********** End Class UGeometryCollectionCacheFactory Property Definitions ***********************
UObject* (*const Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics::ClassParams = {
&UGeometryCollectionCacheFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics::PropPointers),
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics::Class_MetaDataParams)
};
void UGeometryCollectionCacheFactory::StaticRegisterNativesUGeometryCollectionCacheFactory()
{
}
UClass* Z_Construct_UClass_UGeometryCollectionCacheFactory()
{
if (!Z_Registration_Info_UClass_UGeometryCollectionCacheFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometryCollectionCacheFactory.OuterSingleton, Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGeometryCollectionCacheFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometryCollectionCacheFactory);
UGeometryCollectionCacheFactory::~UGeometryCollectionCacheFactory() {}
// ********** End Class UGeometryCollectionCacheFactory ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionCacheFactory_h__Script_GeometryCollectionEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGeometryCollectionCacheFactory, UGeometryCollectionCacheFactory::StaticClass, TEXT("UGeometryCollectionCacheFactory"), &Z_Registration_Info_UClass_UGeometryCollectionCacheFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometryCollectionCacheFactory), 788422512U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionCacheFactory_h__Script_GeometryCollectionEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionCacheFactory_h__Script_GeometryCollectionEditor_2233547220{
TEXT("/Script/GeometryCollectionEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionCacheFactory_h__Script_GeometryCollectionEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionCacheFactory_h__Script_GeometryCollectionEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GeometryCollection/GeometryCollectionCacheFactory.h"
#ifdef GEOMETRYCOLLECTIONEDITOR_GeometryCollectionCacheFactory_generated_h
#error "GeometryCollectionCacheFactory.generated.h already included, missing '#pragma once' in GeometryCollectionCacheFactory.h"
#endif
#define GEOMETRYCOLLECTIONEDITOR_GeometryCollectionCacheFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UGeometryCollectionCacheFactory ******************************************
struct Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics;
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UGeometryCollectionCacheFactory_NoRegister();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionCacheFactory_h_16_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUGeometryCollectionCacheFactory(); \
friend struct ::Z_Construct_UClass_UGeometryCollectionCacheFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend GEOMETRYCOLLECTIONEDITOR_API UClass* ::Z_Construct_UClass_UGeometryCollectionCacheFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UGeometryCollectionCacheFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/GeometryCollectionEditor"), Z_Construct_UClass_UGeometryCollectionCacheFactory_NoRegister) \
DECLARE_SERIALIZER(UGeometryCollectionCacheFactory)
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionCacheFactory_h_16_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UGeometryCollectionCacheFactory(UGeometryCollectionCacheFactory&&) = delete; \
UGeometryCollectionCacheFactory(const UGeometryCollectionCacheFactory&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UGeometryCollectionCacheFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGeometryCollectionCacheFactory); \
DEFINE_DEFAULT_CONSTRUCTOR_CALL(UGeometryCollectionCacheFactory) \
NO_API virtual ~UGeometryCollectionCacheFactory();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionCacheFactory_h_13_PROLOG
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionCacheFactory_h_16_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionCacheFactory_h_16_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionCacheFactory_h_16_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGeometryCollectionCacheFactory;
// ********** End Class UGeometryCollectionCacheFactory ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionCacheFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,29 @@
// 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"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeGeometryCollectionEditor_init() {}
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); static FPackageRegistrationInfo Z_Registration_Info_UPackage__Script_GeometryCollectionEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_GeometryCollectionEditor()
{
if (!Z_Registration_Info_UPackage__Script_GeometryCollectionEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/GeometryCollectionEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x3281CD11,
0xBEBB6024,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_GeometryCollectionEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_GeometryCollectionEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_GeometryCollectionEditor(Z_Construct_UPackage__Script_GeometryCollectionEditor, TEXT("/Script/GeometryCollectionEditor"), Z_Registration_Info_UPackage__Script_GeometryCollectionEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x3281CD11, 0xBEBB6024));
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#pragma once

View File

@@ -0,0 +1,120 @@
// 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/GeometryCollectionFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGeometryCollectionFactory() {}
// ********** Begin Cross Module References ********************************************************
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UGeometryCollectionFactory();
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UGeometryCollectionFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_GeometryCollectionEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGeometryCollectionFactory ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometryCollectionFactory;
UClass* UGeometryCollectionFactory::GetPrivateStaticClass()
{
using TClass = UGeometryCollectionFactory;
if (!Z_Registration_Info_UClass_UGeometryCollectionFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometryCollectionFactory"),
Z_Registration_Info_UClass_UGeometryCollectionFactory.InnerSingleton,
StaticRegisterNativesUGeometryCollectionFactory,
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_UGeometryCollectionFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UGeometryCollectionFactory_NoRegister()
{
return UGeometryCollectionFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGeometryCollectionFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n* Factory for Simple Cube\n*/" },
{ "IncludePath", "GeometryCollection/GeometryCollectionFactory.h" },
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionFactory.h" },
{ "ToolTip", "Factory for Simple Cube" },
};
#endif // WITH_METADATA
// ********** Begin Class UGeometryCollectionFactory constinit property declarations ***************
// ********** End Class UGeometryCollectionFactory constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGeometryCollectionFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGeometryCollectionFactory_Statics
UObject* (*const Z_Construct_UClass_UGeometryCollectionFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometryCollectionFactory_Statics::ClassParams = {
&UGeometryCollectionFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometryCollectionFactory_Statics::Class_MetaDataParams)
};
void UGeometryCollectionFactory::StaticRegisterNativesUGeometryCollectionFactory()
{
}
UClass* Z_Construct_UClass_UGeometryCollectionFactory()
{
if (!Z_Registration_Info_UClass_UGeometryCollectionFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometryCollectionFactory.OuterSingleton, Z_Construct_UClass_UGeometryCollectionFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGeometryCollectionFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometryCollectionFactory);
UGeometryCollectionFactory::~UGeometryCollectionFactory() {}
// ********** End Class UGeometryCollectionFactory *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionFactory_h__Script_GeometryCollectionEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGeometryCollectionFactory, UGeometryCollectionFactory::StaticClass, TEXT("UGeometryCollectionFactory"), &Z_Registration_Info_UClass_UGeometryCollectionFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometryCollectionFactory), 2234778562U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionFactory_h__Script_GeometryCollectionEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionFactory_h__Script_GeometryCollectionEditor_2699212919{
TEXT("/Script/GeometryCollectionEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionFactory_h__Script_GeometryCollectionEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionFactory_h__Script_GeometryCollectionEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GeometryCollection/GeometryCollectionFactory.h"
#ifdef GEOMETRYCOLLECTIONEDITOR_GeometryCollectionFactory_generated_h
#error "GeometryCollectionFactory.generated.h already included, missing '#pragma once' in GeometryCollectionFactory.h"
#endif
#define GEOMETRYCOLLECTIONEDITOR_GeometryCollectionFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UGeometryCollectionFactory ***********************************************
struct Z_Construct_UClass_UGeometryCollectionFactory_Statics;
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UGeometryCollectionFactory_NoRegister();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionFactory_h_28_INCLASS \
private: \
static void StaticRegisterNativesUGeometryCollectionFactory(); \
friend struct ::Z_Construct_UClass_UGeometryCollectionFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend GEOMETRYCOLLECTIONEDITOR_API UClass* ::Z_Construct_UClass_UGeometryCollectionFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UGeometryCollectionFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/GeometryCollectionEditor"), Z_Construct_UClass_UGeometryCollectionFactory_NoRegister) \
DECLARE_SERIALIZER(UGeometryCollectionFactory)
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionFactory_h_28_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
GEOMETRYCOLLECTIONEDITOR_API UGeometryCollectionFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGeometryCollectionFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(GEOMETRYCOLLECTIONEDITOR_API, UGeometryCollectionFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGeometryCollectionFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UGeometryCollectionFactory(UGeometryCollectionFactory&&) = delete; \
UGeometryCollectionFactory(const UGeometryCollectionFactory&) = delete; \
GEOMETRYCOLLECTIONEDITOR_API virtual ~UGeometryCollectionFactory();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionFactory_h_25_PROLOG
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionFactory_h_28_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionFactory_h_28_INCLASS \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionFactory_h_28_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGeometryCollectionFactory;
// ********** End Class UGeometryCollectionFactory *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,118 @@
// 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/GeometryCollectionThumbnailRenderer.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGeometryCollectionThumbnailRenderer() {}
// ********** Begin Cross Module References ********************************************************
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UGeometryCollectionThumbnailRenderer();
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UDefaultSizedThumbnailRenderer();
UPackage* Z_Construct_UPackage__Script_GeometryCollectionEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGeometryCollectionThumbnailRenderer *************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGeometryCollectionThumbnailRenderer;
UClass* UGeometryCollectionThumbnailRenderer::GetPrivateStaticClass()
{
using TClass = UGeometryCollectionThumbnailRenderer;
if (!Z_Registration_Info_UClass_UGeometryCollectionThumbnailRenderer.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GeometryCollectionThumbnailRenderer"),
Z_Registration_Info_UClass_UGeometryCollectionThumbnailRenderer.InnerSingleton,
StaticRegisterNativesUGeometryCollectionThumbnailRenderer,
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_UGeometryCollectionThumbnailRenderer.InnerSingleton;
}
UClass* Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_NoRegister()
{
return UGeometryCollectionThumbnailRenderer::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "GeometryCollection/GeometryCollectionThumbnailRenderer.h" },
{ "ModuleRelativePath", "Public/GeometryCollection/GeometryCollectionThumbnailRenderer.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UGeometryCollectionThumbnailRenderer constinit property declarations *****
// ********** End Class UGeometryCollectionThumbnailRenderer constinit property declarations *******
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGeometryCollectionThumbnailRenderer>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_Statics
UObject* (*const Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDefaultSizedThumbnailRenderer,
(UObject* (*)())Z_Construct_UPackage__Script_GeometryCollectionEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_Statics::ClassParams = {
&UGeometryCollectionThumbnailRenderer::StaticClass,
"Editor",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_Statics::Class_MetaDataParams), Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_Statics::Class_MetaDataParams)
};
void UGeometryCollectionThumbnailRenderer::StaticRegisterNativesUGeometryCollectionThumbnailRenderer()
{
}
UClass* Z_Construct_UClass_UGeometryCollectionThumbnailRenderer()
{
if (!Z_Registration_Info_UClass_UGeometryCollectionThumbnailRenderer.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGeometryCollectionThumbnailRenderer.OuterSingleton, Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGeometryCollectionThumbnailRenderer.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGeometryCollectionThumbnailRenderer);
UGeometryCollectionThumbnailRenderer::~UGeometryCollectionThumbnailRenderer() {}
// ********** End Class UGeometryCollectionThumbnailRenderer ***************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionThumbnailRenderer_h__Script_GeometryCollectionEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGeometryCollectionThumbnailRenderer, UGeometryCollectionThumbnailRenderer::StaticClass, TEXT("UGeometryCollectionThumbnailRenderer"), &Z_Registration_Info_UClass_UGeometryCollectionThumbnailRenderer, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGeometryCollectionThumbnailRenderer), 1079559630U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionThumbnailRenderer_h__Script_GeometryCollectionEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionThumbnailRenderer_h__Script_GeometryCollectionEditor_3625704503{
TEXT("/Script/GeometryCollectionEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionThumbnailRenderer_h__Script_GeometryCollectionEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionThumbnailRenderer_h__Script_GeometryCollectionEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,63 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
// IWYU pragma: private, include "GeometryCollection/GeometryCollectionThumbnailRenderer.h"
#ifdef GEOMETRYCOLLECTIONEDITOR_GeometryCollectionThumbnailRenderer_generated_h
#error "GeometryCollectionThumbnailRenderer.generated.h already included, missing '#pragma once' in GeometryCollectionThumbnailRenderer.h"
#endif
#define GEOMETRYCOLLECTIONEDITOR_GeometryCollectionThumbnailRenderer_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UGeometryCollectionThumbnailRenderer *************************************
struct Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_Statics;
GEOMETRYCOLLECTIONEDITOR_API UClass* Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_NoRegister();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionThumbnailRenderer_h_22_INCLASS \
private: \
static void StaticRegisterNativesUGeometryCollectionThumbnailRenderer(); \
friend struct ::Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_Statics; \
static UClass* GetPrivateStaticClass(); \
friend GEOMETRYCOLLECTIONEDITOR_API UClass* ::Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_NoRegister(); \
public: \
DECLARE_CLASS2(UGeometryCollectionThumbnailRenderer, UDefaultSizedThumbnailRenderer, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/GeometryCollectionEditor"), Z_Construct_UClass_UGeometryCollectionThumbnailRenderer_NoRegister) \
DECLARE_SERIALIZER(UGeometryCollectionThumbnailRenderer)
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionThumbnailRenderer_h_22_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
GEOMETRYCOLLECTIONEDITOR_API UGeometryCollectionThumbnailRenderer(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UGeometryCollectionThumbnailRenderer) \
DECLARE_VTABLE_PTR_HELPER_CTOR(GEOMETRYCOLLECTIONEDITOR_API, UGeometryCollectionThumbnailRenderer); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UGeometryCollectionThumbnailRenderer); \
/** Deleted move- and copy-constructors, should never be used */ \
UGeometryCollectionThumbnailRenderer(UGeometryCollectionThumbnailRenderer&&) = delete; \
UGeometryCollectionThumbnailRenderer(const UGeometryCollectionThumbnailRenderer&) = delete; \
GEOMETRYCOLLECTIONEDITOR_API virtual ~UGeometryCollectionThumbnailRenderer();
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionThumbnailRenderer_h_19_PROLOG
#define FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionThumbnailRenderer_h_22_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionThumbnailRenderer_h_22_INCLASS \
FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionThumbnailRenderer_h_22_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UGeometryCollectionThumbnailRenderer;
// ********** End Class UGeometryCollectionThumbnailRenderer ***************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Experimental_GeometryCollectionPlugin_Source_GeometryCollectionEditor_Public_GeometryCollection_GeometryCollectionThumbnailRenderer_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,5 @@
D:\UE_5_7_1\Engine\Plugins\Experimental\GeometryCollectionPlugin\Source\GeometryCollectionEditor\Public\GeometryCollection\AssetDefinition_GeometryCollection.h
D:\UE_5_7_1\Engine\Plugins\Experimental\GeometryCollectionPlugin\Source\GeometryCollectionEditor\Public\GeometryCollection\GeometryCollectionCacheFactory.h
D:\UE_5_7_1\Engine\Plugins\Experimental\GeometryCollectionPlugin\Source\GeometryCollectionEditor\Public\GeometryCollection\GeometryCollectionFactory.h
D:\UE_5_7_1\Engine\Plugins\Experimental\GeometryCollectionPlugin\Source\GeometryCollectionEditor\Public\GeometryCollection\GeometryCollectionThumbnailRenderer.h
D:\UE_5_7_1\Engine\Plugins\Experimental\GeometryCollectionPlugin\Source\GeometryCollectionEditor\Private\GeometryCollection\ActorFactoryGeometryCollection.h