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 "Factories/FileMediaSourceFactoryNew.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeFileMediaSourceFactoryNew() {}
// ********** Begin Cross Module References ********************************************************
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UFileMediaSourceFactoryNew();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UFileMediaSourceFactoryNew_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_MediaPlayerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UFileMediaSourceFactoryNew ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UFileMediaSourceFactoryNew;
UClass* UFileMediaSourceFactoryNew::GetPrivateStaticClass()
{
using TClass = UFileMediaSourceFactoryNew;
if (!Z_Registration_Info_UClass_UFileMediaSourceFactoryNew.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("FileMediaSourceFactoryNew"),
Z_Registration_Info_UClass_UFileMediaSourceFactoryNew.InnerSingleton,
StaticRegisterNativesUFileMediaSourceFactoryNew,
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_UFileMediaSourceFactoryNew.InnerSingleton;
}
UClass* Z_Construct_UClass_UFileMediaSourceFactoryNew_NoRegister()
{
return UFileMediaSourceFactoryNew::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UFileMediaSourceFactoryNew_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a factory for UFileMediaSource objects.\n */" },
{ "HideCategories", "Object" },
{ "IncludePath", "Factories/FileMediaSourceFactoryNew.h" },
{ "ModuleRelativePath", "Private/Factories/FileMediaSourceFactoryNew.h" },
{ "ToolTip", "Implements a factory for UFileMediaSource objects." },
};
#endif // WITH_METADATA
// ********** Begin Class UFileMediaSourceFactoryNew constinit property declarations ***************
// ********** End Class UFileMediaSourceFactoryNew constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UFileMediaSourceFactoryNew>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UFileMediaSourceFactoryNew_Statics
UObject* (*const Z_Construct_UClass_UFileMediaSourceFactoryNew_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_MediaPlayerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFileMediaSourceFactoryNew_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFileMediaSourceFactoryNew_Statics::ClassParams = {
&UFileMediaSourceFactoryNew::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFileMediaSourceFactoryNew_Statics::Class_MetaDataParams), Z_Construct_UClass_UFileMediaSourceFactoryNew_Statics::Class_MetaDataParams)
};
void UFileMediaSourceFactoryNew::StaticRegisterNativesUFileMediaSourceFactoryNew()
{
}
UClass* Z_Construct_UClass_UFileMediaSourceFactoryNew()
{
if (!Z_Registration_Info_UClass_UFileMediaSourceFactoryNew.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFileMediaSourceFactoryNew.OuterSingleton, Z_Construct_UClass_UFileMediaSourceFactoryNew_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UFileMediaSourceFactoryNew.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UFileMediaSourceFactoryNew);
UFileMediaSourceFactoryNew::~UFileMediaSourceFactoryNew() {}
// ********** End Class UFileMediaSourceFactoryNew *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_FileMediaSourceFactoryNew_h__Script_MediaPlayerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UFileMediaSourceFactoryNew, UFileMediaSourceFactoryNew::StaticClass, TEXT("UFileMediaSourceFactoryNew"), &Z_Registration_Info_UClass_UFileMediaSourceFactoryNew, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFileMediaSourceFactoryNew), 230530037U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_FileMediaSourceFactoryNew_h__Script_MediaPlayerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_FileMediaSourceFactoryNew_h__Script_MediaPlayerEditor_4195630933{
TEXT("/Script/MediaPlayerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_FileMediaSourceFactoryNew_h__Script_MediaPlayerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_FileMediaSourceFactoryNew_h__Script_MediaPlayerEditor_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 "Factories/FileMediaSourceFactoryNew.h"
#ifdef MEDIAPLAYEREDITOR_FileMediaSourceFactoryNew_generated_h
#error "FileMediaSourceFactoryNew.generated.h already included, missing '#pragma once' in FileMediaSourceFactoryNew.h"
#endif
#define MEDIAPLAYEREDITOR_FileMediaSourceFactoryNew_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UFileMediaSourceFactoryNew ***********************************************
struct Z_Construct_UClass_UFileMediaSourceFactoryNew_Statics;
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UFileMediaSourceFactoryNew_NoRegister();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_FileMediaSourceFactoryNew_h_17_INCLASS \
private: \
static void StaticRegisterNativesUFileMediaSourceFactoryNew(); \
friend struct ::Z_Construct_UClass_UFileMediaSourceFactoryNew_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIAPLAYEREDITOR_API UClass* ::Z_Construct_UClass_UFileMediaSourceFactoryNew_NoRegister(); \
public: \
DECLARE_CLASS2(UFileMediaSourceFactoryNew, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaPlayerEditor"), Z_Construct_UClass_UFileMediaSourceFactoryNew_NoRegister) \
DECLARE_SERIALIZER(UFileMediaSourceFactoryNew)
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_FileMediaSourceFactoryNew_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UFileMediaSourceFactoryNew(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UFileMediaSourceFactoryNew) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UFileMediaSourceFactoryNew); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UFileMediaSourceFactoryNew); \
/** Deleted move- and copy-constructors, should never be used */ \
UFileMediaSourceFactoryNew(UFileMediaSourceFactoryNew&&) = delete; \
UFileMediaSourceFactoryNew(const UFileMediaSourceFactoryNew&) = delete; \
NO_API virtual ~UFileMediaSourceFactoryNew();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_FileMediaSourceFactoryNew_h_13_PROLOG
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_FileMediaSourceFactoryNew_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_FileMediaSourceFactoryNew_h_17_INCLASS \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_FileMediaSourceFactoryNew_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UFileMediaSourceFactoryNew;
// ********** End Class UFileMediaSourceFactoryNew *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_FileMediaSourceFactoryNew_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 EmptyLinkFunctionForGeneratedCodeMediaPlayerEditor_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_MediaPlayerEditor;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_MediaPlayerEditor()
{
if (!Z_Registration_Info_UPackage__Script_MediaPlayerEditor.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/MediaPlayerEditor",
nullptr,
0,
PKG_CompiledIn | 0x00000040,
0xAD9FFB91,
0x420B984F,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_MediaPlayerEditor.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_MediaPlayerEditor.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_MediaPlayerEditor(Z_Construct_UPackage__Script_MediaPlayerEditor, TEXT("/Script/MediaPlayerEditor"), Z_Registration_Info_UPackage__Script_MediaPlayerEditor, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xAD9FFB91, 0x420B984F));
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,142 @@
// 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 "Shared/MediaPlayerEditorMediaContext.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMediaPlayerEditorMediaContext() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaPlayerEditorMediaContext();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaPlayerEditorMediaContext_NoRegister();
TOOLMENUS_API UClass* Z_Construct_UClass_UToolMenuContextBase();
UPackage* Z_Construct_UPackage__Script_MediaPlayerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMediaPlayerEditorMediaContext *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMediaPlayerEditorMediaContext;
UClass* UMediaPlayerEditorMediaContext::GetPrivateStaticClass()
{
using TClass = UMediaPlayerEditorMediaContext;
if (!Z_Registration_Info_UClass_UMediaPlayerEditorMediaContext.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MediaPlayerEditorMediaContext"),
Z_Registration_Info_UClass_UMediaPlayerEditorMediaContext.InnerSingleton,
StaticRegisterNativesUMediaPlayerEditorMediaContext,
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_UMediaPlayerEditorMediaContext.InnerSingleton;
}
UClass* Z_Construct_UClass_UMediaPlayerEditorMediaContext_NoRegister()
{
return UMediaPlayerEditorMediaContext::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "IncludePath", "Shared/MediaPlayerEditorMediaContext.h" },
{ "ModuleRelativePath", "Private/Shared/MediaPlayerEditorMediaContext.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SelectedAsset_MetaData[] = {
{ "Category", "Editor Menus" },
{ "ModuleRelativePath", "Private/Shared/MediaPlayerEditorMediaContext.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StyleSetName_MetaData[] = {
{ "Category", "Editor Menus" },
{ "ModuleRelativePath", "Private/Shared/MediaPlayerEditorMediaContext.h" },
};
#endif // WITH_METADATA
// ********** Begin Class UMediaPlayerEditorMediaContext constinit property declarations ***********
static const UECodeGen_Private::FObjectPropertyParams NewProp_SelectedAsset;
static const UECodeGen_Private::FNamePropertyParams NewProp_StyleSetName;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMediaPlayerEditorMediaContext constinit property declarations *************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMediaPlayerEditorMediaContext>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics
// ********** Begin Class UMediaPlayerEditorMediaContext Property Definitions **********************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::NewProp_SelectedAsset = { "SelectedAsset", nullptr, (EPropertyFlags)0x0114000000000004, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMediaPlayerEditorMediaContext, SelectedAsset), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SelectedAsset_MetaData), NewProp_SelectedAsset_MetaData) };
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::NewProp_StyleSetName = { "StyleSetName", nullptr, (EPropertyFlags)0x0010000000000004, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMediaPlayerEditorMediaContext, StyleSetName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StyleSetName_MetaData), NewProp_StyleSetName_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::NewProp_SelectedAsset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::NewProp_StyleSetName,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::PropPointers) < 2048);
// ********** End Class UMediaPlayerEditorMediaContext Property Definitions ************************
UObject* (*const Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UToolMenuContextBase,
(UObject* (*)())Z_Construct_UPackage__Script_MediaPlayerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::ClassParams = {
&UMediaPlayerEditorMediaContext::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::PropPointers),
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::Class_MetaDataParams), Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::Class_MetaDataParams)
};
void UMediaPlayerEditorMediaContext::StaticRegisterNativesUMediaPlayerEditorMediaContext()
{
}
UClass* Z_Construct_UClass_UMediaPlayerEditorMediaContext()
{
if (!Z_Registration_Info_UClass_UMediaPlayerEditorMediaContext.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMediaPlayerEditorMediaContext.OuterSingleton, Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMediaPlayerEditorMediaContext.OuterSingleton;
}
UMediaPlayerEditorMediaContext::UMediaPlayerEditorMediaContext(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMediaPlayerEditorMediaContext);
UMediaPlayerEditorMediaContext::~UMediaPlayerEditorMediaContext() {}
// ********** End Class UMediaPlayerEditorMediaContext *********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorMediaContext_h__Script_MediaPlayerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMediaPlayerEditorMediaContext, UMediaPlayerEditorMediaContext::StaticClass, TEXT("UMediaPlayerEditorMediaContext"), &Z_Registration_Info_UClass_UMediaPlayerEditorMediaContext, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMediaPlayerEditorMediaContext), 2621402974U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorMediaContext_h__Script_MediaPlayerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorMediaContext_h__Script_MediaPlayerEditor_1496963561{
TEXT("/Script/MediaPlayerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorMediaContext_h__Script_MediaPlayerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorMediaContext_h__Script_MediaPlayerEditor_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 "Shared/MediaPlayerEditorMediaContext.h"
#ifdef MEDIAPLAYEREDITOR_MediaPlayerEditorMediaContext_generated_h
#error "MediaPlayerEditorMediaContext.generated.h already included, missing '#pragma once' in MediaPlayerEditorMediaContext.h"
#endif
#define MEDIAPLAYEREDITOR_MediaPlayerEditorMediaContext_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMediaPlayerEditorMediaContext *******************************************
struct Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics;
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaPlayerEditorMediaContext_NoRegister();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorMediaContext_h_17_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMediaPlayerEditorMediaContext(); \
friend struct ::Z_Construct_UClass_UMediaPlayerEditorMediaContext_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIAPLAYEREDITOR_API UClass* ::Z_Construct_UClass_UMediaPlayerEditorMediaContext_NoRegister(); \
public: \
DECLARE_CLASS2(UMediaPlayerEditorMediaContext, UToolMenuContextBase, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaPlayerEditor"), Z_Construct_UClass_UMediaPlayerEditorMediaContext_NoRegister) \
DECLARE_SERIALIZER(UMediaPlayerEditorMediaContext)
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorMediaContext_h_17_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
MEDIAPLAYEREDITOR_API UMediaPlayerEditorMediaContext(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMediaPlayerEditorMediaContext(UMediaPlayerEditorMediaContext&&) = delete; \
UMediaPlayerEditorMediaContext(const UMediaPlayerEditorMediaContext&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(MEDIAPLAYEREDITOR_API, UMediaPlayerEditorMediaContext); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMediaPlayerEditorMediaContext); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMediaPlayerEditorMediaContext) \
MEDIAPLAYEREDITOR_API virtual ~UMediaPlayerEditorMediaContext();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorMediaContext_h_14_PROLOG
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorMediaContext_h_17_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorMediaContext_h_17_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorMediaContext_h_17_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMediaPlayerEditorMediaContext;
// ********** End Class UMediaPlayerEditorMediaContext *********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorMediaContext_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,225 @@
// 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 "Shared/MediaPlayerEditorSettings.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMediaPlayerEditorSettings() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaPlayerEditorSettings();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaPlayerEditorSettings_NoRegister();
MEDIAPLAYEREDITOR_API UEnum* Z_Construct_UEnum_MediaPlayerEditor_EMediaPlayerEditorScale();
UPackage* Z_Construct_UPackage__Script_MediaPlayerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Enum EMediaPlayerEditorScale ***************************************************
static FEnumRegistrationInfo Z_Registration_Info_UEnum_EMediaPlayerEditorScale;
static UEnum* EMediaPlayerEditorScale_StaticEnum()
{
if (!Z_Registration_Info_UEnum_EMediaPlayerEditorScale.OuterSingleton)
{
Z_Registration_Info_UEnum_EMediaPlayerEditorScale.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_MediaPlayerEditor_EMediaPlayerEditorScale, (UObject*)Z_Construct_UPackage__Script_MediaPlayerEditor(), TEXT("EMediaPlayerEditorScale"));
}
return Z_Registration_Info_UEnum_EMediaPlayerEditorScale.OuterSingleton;
}
template<> MEDIAPLAYEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMediaPlayerEditorScale>()
{
return EMediaPlayerEditorScale_StaticEnum();
}
struct Z_Construct_UEnum_MediaPlayerEditor_EMediaPlayerEditorScale_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
{ "Comment", "/** Options for scaling the viewport's video texture. */" },
{ "Fill.Comment", "/** Stretch non-uniformly to fill the viewport. */" },
{ "Fill.Name", "EMediaPlayerEditorScale::Fill" },
{ "Fill.ToolTip", "Stretch non-uniformly to fill the viewport." },
{ "Fit.Comment", "/** Scale uniformly, preserving aspect ratio. */" },
{ "Fit.Name", "EMediaPlayerEditorScale::Fit" },
{ "Fit.ToolTip", "Scale uniformly, preserving aspect ratio." },
{ "ModuleRelativePath", "Private/Shared/MediaPlayerEditorSettings.h" },
{ "Original.Comment", "/** Do not stretch or scale. */" },
{ "Original.Name", "EMediaPlayerEditorScale::Original" },
{ "Original.ToolTip", "Do not stretch or scale." },
{ "ToolTip", "Options for scaling the viewport's video texture." },
};
#endif // WITH_METADATA
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
{ "EMediaPlayerEditorScale::Fill", (int64)EMediaPlayerEditorScale::Fill },
{ "EMediaPlayerEditorScale::Fit", (int64)EMediaPlayerEditorScale::Fit },
{ "EMediaPlayerEditorScale::Original", (int64)EMediaPlayerEditorScale::Original },
};
static const UECodeGen_Private::FEnumParams EnumParams;
}; // struct Z_Construct_UEnum_MediaPlayerEditor_EMediaPlayerEditorScale_Statics
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_MediaPlayerEditor_EMediaPlayerEditorScale_Statics::EnumParams = {
(UObject*(*)())Z_Construct_UPackage__Script_MediaPlayerEditor,
nullptr,
"EMediaPlayerEditorScale",
"EMediaPlayerEditorScale",
Z_Construct_UEnum_MediaPlayerEditor_EMediaPlayerEditorScale_Statics::Enumerators,
RF_Public|RF_Transient|RF_MarkAsNative,
UE_ARRAY_COUNT(Z_Construct_UEnum_MediaPlayerEditor_EMediaPlayerEditorScale_Statics::Enumerators),
EEnumFlags::None,
(uint8)UEnum::ECppForm::EnumClass,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_MediaPlayerEditor_EMediaPlayerEditorScale_Statics::Enum_MetaDataParams), Z_Construct_UEnum_MediaPlayerEditor_EMediaPlayerEditorScale_Statics::Enum_MetaDataParams)
};
UEnum* Z_Construct_UEnum_MediaPlayerEditor_EMediaPlayerEditorScale()
{
if (!Z_Registration_Info_UEnum_EMediaPlayerEditorScale.InnerSingleton)
{
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EMediaPlayerEditorScale.InnerSingleton, Z_Construct_UEnum_MediaPlayerEditor_EMediaPlayerEditorScale_Statics::EnumParams);
}
return Z_Registration_Info_UEnum_EMediaPlayerEditorScale.InnerSingleton;
}
// ********** End Enum EMediaPlayerEditorScale *****************************************************
// ********** Begin Class UMediaPlayerEditorSettings ***********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMediaPlayerEditorSettings;
UClass* UMediaPlayerEditorSettings::GetPrivateStaticClass()
{
using TClass = UMediaPlayerEditorSettings;
if (!Z_Registration_Info_UClass_UMediaPlayerEditorSettings.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MediaPlayerEditorSettings"),
Z_Registration_Info_UClass_UMediaPlayerEditorSettings.InnerSingleton,
StaticRegisterNativesUMediaPlayerEditorSettings,
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_UMediaPlayerEditorSettings.InnerSingleton;
}
UClass* Z_Construct_UClass_UMediaPlayerEditorSettings_NoRegister()
{
return UMediaPlayerEditorSettings::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMediaPlayerEditorSettings_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Shared/MediaPlayerEditorSettings.h" },
{ "ModuleRelativePath", "Private/Shared/MediaPlayerEditorSettings.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_DesiredPlayerName_MetaData[] = {
{ "Category", "Viewer" },
{ "Comment", "/** The name of the desired native media player to use for playback. */" },
{ "ModuleRelativePath", "Private/Shared/MediaPlayerEditorSettings.h" },
{ "ToolTip", "The name of the desired native media player to use for playback." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ShowTextOverlays_MetaData[] = {
{ "Category", "Viewer" },
{ "Comment", "/** Whether to display overlay texts. */" },
{ "ModuleRelativePath", "Private/Shared/MediaPlayerEditorSettings.h" },
{ "ToolTip", "Whether to display overlay texts." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ViewportScale_MetaData[] = {
{ "Category", "Viewer" },
{ "Comment", "/** How the video viewport should be scaled. */" },
{ "ModuleRelativePath", "Private/Shared/MediaPlayerEditorSettings.h" },
{ "ToolTip", "How the video viewport should be scaled." },
};
#endif // WITH_METADATA
// ********** Begin Class UMediaPlayerEditorSettings constinit property declarations ***************
static const UECodeGen_Private::FNamePropertyParams NewProp_DesiredPlayerName;
static void NewProp_ShowTextOverlays_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_ShowTextOverlays;
static const UECodeGen_Private::FBytePropertyParams NewProp_ViewportScale_Underlying;
static const UECodeGen_Private::FEnumPropertyParams NewProp_ViewportScale;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMediaPlayerEditorSettings constinit property declarations *****************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMediaPlayerEditorSettings>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMediaPlayerEditorSettings_Statics
// ********** Begin Class UMediaPlayerEditorSettings Property Definitions **************************
const UECodeGen_Private::FNamePropertyParams Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::NewProp_DesiredPlayerName = { "DesiredPlayerName", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Name, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMediaPlayerEditorSettings, DesiredPlayerName), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_DesiredPlayerName_MetaData), NewProp_DesiredPlayerName_MetaData) };
void Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::NewProp_ShowTextOverlays_SetBit(void* Obj)
{
((UMediaPlayerEditorSettings*)Obj)->ShowTextOverlays = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::NewProp_ShowTextOverlays = { "ShowTextOverlays", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMediaPlayerEditorSettings), &Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::NewProp_ShowTextOverlays_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ShowTextOverlays_MetaData), NewProp_ShowTextOverlays_MetaData) };
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::NewProp_ViewportScale_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::NewProp_ViewportScale = { "ViewportScale", nullptr, (EPropertyFlags)0x0010000000004001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMediaPlayerEditorSettings, ViewportScale), Z_Construct_UEnum_MediaPlayerEditor_EMediaPlayerEditorScale, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ViewportScale_MetaData), NewProp_ViewportScale_MetaData) }; // 3454431725
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::NewProp_DesiredPlayerName,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::NewProp_ShowTextOverlays,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::NewProp_ViewportScale_Underlying,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::NewProp_ViewportScale,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::PropPointers) < 2048);
// ********** End Class UMediaPlayerEditorSettings Property Definitions ****************************
UObject* (*const Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MediaPlayerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::ClassParams = {
&UMediaPlayerEditorSettings::StaticClass,
"EditorPerProjectUserSettings",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::PropPointers),
0,
0x000000A4u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::Class_MetaDataParams), Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::Class_MetaDataParams)
};
void UMediaPlayerEditorSettings::StaticRegisterNativesUMediaPlayerEditorSettings()
{
}
UClass* Z_Construct_UClass_UMediaPlayerEditorSettings()
{
if (!Z_Registration_Info_UClass_UMediaPlayerEditorSettings.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMediaPlayerEditorSettings.OuterSingleton, Z_Construct_UClass_UMediaPlayerEditorSettings_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMediaPlayerEditorSettings.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMediaPlayerEditorSettings);
UMediaPlayerEditorSettings::~UMediaPlayerEditorSettings() {}
// ********** End Class UMediaPlayerEditorSettings *************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h__Script_MediaPlayerEditor_Statics
{
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
{ EMediaPlayerEditorScale_StaticEnum, TEXT("EMediaPlayerEditorScale"), &Z_Registration_Info_UEnum_EMediaPlayerEditorScale, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3454431725U) },
};
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMediaPlayerEditorSettings, UMediaPlayerEditorSettings::StaticClass, TEXT("UMediaPlayerEditorSettings"), &Z_Registration_Info_UClass_UMediaPlayerEditorSettings, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMediaPlayerEditorSettings), 2653653811U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h__Script_MediaPlayerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h__Script_MediaPlayerEditor_149607541{
TEXT("/Script/MediaPlayerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h__Script_MediaPlayerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h__Script_MediaPlayerEditor_Statics::ClassInfo),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h__Script_MediaPlayerEditor_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h__Script_MediaPlayerEditor_Statics::EnumInfo),
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,76 @@
// 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 "Shared/MediaPlayerEditorSettings.h"
#ifdef MEDIAPLAYEREDITOR_MediaPlayerEditorSettings_generated_h
#error "MediaPlayerEditorSettings.generated.h already included, missing '#pragma once' in MediaPlayerEditorSettings.h"
#endif
#define MEDIAPLAYEREDITOR_MediaPlayerEditorSettings_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMediaPlayerEditorSettings ***********************************************
struct Z_Construct_UClass_UMediaPlayerEditorSettings_Statics;
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaPlayerEditorSettings_NoRegister();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h_30_INCLASS \
private: \
static void StaticRegisterNativesUMediaPlayerEditorSettings(); \
friend struct ::Z_Construct_UClass_UMediaPlayerEditorSettings_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIAPLAYEREDITOR_API UClass* ::Z_Construct_UClass_UMediaPlayerEditorSettings_NoRegister(); \
public: \
DECLARE_CLASS2(UMediaPlayerEditorSettings, UObject, COMPILED_IN_FLAGS(0 | CLASS_Config), CASTCLASS_None, TEXT("/Script/MediaPlayerEditor"), Z_Construct_UClass_UMediaPlayerEditorSettings_NoRegister) \
DECLARE_SERIALIZER(UMediaPlayerEditorSettings) \
static constexpr const TCHAR* StaticConfigName() {return TEXT("EditorPerProjectUserSettings");} \
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h_30_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UMediaPlayerEditorSettings(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMediaPlayerEditorSettings) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMediaPlayerEditorSettings); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMediaPlayerEditorSettings); \
/** Deleted move- and copy-constructors, should never be used */ \
UMediaPlayerEditorSettings(UMediaPlayerEditorSettings&&) = delete; \
UMediaPlayerEditorSettings(const UMediaPlayerEditorSettings&) = delete; \
NO_API virtual ~UMediaPlayerEditorSettings();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h_26_PROLOG
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h_30_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h_30_INCLASS \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h_30_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMediaPlayerEditorSettings;
// ********** End Class UMediaPlayerEditorSettings *************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaPlayerEditorSettings_h
// ********** Begin Enum EMediaPlayerEditorScale ***************************************************
#define FOREACH_ENUM_EMEDIAPLAYEREDITORSCALE(op) \
op(EMediaPlayerEditorScale::Fill) \
op(EMediaPlayerEditorScale::Fit) \
op(EMediaPlayerEditorScale::Original)
enum class EMediaPlayerEditorScale : uint8;
template<> struct TIsUEnumClass<EMediaPlayerEditorScale> { enum { Value = true }; };
template<> MEDIAPLAYEREDITOR_NON_ATTRIBUTED_API UEnum* StaticEnum<EMediaPlayerEditorScale>();
// ********** End Enum EMediaPlayerEditorScale *****************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

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 "Factories/MediaPlayerFactoryNew.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMediaPlayerFactoryNew() {}
// ********** Begin Cross Module References ********************************************************
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaPlayerFactoryNew();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaPlayerFactoryNew_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_MediaPlayerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMediaPlayerFactoryNew ***************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMediaPlayerFactoryNew;
UClass* UMediaPlayerFactoryNew::GetPrivateStaticClass()
{
using TClass = UMediaPlayerFactoryNew;
if (!Z_Registration_Info_UClass_UMediaPlayerFactoryNew.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MediaPlayerFactoryNew"),
Z_Registration_Info_UClass_UMediaPlayerFactoryNew.InnerSingleton,
StaticRegisterNativesUMediaPlayerFactoryNew,
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_UMediaPlayerFactoryNew.InnerSingleton;
}
UClass* Z_Construct_UClass_UMediaPlayerFactoryNew_NoRegister()
{
return UMediaPlayerFactoryNew::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMediaPlayerFactoryNew_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a factory for UMediaPlayer objects.\n */" },
{ "HideCategories", "Object" },
{ "IncludePath", "Factories/MediaPlayerFactoryNew.h" },
{ "ModuleRelativePath", "Private/Factories/MediaPlayerFactoryNew.h" },
{ "ToolTip", "Implements a factory for UMediaPlayer objects." },
};
#endif // WITH_METADATA
// ********** Begin Class UMediaPlayerFactoryNew constinit property declarations *******************
// ********** End Class UMediaPlayerFactoryNew constinit property declarations *********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMediaPlayerFactoryNew>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMediaPlayerFactoryNew_Statics
UObject* (*const Z_Construct_UClass_UMediaPlayerFactoryNew_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_MediaPlayerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaPlayerFactoryNew_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMediaPlayerFactoryNew_Statics::ClassParams = {
&UMediaPlayerFactoryNew::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaPlayerFactoryNew_Statics::Class_MetaDataParams), Z_Construct_UClass_UMediaPlayerFactoryNew_Statics::Class_MetaDataParams)
};
void UMediaPlayerFactoryNew::StaticRegisterNativesUMediaPlayerFactoryNew()
{
}
UClass* Z_Construct_UClass_UMediaPlayerFactoryNew()
{
if (!Z_Registration_Info_UClass_UMediaPlayerFactoryNew.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMediaPlayerFactoryNew.OuterSingleton, Z_Construct_UClass_UMediaPlayerFactoryNew_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMediaPlayerFactoryNew.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMediaPlayerFactoryNew);
UMediaPlayerFactoryNew::~UMediaPlayerFactoryNew() {}
// ********** End Class UMediaPlayerFactoryNew *****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlayerFactoryNew_h__Script_MediaPlayerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMediaPlayerFactoryNew, UMediaPlayerFactoryNew::StaticClass, TEXT("UMediaPlayerFactoryNew"), &Z_Registration_Info_UClass_UMediaPlayerFactoryNew, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMediaPlayerFactoryNew), 2448338513U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlayerFactoryNew_h__Script_MediaPlayerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlayerFactoryNew_h__Script_MediaPlayerEditor_1804830136{
TEXT("/Script/MediaPlayerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlayerFactoryNew_h__Script_MediaPlayerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlayerFactoryNew_h__Script_MediaPlayerEditor_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 "Factories/MediaPlayerFactoryNew.h"
#ifdef MEDIAPLAYEREDITOR_MediaPlayerFactoryNew_generated_h
#error "MediaPlayerFactoryNew.generated.h already included, missing '#pragma once' in MediaPlayerFactoryNew.h"
#endif
#define MEDIAPLAYEREDITOR_MediaPlayerFactoryNew_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMediaPlayerFactoryNew ***************************************************
struct Z_Construct_UClass_UMediaPlayerFactoryNew_Statics;
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaPlayerFactoryNew_NoRegister();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlayerFactoryNew_h_27_INCLASS \
private: \
static void StaticRegisterNativesUMediaPlayerFactoryNew(); \
friend struct ::Z_Construct_UClass_UMediaPlayerFactoryNew_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIAPLAYEREDITOR_API UClass* ::Z_Construct_UClass_UMediaPlayerFactoryNew_NoRegister(); \
public: \
DECLARE_CLASS2(UMediaPlayerFactoryNew, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaPlayerEditor"), Z_Construct_UClass_UMediaPlayerFactoryNew_NoRegister) \
DECLARE_SERIALIZER(UMediaPlayerFactoryNew)
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlayerFactoryNew_h_27_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UMediaPlayerFactoryNew(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMediaPlayerFactoryNew) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMediaPlayerFactoryNew); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMediaPlayerFactoryNew); \
/** Deleted move- and copy-constructors, should never be used */ \
UMediaPlayerFactoryNew(UMediaPlayerFactoryNew&&) = delete; \
UMediaPlayerFactoryNew(const UMediaPlayerFactoryNew&) = delete; \
NO_API virtual ~UMediaPlayerFactoryNew();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlayerFactoryNew_h_23_PROLOG
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlayerFactoryNew_h_27_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlayerFactoryNew_h_27_INCLASS \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlayerFactoryNew_h_27_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMediaPlayerFactoryNew;
// ********** End Class UMediaPlayerFactoryNew *****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlayerFactoryNew_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

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 "Factories/MediaPlaylistFactoryNew.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMediaPlaylistFactoryNew() {}
// ********** Begin Cross Module References ********************************************************
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaPlaylistFactoryNew();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaPlaylistFactoryNew_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_MediaPlayerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMediaPlaylistFactoryNew *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMediaPlaylistFactoryNew;
UClass* UMediaPlaylistFactoryNew::GetPrivateStaticClass()
{
using TClass = UMediaPlaylistFactoryNew;
if (!Z_Registration_Info_UClass_UMediaPlaylistFactoryNew.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MediaPlaylistFactoryNew"),
Z_Registration_Info_UClass_UMediaPlaylistFactoryNew.InnerSingleton,
StaticRegisterNativesUMediaPlaylistFactoryNew,
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_UMediaPlaylistFactoryNew.InnerSingleton;
}
UClass* Z_Construct_UClass_UMediaPlaylistFactoryNew_NoRegister()
{
return UMediaPlaylistFactoryNew::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMediaPlaylistFactoryNew_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a factory for UMediaPlaylist objects.\n */" },
{ "HideCategories", "Object" },
{ "IncludePath", "Factories/MediaPlaylistFactoryNew.h" },
{ "ModuleRelativePath", "Private/Factories/MediaPlaylistFactoryNew.h" },
{ "ToolTip", "Implements a factory for UMediaPlaylist objects." },
};
#endif // WITH_METADATA
// ********** Begin Class UMediaPlaylistFactoryNew constinit property declarations *****************
// ********** End Class UMediaPlaylistFactoryNew constinit property declarations *******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMediaPlaylistFactoryNew>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMediaPlaylistFactoryNew_Statics
UObject* (*const Z_Construct_UClass_UMediaPlaylistFactoryNew_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_MediaPlayerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaPlaylistFactoryNew_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMediaPlaylistFactoryNew_Statics::ClassParams = {
&UMediaPlaylistFactoryNew::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaPlaylistFactoryNew_Statics::Class_MetaDataParams), Z_Construct_UClass_UMediaPlaylistFactoryNew_Statics::Class_MetaDataParams)
};
void UMediaPlaylistFactoryNew::StaticRegisterNativesUMediaPlaylistFactoryNew()
{
}
UClass* Z_Construct_UClass_UMediaPlaylistFactoryNew()
{
if (!Z_Registration_Info_UClass_UMediaPlaylistFactoryNew.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMediaPlaylistFactoryNew.OuterSingleton, Z_Construct_UClass_UMediaPlaylistFactoryNew_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMediaPlaylistFactoryNew.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMediaPlaylistFactoryNew);
UMediaPlaylistFactoryNew::~UMediaPlaylistFactoryNew() {}
// ********** End Class UMediaPlaylistFactoryNew ***************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlaylistFactoryNew_h__Script_MediaPlayerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMediaPlaylistFactoryNew, UMediaPlaylistFactoryNew::StaticClass, TEXT("UMediaPlaylistFactoryNew"), &Z_Registration_Info_UClass_UMediaPlaylistFactoryNew, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMediaPlaylistFactoryNew), 920829354U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlaylistFactoryNew_h__Script_MediaPlayerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlaylistFactoryNew_h__Script_MediaPlayerEditor_595525480{
TEXT("/Script/MediaPlayerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlaylistFactoryNew_h__Script_MediaPlayerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlaylistFactoryNew_h__Script_MediaPlayerEditor_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 "Factories/MediaPlaylistFactoryNew.h"
#ifdef MEDIAPLAYEREDITOR_MediaPlaylistFactoryNew_generated_h
#error "MediaPlaylistFactoryNew.generated.h already included, missing '#pragma once' in MediaPlaylistFactoryNew.h"
#endif
#define MEDIAPLAYEREDITOR_MediaPlaylistFactoryNew_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMediaPlaylistFactoryNew *************************************************
struct Z_Construct_UClass_UMediaPlaylistFactoryNew_Statics;
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaPlaylistFactoryNew_NoRegister();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlaylistFactoryNew_h_17_INCLASS \
private: \
static void StaticRegisterNativesUMediaPlaylistFactoryNew(); \
friend struct ::Z_Construct_UClass_UMediaPlaylistFactoryNew_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIAPLAYEREDITOR_API UClass* ::Z_Construct_UClass_UMediaPlaylistFactoryNew_NoRegister(); \
public: \
DECLARE_CLASS2(UMediaPlaylistFactoryNew, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaPlayerEditor"), Z_Construct_UClass_UMediaPlaylistFactoryNew_NoRegister) \
DECLARE_SERIALIZER(UMediaPlaylistFactoryNew)
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlaylistFactoryNew_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UMediaPlaylistFactoryNew(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMediaPlaylistFactoryNew) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMediaPlaylistFactoryNew); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMediaPlaylistFactoryNew); \
/** Deleted move- and copy-constructors, should never be used */ \
UMediaPlaylistFactoryNew(UMediaPlaylistFactoryNew&&) = delete; \
UMediaPlaylistFactoryNew(const UMediaPlaylistFactoryNew&) = delete; \
NO_API virtual ~UMediaPlaylistFactoryNew();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlaylistFactoryNew_h_13_PROLOG
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlaylistFactoryNew_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlaylistFactoryNew_h_17_INCLASS \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlaylistFactoryNew_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMediaPlaylistFactoryNew;
// ********** End Class UMediaPlaylistFactoryNew ***************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaPlaylistFactoryNew_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,273 @@
// 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 "Shared/MediaSourceRenderer.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMediaSourceRenderer() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaPlayer_NoRegister();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaSource_NoRegister();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaSourceRendererInterface_NoRegister();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaTexture_NoRegister();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaSourceRenderer();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaSourceRenderer_NoRegister();
UPackage* Z_Construct_UPackage__Script_MediaPlayerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMediaSourceRenderer Function OnMediaOpened ******************************
struct Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics
{
struct MediaSourceRenderer_eventOnMediaOpened_Parms
{
FString InURL;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/Shared/MediaSourceRenderer.h" },
};
#endif // WITH_METADATA
// ********** Begin Function OnMediaOpened constinit property declarations *************************
static const UECodeGen_Private::FStrPropertyParams NewProp_InURL;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function OnMediaOpened constinit property declarations ***************************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function OnMediaOpened Property Definitions ************************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics::NewProp_InURL = { "InURL", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MediaSourceRenderer_eventOnMediaOpened_Parms, InURL), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics::NewProp_InURL,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics::PropPointers) < 2048);
// ********** End Function OnMediaOpened Property Definitions **************************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMediaSourceRenderer, nullptr, "OnMediaOpened", Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics::MediaSourceRenderer_eventOnMediaOpened_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00040401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics::MediaSourceRenderer_eventOnMediaOpened_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMediaSourceRenderer::execOnMediaOpened)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InURL);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->OnMediaOpened(Z_Param_InURL);
P_NATIVE_END;
}
// ********** End Class UMediaSourceRenderer Function OnMediaOpened ********************************
// ********** Begin Class UMediaSourceRenderer Function OnMediaOpenFailed **************************
struct Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics
{
struct MediaSourceRenderer_eventOnMediaOpenFailed_Parms
{
FString InURL;
};
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/Shared/MediaSourceRenderer.h" },
};
#endif // WITH_METADATA
// ********** Begin Function OnMediaOpenFailed constinit property declarations *********************
static const UECodeGen_Private::FStrPropertyParams NewProp_InURL;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Function OnMediaOpenFailed constinit property declarations ***********************
static const UECodeGen_Private::FFunctionParams FuncParams;
};
// ********** Begin Function OnMediaOpenFailed Property Definitions ********************************
const UECodeGen_Private::FStrPropertyParams Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics::NewProp_InURL = { "InURL", nullptr, (EPropertyFlags)0x0010000000000080, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(MediaSourceRenderer_eventOnMediaOpenFailed_Parms, InURL), METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics::NewProp_InURL,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics::PropPointers) < 2048);
// ********** End Function OnMediaOpenFailed Property Definitions **********************************
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_UMediaSourceRenderer, nullptr, "OnMediaOpenFailed", Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics::PropPointers),
sizeof(Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics::MediaSourceRenderer_eventOnMediaOpenFailed_Parms),
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x00040401, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics::Function_MetaDataParams), Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics::Function_MetaDataParams)}, };
static_assert(sizeof(Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics::MediaSourceRenderer_eventOnMediaOpenFailed_Parms) < MAX_uint16);
UFunction* Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed()
{
static UFunction* ReturnFunction = nullptr;
if (!ReturnFunction)
{
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed_Statics::FuncParams);
}
return ReturnFunction;
}
DEFINE_FUNCTION(UMediaSourceRenderer::execOnMediaOpenFailed)
{
P_GET_PROPERTY(FStrProperty,Z_Param_InURL);
P_FINISH;
P_NATIVE_BEGIN;
P_THIS->OnMediaOpenFailed(Z_Param_InURL);
P_NATIVE_END;
}
// ********** End Class UMediaSourceRenderer Function OnMediaOpenFailed ****************************
// ********** Begin Class UMediaSourceRenderer *****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMediaSourceRenderer;
UClass* UMediaSourceRenderer::GetPrivateStaticClass()
{
using TClass = UMediaSourceRenderer;
if (!Z_Registration_Info_UClass_UMediaSourceRenderer.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MediaSourceRenderer"),
Z_Registration_Info_UClass_UMediaSourceRenderer.InnerSingleton,
StaticRegisterNativesUMediaSourceRenderer,
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_UMediaSourceRenderer.InnerSingleton;
}
UClass* Z_Construct_UClass_UMediaSourceRenderer_NoRegister()
{
return UMediaSourceRenderer::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMediaSourceRenderer_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Renders a media source to a texture in editor builds. */" },
{ "IncludePath", "Shared/MediaSourceRenderer.h" },
{ "ModuleRelativePath", "Private/Shared/MediaSourceRenderer.h" },
{ "ToolTip", "Renders a media source to a texture in editor builds." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaPlayer_MetaData[] = {
{ "Comment", "/** Holds the player we are using. */" },
{ "ModuleRelativePath", "Private/Shared/MediaSourceRenderer.h" },
{ "ToolTip", "Holds the player we are using." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSource_MetaData[] = {
{ "Comment", "/** Holds the media source we are using. */" },
{ "ModuleRelativePath", "Private/Shared/MediaSourceRenderer.h" },
{ "ToolTip", "Holds the media source we are using." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaTexture_MetaData[] = {
{ "Comment", "/** Holds the media texture we are using. */" },
{ "ModuleRelativePath", "Private/Shared/MediaSourceRenderer.h" },
{ "ToolTip", "Holds the media texture we are using." },
};
#endif // WITH_METADATA
// ********** Begin Class UMediaSourceRenderer constinit property declarations *********************
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaPlayer;
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaSource;
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaTexture;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMediaSourceRenderer constinit property declarations ***********************
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
{ .NameUTF8 = UTF8TEXT("OnMediaOpened"), .Pointer = &UMediaSourceRenderer::execOnMediaOpened },
{ .NameUTF8 = UTF8TEXT("OnMediaOpenFailed"), .Pointer = &UMediaSourceRenderer::execOnMediaOpenFailed },
};
static UObject* (*const DependentSingletons[])();
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
{ &Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpened, "OnMediaOpened" }, // 1869445612
{ &Z_Construct_UFunction_UMediaSourceRenderer_OnMediaOpenFailed, "OnMediaOpenFailed" }, // 2634885489
};
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMediaSourceRenderer>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMediaSourceRenderer_Statics
// ********** Begin Class UMediaSourceRenderer Property Definitions ********************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMediaSourceRenderer_Statics::NewProp_MediaPlayer = { "MediaPlayer", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMediaSourceRenderer, MediaPlayer), Z_Construct_UClass_UMediaPlayer_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaPlayer_MetaData), NewProp_MediaPlayer_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMediaSourceRenderer_Statics::NewProp_MediaSource = { "MediaSource", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMediaSourceRenderer, MediaSource), Z_Construct_UClass_UMediaSource_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSource_MetaData), NewProp_MediaSource_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMediaSourceRenderer_Statics::NewProp_MediaTexture = { "MediaTexture", nullptr, (EPropertyFlags)0x0144000000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMediaSourceRenderer, MediaTexture), Z_Construct_UClass_UMediaTexture_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaTexture_MetaData), NewProp_MediaTexture_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMediaSourceRenderer_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMediaSourceRenderer_Statics::NewProp_MediaPlayer,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMediaSourceRenderer_Statics::NewProp_MediaSource,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMediaSourceRenderer_Statics::NewProp_MediaTexture,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaSourceRenderer_Statics::PropPointers) < 2048);
// ********** End Class UMediaSourceRenderer Property Definitions **********************************
UObject* (*const Z_Construct_UClass_UMediaSourceRenderer_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_MediaPlayerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaSourceRenderer_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UMediaSourceRenderer_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UMediaSourceRendererInterface_NoRegister, (int32)VTABLE_OFFSET(UMediaSourceRenderer, IMediaSourceRendererInterface), false }, // 1881002467
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMediaSourceRenderer_Statics::ClassParams = {
&UMediaSourceRenderer::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
FuncInfo,
Z_Construct_UClass_UMediaSourceRenderer_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
UE_ARRAY_COUNT(FuncInfo),
UE_ARRAY_COUNT(Z_Construct_UClass_UMediaSourceRenderer_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaSourceRenderer_Statics::Class_MetaDataParams), Z_Construct_UClass_UMediaSourceRenderer_Statics::Class_MetaDataParams)
};
void UMediaSourceRenderer::StaticRegisterNativesUMediaSourceRenderer()
{
UClass* Class = UMediaSourceRenderer::StaticClass();
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_UMediaSourceRenderer_Statics::Funcs));
}
UClass* Z_Construct_UClass_UMediaSourceRenderer()
{
if (!Z_Registration_Info_UClass_UMediaSourceRenderer.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMediaSourceRenderer.OuterSingleton, Z_Construct_UClass_UMediaSourceRenderer_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMediaSourceRenderer.OuterSingleton;
}
UMediaSourceRenderer::UMediaSourceRenderer(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMediaSourceRenderer);
UMediaSourceRenderer::~UMediaSourceRenderer() {}
// ********** End Class UMediaSourceRenderer *******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h__Script_MediaPlayerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMediaSourceRenderer, UMediaSourceRenderer::StaticClass, TEXT("UMediaSourceRenderer"), &Z_Registration_Info_UClass_UMediaSourceRenderer, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMediaSourceRenderer), 2315494953U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h__Script_MediaPlayerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h__Script_MediaPlayerEditor_3446470982{
TEXT("/Script/MediaPlayerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h__Script_MediaPlayerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h__Script_MediaPlayerEditor_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,70 @@
// 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 "Shared/MediaSourceRenderer.h"
#ifdef MEDIAPLAYEREDITOR_MediaSourceRenderer_generated_h
#error "MediaSourceRenderer.generated.h already included, missing '#pragma once' in MediaSourceRenderer.h"
#endif
#define MEDIAPLAYEREDITOR_MediaSourceRenderer_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMediaSourceRenderer *****************************************************
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
DECLARE_FUNCTION(execOnMediaOpenFailed); \
DECLARE_FUNCTION(execOnMediaOpened);
struct Z_Construct_UClass_UMediaSourceRenderer_Statics;
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaSourceRenderer_NoRegister();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h_21_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMediaSourceRenderer(); \
friend struct ::Z_Construct_UClass_UMediaSourceRenderer_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIAPLAYEREDITOR_API UClass* ::Z_Construct_UClass_UMediaSourceRenderer_NoRegister(); \
public: \
DECLARE_CLASS2(UMediaSourceRenderer, UObject, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaPlayerEditor"), Z_Construct_UClass_UMediaSourceRenderer_NoRegister) \
DECLARE_SERIALIZER(UMediaSourceRenderer) \
virtual UObject* _getUObject() const override { return const_cast<UMediaSourceRenderer*>(this); }
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h_21_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UMediaSourceRenderer(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMediaSourceRenderer(UMediaSourceRenderer&&) = delete; \
UMediaSourceRenderer(const UMediaSourceRenderer&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMediaSourceRenderer); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMediaSourceRenderer); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMediaSourceRenderer) \
NO_API virtual ~UMediaSourceRenderer();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h_16_PROLOG
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h_21_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h_21_RPC_WRAPPERS_NO_PURE_DECLS \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h_21_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h_21_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMediaSourceRenderer;
// ********** End Class UMediaSourceRenderer *******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceRenderer_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

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 "Shared/MediaSourceThumbnailRenderer.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMediaSourceThumbnailRenderer() {}
// ********** Begin Cross Module References ********************************************************
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaSourceThumbnailRenderer();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaSourceThumbnailRenderer_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UTextureThumbnailRenderer();
UPackage* Z_Construct_UPackage__Script_MediaPlayerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMediaSourceThumbnailRenderer ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMediaSourceThumbnailRenderer;
UClass* UMediaSourceThumbnailRenderer::GetPrivateStaticClass()
{
using TClass = UMediaSourceThumbnailRenderer;
if (!Z_Registration_Info_UClass_UMediaSourceThumbnailRenderer.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MediaSourceThumbnailRenderer"),
Z_Registration_Info_UClass_UMediaSourceThumbnailRenderer.InnerSingleton,
StaticRegisterNativesUMediaSourceThumbnailRenderer,
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_UMediaSourceThumbnailRenderer.InnerSingleton;
}
UClass* Z_Construct_UClass_UMediaSourceThumbnailRenderer_NoRegister()
{
return UMediaSourceThumbnailRenderer::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMediaSourceThumbnailRenderer_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Renders thumbnails for media sources.\n */" },
{ "IncludePath", "Shared/MediaSourceThumbnailRenderer.h" },
{ "ModuleRelativePath", "Private/Shared/MediaSourceThumbnailRenderer.h" },
{ "ToolTip", "Renders thumbnails for media sources." },
};
#endif // WITH_METADATA
// ********** Begin Class UMediaSourceThumbnailRenderer constinit property declarations ************
// ********** End Class UMediaSourceThumbnailRenderer constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMediaSourceThumbnailRenderer>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMediaSourceThumbnailRenderer_Statics
UObject* (*const Z_Construct_UClass_UMediaSourceThumbnailRenderer_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UTextureThumbnailRenderer,
(UObject* (*)())Z_Construct_UPackage__Script_MediaPlayerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaSourceThumbnailRenderer_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMediaSourceThumbnailRenderer_Statics::ClassParams = {
&UMediaSourceThumbnailRenderer::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaSourceThumbnailRenderer_Statics::Class_MetaDataParams), Z_Construct_UClass_UMediaSourceThumbnailRenderer_Statics::Class_MetaDataParams)
};
void UMediaSourceThumbnailRenderer::StaticRegisterNativesUMediaSourceThumbnailRenderer()
{
}
UClass* Z_Construct_UClass_UMediaSourceThumbnailRenderer()
{
if (!Z_Registration_Info_UClass_UMediaSourceThumbnailRenderer.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMediaSourceThumbnailRenderer.OuterSingleton, Z_Construct_UClass_UMediaSourceThumbnailRenderer_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMediaSourceThumbnailRenderer.OuterSingleton;
}
UMediaSourceThumbnailRenderer::UMediaSourceThumbnailRenderer(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMediaSourceThumbnailRenderer);
UMediaSourceThumbnailRenderer::~UMediaSourceThumbnailRenderer() {}
// ********** End Class UMediaSourceThumbnailRenderer **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceThumbnailRenderer_h__Script_MediaPlayerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMediaSourceThumbnailRenderer, UMediaSourceThumbnailRenderer::StaticClass, TEXT("UMediaSourceThumbnailRenderer"), &Z_Registration_Info_UClass_UMediaSourceThumbnailRenderer, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMediaSourceThumbnailRenderer), 89520170U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceThumbnailRenderer_h__Script_MediaPlayerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceThumbnailRenderer_h__Script_MediaPlayerEditor_226776059{
TEXT("/Script/MediaPlayerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceThumbnailRenderer_h__Script_MediaPlayerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceThumbnailRenderer_h__Script_MediaPlayerEditor_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 "Shared/MediaSourceThumbnailRenderer.h"
#ifdef MEDIAPLAYEREDITOR_MediaSourceThumbnailRenderer_generated_h
#error "MediaSourceThumbnailRenderer.generated.h already included, missing '#pragma once' in MediaSourceThumbnailRenderer.h"
#endif
#define MEDIAPLAYEREDITOR_MediaSourceThumbnailRenderer_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMediaSourceThumbnailRenderer ********************************************
struct Z_Construct_UClass_UMediaSourceThumbnailRenderer_Statics;
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaSourceThumbnailRenderer_NoRegister();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceThumbnailRenderer_h_17_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMediaSourceThumbnailRenderer(); \
friend struct ::Z_Construct_UClass_UMediaSourceThumbnailRenderer_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIAPLAYEREDITOR_API UClass* ::Z_Construct_UClass_UMediaSourceThumbnailRenderer_NoRegister(); \
public: \
DECLARE_CLASS2(UMediaSourceThumbnailRenderer, UTextureThumbnailRenderer, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaPlayerEditor"), Z_Construct_UClass_UMediaSourceThumbnailRenderer_NoRegister) \
DECLARE_SERIALIZER(UMediaSourceThumbnailRenderer)
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceThumbnailRenderer_h_17_ENHANCED_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UMediaSourceThumbnailRenderer(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
/** Deleted move- and copy-constructors, should never be used */ \
UMediaSourceThumbnailRenderer(UMediaSourceThumbnailRenderer&&) = delete; \
UMediaSourceThumbnailRenderer(const UMediaSourceThumbnailRenderer&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UMediaSourceThumbnailRenderer); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMediaSourceThumbnailRenderer); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMediaSourceThumbnailRenderer) \
NO_API virtual ~UMediaSourceThumbnailRenderer();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceThumbnailRenderer_h_14_PROLOG
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceThumbnailRenderer_h_17_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceThumbnailRenderer_h_17_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceThumbnailRenderer_h_17_ENHANCED_CONSTRUCTORS \
private: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMediaSourceThumbnailRenderer;
// ********** End Class UMediaSourceThumbnailRenderer **********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Shared_MediaSourceThumbnailRenderer_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

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 "Factories/MediaTextureFactoryNew.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMediaTextureFactoryNew() {}
// ********** Begin Cross Module References ********************************************************
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaTextureFactoryNew();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaTextureFactoryNew_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_MediaPlayerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMediaTextureFactoryNew **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMediaTextureFactoryNew;
UClass* UMediaTextureFactoryNew::GetPrivateStaticClass()
{
using TClass = UMediaTextureFactoryNew;
if (!Z_Registration_Info_UClass_UMediaTextureFactoryNew.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MediaTextureFactoryNew"),
Z_Registration_Info_UClass_UMediaTextureFactoryNew.InnerSingleton,
StaticRegisterNativesUMediaTextureFactoryNew,
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_UMediaTextureFactoryNew.InnerSingleton;
}
UClass* Z_Construct_UClass_UMediaTextureFactoryNew_NoRegister()
{
return UMediaTextureFactoryNew::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMediaTextureFactoryNew_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a factory for UMediaTexture objects.\n */" },
{ "HideCategories", "Object" },
{ "IncludePath", "Factories/MediaTextureFactoryNew.h" },
{ "ModuleRelativePath", "Private/Factories/MediaTextureFactoryNew.h" },
{ "ToolTip", "Implements a factory for UMediaTexture objects." },
};
#endif // WITH_METADATA
// ********** Begin Class UMediaTextureFactoryNew constinit property declarations ******************
// ********** End Class UMediaTextureFactoryNew constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMediaTextureFactoryNew>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMediaTextureFactoryNew_Statics
UObject* (*const Z_Construct_UClass_UMediaTextureFactoryNew_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_MediaPlayerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaTextureFactoryNew_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMediaTextureFactoryNew_Statics::ClassParams = {
&UMediaTextureFactoryNew::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMediaTextureFactoryNew_Statics::Class_MetaDataParams), Z_Construct_UClass_UMediaTextureFactoryNew_Statics::Class_MetaDataParams)
};
void UMediaTextureFactoryNew::StaticRegisterNativesUMediaTextureFactoryNew()
{
}
UClass* Z_Construct_UClass_UMediaTextureFactoryNew()
{
if (!Z_Registration_Info_UClass_UMediaTextureFactoryNew.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMediaTextureFactoryNew.OuterSingleton, Z_Construct_UClass_UMediaTextureFactoryNew_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMediaTextureFactoryNew.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMediaTextureFactoryNew);
UMediaTextureFactoryNew::~UMediaTextureFactoryNew() {}
// ********** End Class UMediaTextureFactoryNew ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaTextureFactoryNew_h__Script_MediaPlayerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMediaTextureFactoryNew, UMediaTextureFactoryNew::StaticClass, TEXT("UMediaTextureFactoryNew"), &Z_Registration_Info_UClass_UMediaTextureFactoryNew, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMediaTextureFactoryNew), 283283680U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaTextureFactoryNew_h__Script_MediaPlayerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaTextureFactoryNew_h__Script_MediaPlayerEditor_390152071{
TEXT("/Script/MediaPlayerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaTextureFactoryNew_h__Script_MediaPlayerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaTextureFactoryNew_h__Script_MediaPlayerEditor_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 "Factories/MediaTextureFactoryNew.h"
#ifdef MEDIAPLAYEREDITOR_MediaTextureFactoryNew_generated_h
#error "MediaTextureFactoryNew.generated.h already included, missing '#pragma once' in MediaTextureFactoryNew.h"
#endif
#define MEDIAPLAYEREDITOR_MediaTextureFactoryNew_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMediaTextureFactoryNew **************************************************
struct Z_Construct_UClass_UMediaTextureFactoryNew_Statics;
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UMediaTextureFactoryNew_NoRegister();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaTextureFactoryNew_h_17_INCLASS \
private: \
static void StaticRegisterNativesUMediaTextureFactoryNew(); \
friend struct ::Z_Construct_UClass_UMediaTextureFactoryNew_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIAPLAYEREDITOR_API UClass* ::Z_Construct_UClass_UMediaTextureFactoryNew_NoRegister(); \
public: \
DECLARE_CLASS2(UMediaTextureFactoryNew, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaPlayerEditor"), Z_Construct_UClass_UMediaTextureFactoryNew_NoRegister) \
DECLARE_SERIALIZER(UMediaTextureFactoryNew)
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaTextureFactoryNew_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
MEDIAPLAYEREDITOR_API UMediaTextureFactoryNew(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMediaTextureFactoryNew) \
DECLARE_VTABLE_PTR_HELPER_CTOR(MEDIAPLAYEREDITOR_API, UMediaTextureFactoryNew); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMediaTextureFactoryNew); \
/** Deleted move- and copy-constructors, should never be used */ \
UMediaTextureFactoryNew(UMediaTextureFactoryNew&&) = delete; \
UMediaTextureFactoryNew(const UMediaTextureFactoryNew&) = delete; \
MEDIAPLAYEREDITOR_API virtual ~UMediaTextureFactoryNew();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaTextureFactoryNew_h_13_PROLOG
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaTextureFactoryNew_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaTextureFactoryNew_h_17_INCLASS \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaTextureFactoryNew_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMediaTextureFactoryNew;
// ********** End Class UMediaTextureFactoryNew ****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_MediaTextureFactoryNew_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

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 "Factories/PlatformMediaSourceFactoryNew.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodePlatformMediaSourceFactoryNew() {}
// ********** Begin Cross Module References ********************************************************
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UPlatformMediaSourceFactoryNew();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UPlatformMediaSourceFactoryNew_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_MediaPlayerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UPlatformMediaSourceFactoryNew *******************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UPlatformMediaSourceFactoryNew;
UClass* UPlatformMediaSourceFactoryNew::GetPrivateStaticClass()
{
using TClass = UPlatformMediaSourceFactoryNew;
if (!Z_Registration_Info_UClass_UPlatformMediaSourceFactoryNew.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("PlatformMediaSourceFactoryNew"),
Z_Registration_Info_UClass_UPlatformMediaSourceFactoryNew.InnerSingleton,
StaticRegisterNativesUPlatformMediaSourceFactoryNew,
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_UPlatformMediaSourceFactoryNew.InnerSingleton;
}
UClass* Z_Construct_UClass_UPlatformMediaSourceFactoryNew_NoRegister()
{
return UPlatformMediaSourceFactoryNew::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UPlatformMediaSourceFactoryNew_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a factory for UPlatformMediaSource objects.\n */" },
{ "HideCategories", "Object" },
{ "IncludePath", "Factories/PlatformMediaSourceFactoryNew.h" },
{ "ModuleRelativePath", "Private/Factories/PlatformMediaSourceFactoryNew.h" },
{ "ToolTip", "Implements a factory for UPlatformMediaSource objects." },
};
#endif // WITH_METADATA
// ********** Begin Class UPlatformMediaSourceFactoryNew constinit property declarations ***********
// ********** End Class UPlatformMediaSourceFactoryNew constinit property declarations *************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UPlatformMediaSourceFactoryNew>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UPlatformMediaSourceFactoryNew_Statics
UObject* (*const Z_Construct_UClass_UPlatformMediaSourceFactoryNew_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_MediaPlayerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UPlatformMediaSourceFactoryNew_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UPlatformMediaSourceFactoryNew_Statics::ClassParams = {
&UPlatformMediaSourceFactoryNew::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UPlatformMediaSourceFactoryNew_Statics::Class_MetaDataParams), Z_Construct_UClass_UPlatformMediaSourceFactoryNew_Statics::Class_MetaDataParams)
};
void UPlatformMediaSourceFactoryNew::StaticRegisterNativesUPlatformMediaSourceFactoryNew()
{
}
UClass* Z_Construct_UClass_UPlatformMediaSourceFactoryNew()
{
if (!Z_Registration_Info_UClass_UPlatformMediaSourceFactoryNew.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UPlatformMediaSourceFactoryNew.OuterSingleton, Z_Construct_UClass_UPlatformMediaSourceFactoryNew_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UPlatformMediaSourceFactoryNew.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UPlatformMediaSourceFactoryNew);
UPlatformMediaSourceFactoryNew::~UPlatformMediaSourceFactoryNew() {}
// ********** End Class UPlatformMediaSourceFactoryNew *********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_PlatformMediaSourceFactoryNew_h__Script_MediaPlayerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UPlatformMediaSourceFactoryNew, UPlatformMediaSourceFactoryNew::StaticClass, TEXT("UPlatformMediaSourceFactoryNew"), &Z_Registration_Info_UClass_UPlatformMediaSourceFactoryNew, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UPlatformMediaSourceFactoryNew), 679814213U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_PlatformMediaSourceFactoryNew_h__Script_MediaPlayerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_PlatformMediaSourceFactoryNew_h__Script_MediaPlayerEditor_4079664218{
TEXT("/Script/MediaPlayerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_PlatformMediaSourceFactoryNew_h__Script_MediaPlayerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_PlatformMediaSourceFactoryNew_h__Script_MediaPlayerEditor_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 "Factories/PlatformMediaSourceFactoryNew.h"
#ifdef MEDIAPLAYEREDITOR_PlatformMediaSourceFactoryNew_generated_h
#error "PlatformMediaSourceFactoryNew.generated.h already included, missing '#pragma once' in PlatformMediaSourceFactoryNew.h"
#endif
#define MEDIAPLAYEREDITOR_PlatformMediaSourceFactoryNew_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UPlatformMediaSourceFactoryNew *******************************************
struct Z_Construct_UClass_UPlatformMediaSourceFactoryNew_Statics;
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UPlatformMediaSourceFactoryNew_NoRegister();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_PlatformMediaSourceFactoryNew_h_17_INCLASS \
private: \
static void StaticRegisterNativesUPlatformMediaSourceFactoryNew(); \
friend struct ::Z_Construct_UClass_UPlatformMediaSourceFactoryNew_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIAPLAYEREDITOR_API UClass* ::Z_Construct_UClass_UPlatformMediaSourceFactoryNew_NoRegister(); \
public: \
DECLARE_CLASS2(UPlatformMediaSourceFactoryNew, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaPlayerEditor"), Z_Construct_UClass_UPlatformMediaSourceFactoryNew_NoRegister) \
DECLARE_SERIALIZER(UPlatformMediaSourceFactoryNew)
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_PlatformMediaSourceFactoryNew_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UPlatformMediaSourceFactoryNew(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UPlatformMediaSourceFactoryNew) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UPlatformMediaSourceFactoryNew); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UPlatformMediaSourceFactoryNew); \
/** Deleted move- and copy-constructors, should never be used */ \
UPlatformMediaSourceFactoryNew(UPlatformMediaSourceFactoryNew&&) = delete; \
UPlatformMediaSourceFactoryNew(const UPlatformMediaSourceFactoryNew&) = delete; \
NO_API virtual ~UPlatformMediaSourceFactoryNew();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_PlatformMediaSourceFactoryNew_h_13_PROLOG
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_PlatformMediaSourceFactoryNew_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_PlatformMediaSourceFactoryNew_h_17_INCLASS \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_PlatformMediaSourceFactoryNew_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UPlatformMediaSourceFactoryNew;
// ********** End Class UPlatformMediaSourceFactoryNew *********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_PlatformMediaSourceFactoryNew_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

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 "Factories/StreamMediaSourceFactoryNew.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeStreamMediaSourceFactoryNew() {}
// ********** Begin Cross Module References ********************************************************
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UStreamMediaSourceFactoryNew();
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UStreamMediaSourceFactoryNew_NoRegister();
UNREALED_API UClass* Z_Construct_UClass_UFactory();
UPackage* Z_Construct_UPackage__Script_MediaPlayerEditor();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UStreamMediaSourceFactoryNew *********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UStreamMediaSourceFactoryNew;
UClass* UStreamMediaSourceFactoryNew::GetPrivateStaticClass()
{
using TClass = UStreamMediaSourceFactoryNew;
if (!Z_Registration_Info_UClass_UStreamMediaSourceFactoryNew.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("StreamMediaSourceFactoryNew"),
Z_Registration_Info_UClass_UStreamMediaSourceFactoryNew.InnerSingleton,
StaticRegisterNativesUStreamMediaSourceFactoryNew,
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_UStreamMediaSourceFactoryNew.InnerSingleton;
}
UClass* Z_Construct_UClass_UStreamMediaSourceFactoryNew_NoRegister()
{
return UStreamMediaSourceFactoryNew::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UStreamMediaSourceFactoryNew_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a factory for UStreamMediaSource objects.\n */" },
{ "HideCategories", "Object" },
{ "IncludePath", "Factories/StreamMediaSourceFactoryNew.h" },
{ "ModuleRelativePath", "Private/Factories/StreamMediaSourceFactoryNew.h" },
{ "ToolTip", "Implements a factory for UStreamMediaSource objects." },
};
#endif // WITH_METADATA
// ********** Begin Class UStreamMediaSourceFactoryNew constinit property declarations *************
// ********** End Class UStreamMediaSourceFactoryNew constinit property declarations ***************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UStreamMediaSourceFactoryNew>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UStreamMediaSourceFactoryNew_Statics
UObject* (*const Z_Construct_UClass_UStreamMediaSourceFactoryNew_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFactory,
(UObject* (*)())Z_Construct_UPackage__Script_MediaPlayerEditor,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UStreamMediaSourceFactoryNew_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UStreamMediaSourceFactoryNew_Statics::ClassParams = {
&UStreamMediaSourceFactoryNew::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000000A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UStreamMediaSourceFactoryNew_Statics::Class_MetaDataParams), Z_Construct_UClass_UStreamMediaSourceFactoryNew_Statics::Class_MetaDataParams)
};
void UStreamMediaSourceFactoryNew::StaticRegisterNativesUStreamMediaSourceFactoryNew()
{
}
UClass* Z_Construct_UClass_UStreamMediaSourceFactoryNew()
{
if (!Z_Registration_Info_UClass_UStreamMediaSourceFactoryNew.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UStreamMediaSourceFactoryNew.OuterSingleton, Z_Construct_UClass_UStreamMediaSourceFactoryNew_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UStreamMediaSourceFactoryNew.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UStreamMediaSourceFactoryNew);
UStreamMediaSourceFactoryNew::~UStreamMediaSourceFactoryNew() {}
// ********** End Class UStreamMediaSourceFactoryNew ***********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_StreamMediaSourceFactoryNew_h__Script_MediaPlayerEditor_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UStreamMediaSourceFactoryNew, UStreamMediaSourceFactoryNew::StaticClass, TEXT("UStreamMediaSourceFactoryNew"), &Z_Registration_Info_UClass_UStreamMediaSourceFactoryNew, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UStreamMediaSourceFactoryNew), 1108455294U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_StreamMediaSourceFactoryNew_h__Script_MediaPlayerEditor_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_StreamMediaSourceFactoryNew_h__Script_MediaPlayerEditor_2281370312{
TEXT("/Script/MediaPlayerEditor"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_StreamMediaSourceFactoryNew_h__Script_MediaPlayerEditor_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_StreamMediaSourceFactoryNew_h__Script_MediaPlayerEditor_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 "Factories/StreamMediaSourceFactoryNew.h"
#ifdef MEDIAPLAYEREDITOR_StreamMediaSourceFactoryNew_generated_h
#error "StreamMediaSourceFactoryNew.generated.h already included, missing '#pragma once' in StreamMediaSourceFactoryNew.h"
#endif
#define MEDIAPLAYEREDITOR_StreamMediaSourceFactoryNew_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UStreamMediaSourceFactoryNew *********************************************
struct Z_Construct_UClass_UStreamMediaSourceFactoryNew_Statics;
MEDIAPLAYEREDITOR_API UClass* Z_Construct_UClass_UStreamMediaSourceFactoryNew_NoRegister();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_StreamMediaSourceFactoryNew_h_17_INCLASS \
private: \
static void StaticRegisterNativesUStreamMediaSourceFactoryNew(); \
friend struct ::Z_Construct_UClass_UStreamMediaSourceFactoryNew_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIAPLAYEREDITOR_API UClass* ::Z_Construct_UClass_UStreamMediaSourceFactoryNew_NoRegister(); \
public: \
DECLARE_CLASS2(UStreamMediaSourceFactoryNew, UFactory, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaPlayerEditor"), Z_Construct_UClass_UStreamMediaSourceFactoryNew_NoRegister) \
DECLARE_SERIALIZER(UStreamMediaSourceFactoryNew)
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_StreamMediaSourceFactoryNew_h_17_STANDARD_CONSTRUCTORS \
/** Standard constructor, called after all reflected properties have been initialized */ \
NO_API UStreamMediaSourceFactoryNew(const FObjectInitializer& ObjectInitializer = FObjectInitializer::Get()); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UStreamMediaSourceFactoryNew) \
DECLARE_VTABLE_PTR_HELPER_CTOR(NO_API, UStreamMediaSourceFactoryNew); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UStreamMediaSourceFactoryNew); \
/** Deleted move- and copy-constructors, should never be used */ \
UStreamMediaSourceFactoryNew(UStreamMediaSourceFactoryNew&&) = delete; \
UStreamMediaSourceFactoryNew(const UStreamMediaSourceFactoryNew&) = delete; \
NO_API virtual ~UStreamMediaSourceFactoryNew();
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_StreamMediaSourceFactoryNew_h_13_PROLOG
#define FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_StreamMediaSourceFactoryNew_h_17_GENERATED_BODY_LEGACY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_StreamMediaSourceFactoryNew_h_17_INCLASS \
FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_StreamMediaSourceFactoryNew_h_17_STANDARD_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UStreamMediaSourceFactoryNew;
// ********** End Class UStreamMediaSourceFactoryNew ***********************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaPlayerEditor_Source_MediaPlayerEditor_Private_Factories_StreamMediaSourceFactoryNew_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,10 @@
D:\UE_5_7_1\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Shared\MediaPlayerEditorMediaContext.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\FileMediaSourceFactoryNew.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\MediaPlayerFactoryNew.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\MediaPlaylistFactoryNew.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\MediaTextureFactoryNew.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\StreamMediaSourceFactoryNew.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Factories\PlatformMediaSourceFactoryNew.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Shared\MediaSourceRenderer.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Shared\MediaSourceThumbnailRenderer.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaPlayerEditor\Source\MediaPlayerEditor\Private\Shared\MediaPlayerEditorSettings.h