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,121 @@
// 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 "AvfFileMediaSourceFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeAvfFileMediaSourceFactory() {}
// ********** Begin Cross Module References ********************************************************
AVFMEDIAEDITOR_API UClass* Z_Construct_UClass_UAvfFileMediaSourceFactory();
AVFMEDIAEDITOR_API UClass* Z_Construct_UClass_UAvfFileMediaSourceFactory_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_AvfMediaEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UAvfFileMediaSourceFactory ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UAvfFileMediaSourceFactory;
UClass* UAvfFileMediaSourceFactory::GetPrivateStaticClass()
{
using TClass = UAvfFileMediaSourceFactory;
if (!Z_Registration_Info_UClass_UAvfFileMediaSourceFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("AvfFileMediaSourceFactory"),
Z_Registration_Info_UClass_UAvfFileMediaSourceFactory.InnerSingleton,
StaticRegisterNativesUAvfFileMediaSourceFactory,
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_UAvfFileMediaSourceFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UAvfFileMediaSourceFactory_NoRegister()
{
return UAvfFileMediaSourceFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UAvfFileMediaSourceFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a factory for UFileMediaSource objects.\n */" },
{ "HideCategories", "Object" },
{ "IncludePath", "AvfFileMediaSourceFactory.h" },
{ "ModuleRelativePath", "Private/AvfFileMediaSourceFactory.h" },
{ "ToolTip", "Implements a factory for UFileMediaSource objects." },
};
#endif // WITH_METADATA
// ********** Begin Class UAvfFileMediaSourceFactory constinit property declarations ***************
// ********** End Class UAvfFileMediaSourceFactory constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UAvfFileMediaSourceFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UAvfFileMediaSourceFactory_Statics
UObject* (*const Z_Construct_UClass_UAvfFileMediaSourceFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_AvfMediaEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UAvfFileMediaSourceFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UAvfFileMediaSourceFactory_Statics::ClassParams = {
&UAvfFileMediaSourceFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UAvfFileMediaSourceFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UAvfFileMediaSourceFactory_Statics::Class_MetaDataParams)
};
void UAvfFileMediaSourceFactory::StaticRegisterNativesUAvfFileMediaSourceFactory()
{
}
UClass* Z_Construct_UClass_UAvfFileMediaSourceFactory()
{
if (!Z_Registration_Info_UClass_UAvfFileMediaSourceFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UAvfFileMediaSourceFactory.OuterSingleton, Z_Construct_UClass_UAvfFileMediaSourceFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UAvfFileMediaSourceFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UAvfFileMediaSourceFactory);
UAvfFileMediaSourceFactory::~UAvfFileMediaSourceFactory() {}
// ********** End Class UAvfFileMediaSourceFactory *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_AvfMedia_Source_AvfMediaEditor_Private_AvfFileMediaSourceFactory_h__Script_AvfMediaEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UAvfFileMediaSourceFactory, UAvfFileMediaSourceFactory::StaticClass, TEXT("UAvfFileMediaSourceFactory"), &Z_Registration_Info_UClass_UAvfFileMediaSourceFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UAvfFileMediaSourceFactory), 1615879878U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_AvfMedia_Source_AvfMediaEditor_Private_AvfFileMediaSourceFactory_h__Script_AvfMediaEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_AvfMedia_Source_AvfMediaEditor_Private_AvfFileMediaSourceFactory_h__Script_AvfMediaEditor_2806118901{
TEXT("/Script/AvfMediaEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_AvfMedia_Source_AvfMediaEditor_Private_AvfFileMediaSourceFactory_h__Script_AvfMediaEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_AvfMedia_Source_AvfMediaEditor_Private_AvfFileMediaSourceFactory_h__Script_AvfMediaEditor_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 "AvfFileMediaSourceFactory.h"
#ifdef AVFMEDIAEDITOR_AvfFileMediaSourceFactory_generated_h
#error "AvfFileMediaSourceFactory.generated.h already included, missing '#pragma once' in AvfFileMediaSourceFactory.h"
#endif
#define AVFMEDIAEDITOR_AvfFileMediaSourceFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UAvfFileMediaSourceFactory ***********************************************
struct Z_Construct_UClass_UAvfFileMediaSourceFactory_Statics;
AVFMEDIAEDITOR_API UClass* Z_Construct_UClass_UAvfFileMediaSourceFactory_NoRegister();
#define FID_Engine_Plugins_Media_AvfMedia_Source_AvfMediaEditor_Private_AvfFileMediaSourceFactory_h_18_INCLASS \
private: \
static void StaticRegisterNativesUAvfFileMediaSourceFactory(); \
friend struct ::Z_Construct_UClass_UAvfFileMediaSourceFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend AVFMEDIAEDITOR_API UClass* ::Z_Construct_UClass_UAvfFileMediaSourceFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UAvfFileMediaSourceFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/AvfMediaEditor"), Z_Construct_UClass_UAvfFileMediaSourceFactory_NoRegister) \
DECLARE_SERIALIZER(UAvfFileMediaSourceFactory)
#define FID_Engine_Plugins_Media_AvfMedia_Source_AvfMediaEditor_Private_AvfFileMediaSourceFactory_h_18_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UAvfFileMediaSourceFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UAvfFileMediaSourceFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UAvfFileMediaSourceFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UAvfFileMediaSourceFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UAvfFileMediaSourceFactory(UAvfFileMediaSourceFactory&&) = delete; \
UAvfFileMediaSourceFactory(const UAvfFileMediaSourceFactory&) = delete; \
NO_API virtual ~UAvfFileMediaSourceFactory();
#define FID_Engine_Plugins_Media_AvfMedia_Source_AvfMediaEditor_Private_AvfFileMediaSourceFactory_h_14_PROLOG
#define FID_Engine_Plugins_Media_AvfMedia_Source_AvfMediaEditor_Private_AvfFileMediaSourceFactory_h_18_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_AvfMedia_Source_AvfMediaEditor_Private_AvfFileMediaSourceFactory_h_18_INCLASS \
FID_Engine_Plugins_Media_AvfMedia_Source_AvfMediaEditor_Private_AvfFileMediaSourceFactory_h_18_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UAvfFileMediaSourceFactory;
// ********** End Class UAvfFileMediaSourceFactory *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_AvfMedia_Source_AvfMediaEditor_Private_AvfFileMediaSourceFactory_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 EmptyLinkFunctionForGeneratedCodeAvfMediaEditor_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_AvfMediaEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_AvfMediaEditor()
{
if (!Z_Registration_Info_UPackage__Script_AvfMediaEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/AvfMediaEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0xD3371CFF,
0xAB3FEC6C,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_AvfMediaEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_AvfMediaEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_AvfMediaEditor(Z_Construct_UPackage__Script_AvfMediaEditor, TEXT("/Script/AvfMediaEditor"), Z_Registration_Info_UPackage__Script_AvfMediaEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xD3371CFF, 0xAB3FEC6C));
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 @@
D:\UE_5_7_1\Engine\Plugins\Media\AvfMedia\Source\AvfMediaEditor\Private\AvfFileMediaSourceFactory.h