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,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 EmptyLinkFunctionForGeneratedCodeAnimationSharingEd_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_AnimationSharingEd;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_AnimationSharingEd()
{
if (!Z_Registration_Info_UPackage__Script_AnimationSharingEd.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/AnimationSharingEd",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0xED2315ED,
0xDEA7F3C0,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_AnimationSharingEd.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_AnimationSharingEd.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_AnimationSharingEd(Z_Construct_UPackage__Script_AnimationSharingEd, TEXT("/Script/AnimationSharingEd"), Z_Registration_Info_UPackage__Script_AnimationSharingEd, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xED2315ED, 0xDEA7F3C0));
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,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 "AnimationSharingSetupFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAnimationSharingSetupFactory() {}
// ********** Begin Cross Module References ********************************************************
ANIMATIONSHARINGED_API UClass* Z_Construct_UClass_UAnimationSharingSetupFactory();
ANIMATIONSHARINGED_API UClass* Z_Construct_UClass_UAnimationSharingSetupFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_AnimationSharingEd();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAnimationSharingSetupFactory ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAnimationSharingSetupFactory;
UClass* UAnimationSharingSetupFactory::GetPrivateStaticClass()
{
using TClass = UAnimationSharingSetupFactory;
if (!Z_Registration_Info_UClass_UAnimationSharingSetupFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AnimationSharingSetupFactory"),
Z_Registration_Info_UClass_UAnimationSharingSetupFactory.InnerSingleton,
StaticRegisterNativesUAnimationSharingSetupFactory,
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_UAnimationSharingSetupFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UAnimationSharingSetupFactory_NoRegister()
{
return UAnimationSharingSetupFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAnimationSharingSetupFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "HideCategories", "Object" },
{ "IncludePath", "AnimationSharingSetupFactory.h" },
{ "ModuleRelativePath", "Public/AnimationSharingSetupFactory.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UAnimationSharingSetupFactory constinit property declarations ************
// ********** End Class UAnimationSharingSetupFactory constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAnimationSharingSetupFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAnimationSharingSetupFactory_Statics
UObject* (*const Z_Construct_UClass_UAnimationSharingSetupFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_AnimationSharingEd,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimationSharingSetupFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAnimationSharingSetupFactory_Statics::ClassParams = {
&UAnimationSharingSetupFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAnimationSharingSetupFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UAnimationSharingSetupFactory_Statics::Class_MetaDataParams)
};
void UAnimationSharingSetupFactory::StaticRegisterNativesUAnimationSharingSetupFactory()
{
}
UClass* Z_Construct_UClass_UAnimationSharingSetupFactory()
{
if (!Z_Registration_Info_UClass_UAnimationSharingSetupFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAnimationSharingSetupFactory.OuterSingleton, Z_Construct_UClass_UAnimationSharingSetupFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAnimationSharingSetupFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAnimationSharingSetupFactory);
UAnimationSharingSetupFactory::~UAnimationSharingSetupFactory() {}
// ********** End Class UAnimationSharingSetupFactory **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Developer_AnimationSharing_Source_AnimationSharingEd_Public_AnimationSharingSetupFactory_h__Script_AnimationSharingEd_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAnimationSharingSetupFactory, UAnimationSharingSetupFactory::StaticClass, TEXT("UAnimationSharingSetupFactory"), &Z_Registration_Info_UClass_UAnimationSharingSetupFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAnimationSharingSetupFactory), 2875411647U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Developer_AnimationSharing_Source_AnimationSharingEd_Public_AnimationSharingSetupFactory_h__Script_AnimationSharingEd_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Developer_AnimationSharing_Source_AnimationSharingEd_Public_AnimationSharingSetupFactory_h__Script_AnimationSharingEd_940022919{
TEXT("/Script/AnimationSharingEd"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Developer_AnimationSharing_Source_AnimationSharingEd_Public_AnimationSharingSetupFactory_h__Script_AnimationSharingEd_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Developer_AnimationSharing_Source_AnimationSharingEd_Public_AnimationSharingSetupFactory_h__Script_AnimationSharingEd_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 "AnimationSharingSetupFactory.h"
#ifdef ANIMATIONSHARINGED_AnimationSharingSetupFactory_generated_h
#error "AnimationSharingSetupFactory.generated.h already included, missing '#pragma once' in AnimationSharingSetupFactory.h"
#endif
#define ANIMATIONSHARINGED_AnimationSharingSetupFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UAnimationSharingSetupFactory ********************************************
struct Z_Construct_UClass_UAnimationSharingSetupFactory_Statics;
ANIMATIONSHARINGED_API UClass* Z_Construct_UClass_UAnimationSharingSetupFactory_NoRegister();
#define FID_Engine_Plugins_Developer_AnimationSharing_Source_AnimationSharingEd_Public_AnimationSharingSetupFactory_h_14_INCLASS \
private: \
static void StaticRegisterNativesUAnimationSharingSetupFactory(); \
friend struct ::Z_Construct_UClass_UAnimationSharingSetupFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend ANIMATIONSHARINGED_API UClass* ::Z_Construct_UClass_UAnimationSharingSetupFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UAnimationSharingSetupFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AnimationSharingEd"), Z_Construct_UClass_UAnimationSharingSetupFactory_NoRegister) \
DECLARE_SERIALIZER(UAnimationSharingSetupFactory)
#define FID_Engine_Plugins_Developer_AnimationSharing_Source_AnimationSharingEd_Public_AnimationSharingSetupFactory_h_14_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
ANIMATIONSHARINGED_API UAnimationSharingSetupFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAnimationSharingSetupFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(ANIMATIONSHARINGED_API, UAnimationSharingSetupFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAnimationSharingSetupFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UAnimationSharingSetupFactory(UAnimationSharingSetupFactory&&) = delete; \
UAnimationSharingSetupFactory(const UAnimationSharingSetupFactory&) = delete; \
ANIMATIONSHARINGED_API virtual ~UAnimationSharingSetupFactory();
#define FID_Engine_Plugins_Developer_AnimationSharing_Source_AnimationSharingEd_Public_AnimationSharingSetupFactory_h_11_PROLOG
#define FID_Engine_Plugins_Developer_AnimationSharing_Source_AnimationSharingEd_Public_AnimationSharingSetupFactory_h_14_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Developer_AnimationSharing_Source_AnimationSharingEd_Public_AnimationSharingSetupFactory_h_14_INCLASS \
FID_Engine_Plugins_Developer_AnimationSharing_Source_AnimationSharingEd_Public_AnimationSharingSetupFactory_h_14_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAnimationSharingSetupFactory;
// ********** End Class UAnimationSharingSetupFactory **********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Developer_AnimationSharing_Source_AnimationSharingEd_Public_AnimationSharingSetupFactory_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1 @@
D:\UE_5_7_1\Engine\Plugins\Developer\AnimationSharing\Source\AnimationSharingEd\Public\AnimationSharingSetupFactory.h