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 @@
D:\UE_5_7_1\Engine\Plugins\Media\WebMMedia\Source\WebMMediaEditor\Private\WebMFileMediaSourceFactory.h

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 "WebMFileMediaSourceFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeWebMFileMediaSourceFactory() {}
// ********** Begin Cross Module References ********************************************************
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_WebMMediaEditor();
WEBMMEDIAEDITOR_API UClass* Z_Construct_UClass_UWebMPlatFileMediaSourceFactory();
WEBMMEDIAEDITOR_API UClass* Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_NoRegister();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UWebMPlatFileMediaSourceFactory ******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UWebMPlatFileMediaSourceFactory;
UClass* UWebMPlatFileMediaSourceFactory::GetPrivateStaticClass()
{
using TClass = UWebMPlatFileMediaSourceFactory;
if (!Z_Registration_Info_UClass_UWebMPlatFileMediaSourceFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("WebMPlatFileMediaSourceFactory"),
Z_Registration_Info_UClass_UWebMPlatFileMediaSourceFactory.InnerSingleton,
StaticRegisterNativesUWebMPlatFileMediaSourceFactory,
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_UWebMPlatFileMediaSourceFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_NoRegister()
{
return UWebMPlatFileMediaSourceFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a factory for UFileMediaSource objects.\n */" },
{ "HideCategories", "Object" },
{ "IncludePath", "WebMFileMediaSourceFactory.h" },
{ "ModuleRelativePath", "Private/WebMFileMediaSourceFactory.h" },
{ "ToolTip", "Implements a factory for UFileMediaSource objects." },
};
#endif // WITH_METADATA
// ********** Begin Class UWebMPlatFileMediaSourceFactory constinit property declarations **********
// ********** End Class UWebMPlatFileMediaSourceFactory constinit property declarations ************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UWebMPlatFileMediaSourceFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_Statics
UObject* (*const Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_WebMMediaEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_Statics::ClassParams = {
&UWebMPlatFileMediaSourceFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_Statics::Class_MetaDataParams)
};
void UWebMPlatFileMediaSourceFactory::StaticRegisterNativesUWebMPlatFileMediaSourceFactory()
{
}
UClass* Z_Construct_UClass_UWebMPlatFileMediaSourceFactory()
{
if (!Z_Registration_Info_UClass_UWebMPlatFileMediaSourceFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWebMPlatFileMediaSourceFactory.OuterSingleton, Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UWebMPlatFileMediaSourceFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWebMPlatFileMediaSourceFactory);
UWebMPlatFileMediaSourceFactory::~UWebMPlatFileMediaSourceFactory() {}
// ********** End Class UWebMPlatFileMediaSourceFactory ********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_WebMMedia_Source_WebMMediaEditor_Private_WebMFileMediaSourceFactory_h__Script_WebMMediaEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UWebMPlatFileMediaSourceFactory, UWebMPlatFileMediaSourceFactory::StaticClass, TEXT("UWebMPlatFileMediaSourceFactory"), &Z_Registration_Info_UClass_UWebMPlatFileMediaSourceFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWebMPlatFileMediaSourceFactory), 3157954849U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_WebMMedia_Source_WebMMediaEditor_Private_WebMFileMediaSourceFactory_h__Script_WebMMediaEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_WebMMedia_Source_WebMMediaEditor_Private_WebMFileMediaSourceFactory_h__Script_WebMMediaEditor_794984538{
TEXT("/Script/WebMMediaEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_WebMMedia_Source_WebMMediaEditor_Private_WebMFileMediaSourceFactory_h__Script_WebMMediaEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_WebMMedia_Source_WebMMediaEditor_Private_WebMFileMediaSourceFactory_h__Script_WebMMediaEditor_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 "WebMFileMediaSourceFactory.h"
#ifdef WEBMMEDIAEDITOR_WebMFileMediaSourceFactory_generated_h
#error "WebMFileMediaSourceFactory.generated.h already included, missing '#pragma once' in WebMFileMediaSourceFactory.h"
#endif
#define WEBMMEDIAEDITOR_WebMFileMediaSourceFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UWebMPlatFileMediaSourceFactory ******************************************
struct Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_Statics;
WEBMMEDIAEDITOR_API UClass* Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_NoRegister();
#define FID_Engine_Plugins_Media_WebMMedia_Source_WebMMediaEditor_Private_WebMFileMediaSourceFactory_h_17_INCLASS \
private: \
static void StaticRegisterNativesUWebMPlatFileMediaSourceFactory(); \
friend struct ::Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend WEBMMEDIAEDITOR_API UClass* ::Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UWebMPlatFileMediaSourceFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/WebMMediaEditor"), Z_Construct_UClass_UWebMPlatFileMediaSourceFactory_NoRegister) \
DECLARE_SERIALIZER(UWebMPlatFileMediaSourceFactory)
#define FID_Engine_Plugins_Media_WebMMedia_Source_WebMMediaEditor_Private_WebMFileMediaSourceFactory_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UWebMPlatFileMediaSourceFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UWebMPlatFileMediaSourceFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UWebMPlatFileMediaSourceFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWebMPlatFileMediaSourceFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UWebMPlatFileMediaSourceFactory(UWebMPlatFileMediaSourceFactory&&) = delete; \
UWebMPlatFileMediaSourceFactory(const UWebMPlatFileMediaSourceFactory&) = delete; \
NO_API virtual ~UWebMPlatFileMediaSourceFactory();
#define FID_Engine_Plugins_Media_WebMMedia_Source_WebMMediaEditor_Private_WebMFileMediaSourceFactory_h_13_PROLOG
#define FID_Engine_Plugins_Media_WebMMedia_Source_WebMMediaEditor_Private_WebMFileMediaSourceFactory_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_WebMMedia_Source_WebMMediaEditor_Private_WebMFileMediaSourceFactory_h_17_INCLASS \
FID_Engine_Plugins_Media_WebMMedia_Source_WebMMediaEditor_Private_WebMFileMediaSourceFactory_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UWebMPlatFileMediaSourceFactory;
// ********** End Class UWebMPlatFileMediaSourceFactory ********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_WebMMedia_Source_WebMMediaEditor_Private_WebMFileMediaSourceFactory_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 EmptyLinkFunctionForGeneratedCodeWebMMediaEditor_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_WebMMediaEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_WebMMediaEditor()
{
if (!Z_Registration_Info_UPackage__Script_WebMMediaEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/WebMMediaEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0x55AC093F,
0x214E486D,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_WebMMediaEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_WebMMediaEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_WebMMediaEditor(Z_Construct_UPackage__Script_WebMMediaEditor, TEXT("/Script/WebMMediaEditor"), Z_Registration_Info_UPackage__Script_WebMMediaEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0x55AC093F, 0x214E486D));
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