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,165 @@
// 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 "Animation/MeshDeformerCollection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMeshDeformerCollection() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UDataAsset();
ENGINE_API UClass* Z_Construct_UClass_UMeshDeformer_NoRegister();
ENGINE_API UClass* Z_Construct_UClass_UMeshDeformerCollection();
ENGINE_API UClass* Z_Construct_UClass_UMeshDeformerCollection_NoRegister();
UPackage* Z_Construct_UPackage__Script_Engine();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMeshDeformerCollection **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMeshDeformerCollection;
UClass* UMeshDeformerCollection::GetPrivateStaticClass()
{
using TClass = UMeshDeformerCollection;
if (!Z_Registration_Info_UClass_UMeshDeformerCollection.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MeshDeformerCollection"),
Z_Registration_Info_UClass_UMeshDeformerCollection.InnerSingleton,
StaticRegisterNativesUMeshDeformerCollection,
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_UMeshDeformerCollection.InnerSingleton;
}
UClass* Z_Construct_UClass_UMeshDeformerCollection_NoRegister()
{
return UMeshDeformerCollection::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMeshDeformerCollection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/** A simple collection of Mesh Deformers */" },
{ "IncludePath", "Animation/MeshDeformerCollection.h" },
{ "ModuleRelativePath", "Public/Animation/MeshDeformerCollection.h" },
{ "ToolTip", "A simple collection of Mesh Deformers" },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Description_MetaData[] = {
{ "Category", "Mesh Deformer Collections" },
{ "ModuleRelativePath", "Public/Animation/MeshDeformerCollection.h" },
};
#endif // WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeshDeformers_MetaData[] = {
{ "Category", "Mesh Deformer Collections" },
{ "ModuleRelativePath", "Public/Animation/MeshDeformerCollection.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MeshDeformerCollections_MetaData[] = {
{ "Category", "Mesh Deformer Collections" },
{ "ModuleRelativePath", "Public/Animation/MeshDeformerCollection.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMeshDeformerCollection constinit property declarations ******************
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FStrPropertyParams NewProp_Description;
#endif // WITH_EDITORONLY_DATA
static const UECodeGen_Private::FSoftObjectPropertyParams NewProp_MeshDeformers_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_MeshDeformers;
static const UECodeGen_Private::FObjectPropertyParams NewProp_MeshDeformerCollections_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_MeshDeformerCollections;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMeshDeformerCollection constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMeshDeformerCollection>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMeshDeformerCollection_Statics
// ********** Begin Class UMeshDeformerCollection Property Definitions *****************************
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FStrPropertyParams Z_Construct_UClass_UMeshDeformerCollection_Statics::NewProp_Description = { "Description", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshDeformerCollection, Description), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Description_MetaData), NewProp_Description_MetaData) };
#endif // WITH_EDITORONLY_DATA
const UECodeGen_Private::FSoftObjectPropertyParams Z_Construct_UClass_UMeshDeformerCollection_Statics::NewProp_MeshDeformers_Inner = { "MeshDeformers", nullptr, (EPropertyFlags)0x0004000000000000, UECodeGen_Private::EPropertyGenFlags::SoftObject, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMeshDeformer_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMeshDeformerCollection_Statics::NewProp_MeshDeformers = { "MeshDeformers", nullptr, (EPropertyFlags)0x0014000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshDeformerCollection, MeshDeformers), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeshDeformers_MetaData), NewProp_MeshDeformers_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMeshDeformerCollection_Statics::NewProp_MeshDeformerCollections_Inner = { "MeshDeformerCollections", nullptr, (EPropertyFlags)0x0104000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMeshDeformerCollection_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMeshDeformerCollection_Statics::NewProp_MeshDeformerCollections = { "MeshDeformerCollections", nullptr, (EPropertyFlags)0x0114000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMeshDeformerCollection, MeshDeformerCollections), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MeshDeformerCollections_MetaData), NewProp_MeshDeformerCollections_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMeshDeformerCollection_Statics::PropPointers[] = {
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshDeformerCollection_Statics::NewProp_Description,
#endif // WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshDeformerCollection_Statics::NewProp_MeshDeformers_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshDeformerCollection_Statics::NewProp_MeshDeformers,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshDeformerCollection_Statics::NewProp_MeshDeformerCollections_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMeshDeformerCollection_Statics::NewProp_MeshDeformerCollections,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshDeformerCollection_Statics::PropPointers) < 2048);
// ********** End Class UMeshDeformerCollection Property Definitions *******************************
UObject* (*const Z_Construct_UClass_UMeshDeformerCollection_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UDataAsset,
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshDeformerCollection_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMeshDeformerCollection_Statics::ClassParams = {
&UMeshDeformerCollection::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMeshDeformerCollection_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMeshDeformerCollection_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMeshDeformerCollection_Statics::Class_MetaDataParams), Z_Construct_UClass_UMeshDeformerCollection_Statics::Class_MetaDataParams)
};
void UMeshDeformerCollection::StaticRegisterNativesUMeshDeformerCollection()
{
}
UClass* Z_Construct_UClass_UMeshDeformerCollection()
{
if (!Z_Registration_Info_UClass_UMeshDeformerCollection.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMeshDeformerCollection.OuterSingleton, Z_Construct_UClass_UMeshDeformerCollection_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMeshDeformerCollection.OuterSingleton;
}
UMeshDeformerCollection::UMeshDeformerCollection(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMeshDeformerCollection);
UMeshDeformerCollection::~UMeshDeformerCollection() {}
// ********** End Class UMeshDeformerCollection ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_MeshDeformerCollection_h__Script_Engine_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMeshDeformerCollection, UMeshDeformerCollection::StaticClass, TEXT("UMeshDeformerCollection"), &Z_Registration_Info_UClass_UMeshDeformerCollection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMeshDeformerCollection), 3908797095U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_MeshDeformerCollection_h__Script_Engine_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_MeshDeformerCollection_h__Script_Engine_3240136715{
TEXT("/Script/Engine"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_MeshDeformerCollection_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Public_Animation_MeshDeformerCollection_h__Script_Engine_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS