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\WmfMedia\Source\WmfMediaEditor\Private\WmfFileMediaSourceFactory.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 "WmfFileMediaSourceFactory.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeWmfFileMediaSourceFactory() {}
// ********** Begin Cross Module References ********************************************************
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_WmfMediaEditor();
WMFMEDIAEDITOR_API UClass* Z_Construct_UClass_UWmfFileMediaSourceFactory();
WMFMEDIAEDITOR_API UClass* Z_Construct_UClass_UWmfFileMediaSourceFactory_NoRegister();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UWmfFileMediaSourceFactory ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UWmfFileMediaSourceFactory;
UClass* UWmfFileMediaSourceFactory::GetPrivateStaticClass()
{
using TClass = UWmfFileMediaSourceFactory;
if (!Z_Registration_Info_UClass_UWmfFileMediaSourceFactory.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("WmfFileMediaSourceFactory"),
Z_Registration_Info_UClass_UWmfFileMediaSourceFactory.InnerSingleton,
StaticRegisterNativesUWmfFileMediaSourceFactory,
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_UWmfFileMediaSourceFactory.InnerSingleton;
}
UClass* Z_Construct_UClass_UWmfFileMediaSourceFactory_NoRegister()
{
return UWmfFileMediaSourceFactory::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UWmfFileMediaSourceFactory_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a factory for UFileMediaSource objects.\n */" },
{ "HideCategories", "Object" },
{ "IncludePath", "WmfFileMediaSourceFactory.h" },
{ "ModuleRelativePath", "Private/WmfFileMediaSourceFactory.h" },
{ "ToolTip", "Implements a factory for UFileMediaSource objects." },
};
#endif // WITH_METADATA
// ********** Begin Class UWmfFileMediaSourceFactory constinit property declarations ***************
// ********** End Class UWmfFileMediaSourceFactory constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UWmfFileMediaSourceFactory>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UWmfFileMediaSourceFactory_Statics
UObject* (*const Z_Construct_UClass_UWmfFileMediaSourceFactory_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_WmfMediaEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UWmfFileMediaSourceFactory_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UWmfFileMediaSourceFactory_Statics::ClassParams = {
&UWmfFileMediaSourceFactory::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UWmfFileMediaSourceFactory_Statics::Class_MetaDataParams), Z_Construct_UClass_UWmfFileMediaSourceFactory_Statics::Class_MetaDataParams)
};
void UWmfFileMediaSourceFactory::StaticRegisterNativesUWmfFileMediaSourceFactory()
{
}
UClass* Z_Construct_UClass_UWmfFileMediaSourceFactory()
{
if (!Z_Registration_Info_UClass_UWmfFileMediaSourceFactory.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UWmfFileMediaSourceFactory.OuterSingleton, Z_Construct_UClass_UWmfFileMediaSourceFactory_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UWmfFileMediaSourceFactory.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UWmfFileMediaSourceFactory);
UWmfFileMediaSourceFactory::~UWmfFileMediaSourceFactory() {}
// ********** End Class UWmfFileMediaSourceFactory *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_WmfMedia_Source_WmfMediaEditor_Private_WmfFileMediaSourceFactory_h__Script_WmfMediaEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UWmfFileMediaSourceFactory, UWmfFileMediaSourceFactory::StaticClass, TEXT("UWmfFileMediaSourceFactory"), &Z_Registration_Info_UClass_UWmfFileMediaSourceFactory, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UWmfFileMediaSourceFactory), 1649226156U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_WmfMedia_Source_WmfMediaEditor_Private_WmfFileMediaSourceFactory_h__Script_WmfMediaEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_WmfMedia_Source_WmfMediaEditor_Private_WmfFileMediaSourceFactory_h__Script_WmfMediaEditor_409725895{
TEXT("/Script/WmfMediaEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_WmfMedia_Source_WmfMediaEditor_Private_WmfFileMediaSourceFactory_h__Script_WmfMediaEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_WmfMedia_Source_WmfMediaEditor_Private_WmfFileMediaSourceFactory_h__Script_WmfMediaEditor_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 "WmfFileMediaSourceFactory.h"
#ifdef WMFMEDIAEDITOR_WmfFileMediaSourceFactory_generated_h
#error "WmfFileMediaSourceFactory.generated.h already included, missing '#pragma once' in WmfFileMediaSourceFactory.h"
#endif
#define WMFMEDIAEDITOR_WmfFileMediaSourceFactory_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UWmfFileMediaSourceFactory ***********************************************
struct Z_Construct_UClass_UWmfFileMediaSourceFactory_Statics;
WMFMEDIAEDITOR_API UClass* Z_Construct_UClass_UWmfFileMediaSourceFactory_NoRegister();
#define FID_Engine_Plugins_Media_WmfMedia_Source_WmfMediaEditor_Private_WmfFileMediaSourceFactory_h_17_INCLASS \
private: \
static void StaticRegisterNativesUWmfFileMediaSourceFactory(); \
friend struct ::Z_Construct_UClass_UWmfFileMediaSourceFactory_Statics; \
static UClass* GetPrivateStaticClass(); \
friend WMFMEDIAEDITOR_API UClass* ::Z_Construct_UClass_UWmfFileMediaSourceFactory_NoRegister(); \
public: \
DECLARE_CLASS2(UWmfFileMediaSourceFactory, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/WmfMediaEditor"), Z_Construct_UClass_UWmfFileMediaSourceFactory_NoRegister) \
DECLARE_SERIALIZER(UWmfFileMediaSourceFactory)
#define FID_Engine_Plugins_Media_WmfMedia_Source_WmfMediaEditor_Private_WmfFileMediaSourceFactory_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UWmfFileMediaSourceFactory(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UWmfFileMediaSourceFactory) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UWmfFileMediaSourceFactory); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UWmfFileMediaSourceFactory); \
/** Deleted move- and copy-constructors, should never be used */ \
UWmfFileMediaSourceFactory(UWmfFileMediaSourceFactory&&) = delete; \
UWmfFileMediaSourceFactory(const UWmfFileMediaSourceFactory&) = delete; \
NO_API virtual ~UWmfFileMediaSourceFactory();
#define FID_Engine_Plugins_Media_WmfMedia_Source_WmfMediaEditor_Private_WmfFileMediaSourceFactory_h_13_PROLOG
#define FID_Engine_Plugins_Media_WmfMedia_Source_WmfMediaEditor_Private_WmfFileMediaSourceFactory_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_WmfMedia_Source_WmfMediaEditor_Private_WmfFileMediaSourceFactory_h_17_INCLASS \
FID_Engine_Plugins_Media_WmfMedia_Source_WmfMediaEditor_Private_WmfFileMediaSourceFactory_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UWmfFileMediaSourceFactory;
// ********** End Class UWmfFileMediaSourceFactory *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_WmfMedia_Source_WmfMediaEditor_Private_WmfFileMediaSourceFactory_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 EmptyLinkFunctionForGeneratedCodeWmfMediaEditor_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_WmfMediaEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_WmfMediaEditor()
{
if (!Z_Registration_Info_UPackage__Script_WmfMediaEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/WmfMediaEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0xBA9E4880,
0x409F9435,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_WmfMediaEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_WmfMediaEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_WmfMediaEditor(Z_Construct_UPackage__Script_WmfMediaEditor, TEXT("/Script/WmfMediaEditor"), Z_Registration_Info_UPackage__Script_WmfMediaEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xBA9E4880, 0x409F9435));
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