Initial Commit

This commit is contained in:
Norman Lansing
2026-01-28 19:08:51 -05:00
commit ecb33115bf
54042 changed files with 9695586 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
void EmptyLinkFunctionForGeneratedCodeMediaCompositing_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_MediaCompositing;
FORCENOINLINE UPackage* Z_Construct_UPackage__Script_MediaCompositing()
{
if (!Z_Registration_Info_UPackage__Script_MediaCompositing.OuterSingleton)
{
static const UECodeGen_Private::FPackageParams PackageParams = {
"/Script/MediaCompositing",
nullptr,
0,
PKG_CompiledIn | 0x00000000,
0xEF48D36F,
0xEC710A2A,
METADATA_PARAMS(0, nullptr)
};
UECodeGen_Private::ConstructUPackage(Z_Registration_Info_UPackage__Script_MediaCompositing.OuterSingleton, PackageParams);
}
return Z_Registration_Info_UPackage__Script_MediaCompositing.OuterSingleton;
}
static FRegisterCompiledInInfo Z_CompiledInDeferPackage_UPackage__Script_MediaCompositing(Z_Construct_UPackage__Script_MediaCompositing, TEXT("/Script/MediaCompositing"), Z_Registration_Info_UPackage__Script_MediaCompositing, CONSTRUCT_RELOAD_VERSION_INFO(FPackageReloadVersionInfo, 0xEF48D36F, 0xEC710A2A));
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,152 @@
// 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 "MovieSceneMediaPlayerPropertySection.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneMediaPlayerPropertySection() {}
// ********** Begin Cross Module References ********************************************************
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaSource_NoRegister();
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection();
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_NoRegister();
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection();
UPackage* Z_Construct_UPackage__Script_MediaCompositing();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMovieSceneMediaPlayerPropertySection ************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertySection;
UClass* UMovieSceneMediaPlayerPropertySection::GetPrivateStaticClass()
{
using TClass = UMovieSceneMediaPlayerPropertySection;
if (!Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertySection.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneMediaPlayerPropertySection"),
Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertySection.InnerSingleton,
StaticRegisterNativesUMovieSceneMediaPlayerPropertySection,
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_UMovieSceneMediaPlayerPropertySection.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_NoRegister()
{
return UMovieSceneMediaPlayerPropertySection::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a movie scene section for media playback on a UMediaPlayer.\n */" },
{ "IncludePath", "MovieSceneMediaPlayerPropertySection.h" },
{ "ModuleRelativePath", "Public/MovieSceneMediaPlayerPropertySection.h" },
{ "ObjectInitializerConstructorDeclared", "" },
{ "ToolTip", "Implements a movie scene section for media playback on a UMediaPlayer." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSource_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** The source to play with this video track. */" },
{ "ModuleRelativePath", "Public/MovieSceneMediaPlayerPropertySection.h" },
{ "ToolTip", "The source to play with this video track." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLoop_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** Whether to loop this video. */" },
{ "ModuleRelativePath", "Public/MovieSceneMediaPlayerPropertySection.h" },
{ "ToolTip", "Whether to loop this video." },
};
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneMediaPlayerPropertySection constinit property declarations ****
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaSource;
static void NewProp_bLoop_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLoop;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMovieSceneMediaPlayerPropertySection constinit property declarations ******
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneMediaPlayerPropertySection>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics
// ********** Begin Class UMovieSceneMediaPlayerPropertySection Property Definitions ***************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::NewProp_MediaSource = { "MediaSource", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaPlayerPropertySection, MediaSource), Z_Construct_UClass_UMediaSource_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSource_MetaData), NewProp_MediaSource_MetaData) };
void Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::NewProp_bLoop_SetBit(void* Obj)
{
((UMovieSceneMediaPlayerPropertySection*)Obj)->bLoop = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::NewProp_bLoop = { "bLoop", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMovieSceneMediaPlayerPropertySection), &Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::NewProp_bLoop_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLoop_MetaData), NewProp_bLoop_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::NewProp_MediaSource,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::NewProp_bLoop,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::PropPointers) < 2048);
// ********** End Class UMovieSceneMediaPlayerPropertySection Property Definitions *****************
UObject* (*const Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneSection,
(UObject* (*)())Z_Construct_UPackage__Script_MediaCompositing,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::ClassParams = {
&UMovieSceneMediaPlayerPropertySection::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::Class_MetaDataParams)
};
void UMovieSceneMediaPlayerPropertySection::StaticRegisterNativesUMovieSceneMediaPlayerPropertySection()
{
}
UClass* Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection()
{
if (!Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertySection.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertySection.OuterSingleton, Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertySection.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneMediaPlayerPropertySection);
UMovieSceneMediaPlayerPropertySection::~UMovieSceneMediaPlayerPropertySection() {}
// ********** End Class UMovieSceneMediaPlayerPropertySection **************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertySection_h__Script_MediaCompositing_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection, UMovieSceneMediaPlayerPropertySection::StaticClass, TEXT("UMovieSceneMediaPlayerPropertySection"), &Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertySection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneMediaPlayerPropertySection), 113992442U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertySection_h__Script_MediaCompositing_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertySection_h__Script_MediaCompositing_334101203{
TEXT("/Script/MediaCompositing"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertySection_h__Script_MediaCompositing_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertySection_h__Script_MediaCompositing_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// 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 "MovieSceneMediaPlayerPropertySection.h"
#ifdef MEDIACOMPOSITING_MovieSceneMediaPlayerPropertySection_generated_h
#error "MovieSceneMediaPlayerPropertySection.generated.h already included, missing '#pragma once' in MovieSceneMediaPlayerPropertySection.h"
#endif
#define MEDIACOMPOSITING_MovieSceneMediaPlayerPropertySection_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMovieSceneMediaPlayerPropertySection ************************************
struct Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics;
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_NoRegister();
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertySection_h_19_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMovieSceneMediaPlayerPropertySection(); \
friend struct ::Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIACOMPOSITING_API UClass* ::Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_NoRegister(); \
public: \
DECLARE_CLASS2(UMovieSceneMediaPlayerPropertySection, UMovieSceneSection, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaCompositing"), Z_Construct_UClass_UMovieSceneMediaPlayerPropertySection_NoRegister) \
DECLARE_SERIALIZER(UMovieSceneMediaPlayerPropertySection)
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertySection_h_19_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UMovieSceneMediaPlayerPropertySection(UMovieSceneMediaPlayerPropertySection&&) = delete; \
UMovieSceneMediaPlayerPropertySection(const UMovieSceneMediaPlayerPropertySection&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(MEDIACOMPOSITING_API, UMovieSceneMediaPlayerPropertySection); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneMediaPlayerPropertySection); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneMediaPlayerPropertySection) \
MEDIACOMPOSITING_API virtual ~UMovieSceneMediaPlayerPropertySection();
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertySection_h_13_PROLOG
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertySection_h_19_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertySection_h_19_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertySection_h_19_ENHANCED_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMovieSceneMediaPlayerPropertySection;
// ********** End Class UMovieSceneMediaPlayerPropertySection **************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertySection_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,119 @@
// Copyright Epic Games, Inc. All Rights Reserved.
/*===========================================================================
Generated code exported from UnrealHeaderTool.
DO NOT modify this manually! Edit the corresponding .h files instead!
===========================================================================*/
#include "UObject/GeneratedCppIncludes.h"
#include "MovieScene/MovieSceneMediaPlayerPropertyTemplate.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneMediaPlayerPropertyTemplate() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaSource_NoRegister();
MEDIACOMPOSITING_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate();
UPackage* Z_Construct_UPackage__Script_MediaCompositing();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMovieSceneMediaPlayerPropertySectionTemplate *********************
struct Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneMediaPlayerPropertySectionTemplate); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneMediaPlayerPropertySectionTemplate); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaPlayerPropertyTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSource_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaPlayerPropertyTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SectionStartFrame_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaPlayerPropertyTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLoop_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaPlayerPropertyTemplate.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneMediaPlayerPropertySectionTemplate constinit property declarations
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaSource;
static const UECodeGen_Private::FStructPropertyParams NewProp_SectionStartFrame;
static void NewProp_bLoop_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLoop;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneMediaPlayerPropertySectionTemplate constinit property declarations
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneMediaPlayerPropertySectionTemplate>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics
static_assert(std::is_polymorphic<FMovieSceneMediaPlayerPropertySectionTemplate>() == std::is_polymorphic<FMovieScenePropertySectionTemplate>(), "USTRUCT FMovieSceneMediaPlayerPropertySectionTemplate cannot be polymorphic unless super FMovieScenePropertySectionTemplate is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate;
class UScriptStruct* FMovieSceneMediaPlayerPropertySectionTemplate::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate, (UObject*)Z_Construct_UPackage__Script_MediaCompositing(), TEXT("MovieSceneMediaPlayerPropertySectionTemplate"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneMediaPlayerPropertySectionTemplate Property Definitions
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::NewProp_MediaSource = { "MediaSource", nullptr, (EPropertyFlags)0x0144000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaPlayerPropertySectionTemplate, MediaSource), Z_Construct_UClass_UMediaSource_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSource_MetaData), NewProp_MediaSource_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::NewProp_SectionStartFrame = { "SectionStartFrame", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaPlayerPropertySectionTemplate, SectionStartFrame), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SectionStartFrame_MetaData), NewProp_SectionStartFrame_MetaData) };
void Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::NewProp_bLoop_SetBit(void* Obj)
{
((FMovieSceneMediaPlayerPropertySectionTemplate*)Obj)->bLoop = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::NewProp_bLoop = { "bLoop", nullptr, (EPropertyFlags)0x0040000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMovieSceneMediaPlayerPropertySectionTemplate), &Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::NewProp_bLoop_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLoop_MetaData), NewProp_bLoop_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::NewProp_MediaSource,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::NewProp_SectionStartFrame,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::NewProp_bLoop,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneMediaPlayerPropertySectionTemplate Property Definitions **
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MediaCompositing,
Z_Construct_UScriptStruct_FMovieScenePropertySectionTemplate,
&NewStructOps,
"MovieSceneMediaPlayerPropertySectionTemplate",
Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::PropPointers),
sizeof(FMovieSceneMediaPlayerPropertySectionTemplate),
alignof(FMovieSceneMediaPlayerPropertySectionTemplate),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000005),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneMediaPlayerPropertySectionTemplate ***********************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaPlayerPropertyTemplate_h__Script_MediaCompositing_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMovieSceneMediaPlayerPropertySectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics::NewStructOps, TEXT("MovieSceneMediaPlayerPropertySectionTemplate"),&Z_Registration_Info_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneMediaPlayerPropertySectionTemplate), 3503400470U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaPlayerPropertyTemplate_h__Script_MediaCompositing_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaPlayerPropertyTemplate_h__Script_MediaCompositing_3495251335{
TEXT("/Script/MediaCompositing"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaPlayerPropertyTemplate_h__Script_MediaCompositing_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaPlayerPropertyTemplate_h__Script_MediaCompositing_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,33 @@
// 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 "MovieScene/MovieSceneMediaPlayerPropertyTemplate.h"
#ifdef MEDIACOMPOSITING_MovieSceneMediaPlayerPropertyTemplate_generated_h
#error "MovieSceneMediaPlayerPropertyTemplate.generated.h already included, missing '#pragma once' in MovieSceneMediaPlayerPropertyTemplate.h"
#endif
#define MEDIACOMPOSITING_MovieSceneMediaPlayerPropertyTemplate_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMovieSceneMediaPlayerPropertySectionTemplate *********************
struct Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics;
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaPlayerPropertyTemplate_h_18_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMovieSceneMediaPlayerPropertySectionTemplate_Statics; \
MEDIACOMPOSITING_API static class UScriptStruct* StaticStruct(); \
typedef FMovieScenePropertySectionTemplate Super;
struct FMovieSceneMediaPlayerPropertySectionTemplate;
// ********** End ScriptStruct FMovieSceneMediaPlayerPropertySectionTemplate ***********************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaPlayerPropertyTemplate_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,124 @@
// 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 "MovieSceneMediaPlayerPropertyTrack.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneMediaPlayerPropertyTrack() {}
// ********** Begin Cross Module References ********************************************************
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack();
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_NoRegister();
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister();
MOVIESCENETRACKS_API UClass* Z_Construct_UClass_UMovieScenePropertyTrack();
UPackage* Z_Construct_UPackage__Script_MediaCompositing();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMovieSceneMediaPlayerPropertyTrack **************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertyTrack;
UClass* UMovieSceneMediaPlayerPropertyTrack::GetPrivateStaticClass()
{
using TClass = UMovieSceneMediaPlayerPropertyTrack;
if (!Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertyTrack.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneMediaPlayerPropertyTrack"),
Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertyTrack.InnerSingleton,
StaticRegisterNativesUMovieSceneMediaPlayerPropertyTrack,
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_UMovieSceneMediaPlayerPropertyTrack.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_NoRegister()
{
return UMovieSceneMediaPlayerPropertyTrack::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "MovieSceneMediaPlayerPropertyTrack.h" },
{ "ModuleRelativePath", "Public/MovieSceneMediaPlayerPropertyTrack.h" },
{ "ObjectInitializerConstructorDeclared", "" },
};
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneMediaPlayerPropertyTrack constinit property declarations ******
// ********** End Class UMovieSceneMediaPlayerPropertyTrack constinit property declarations ********
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneMediaPlayerPropertyTrack>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_Statics
UObject* (*const Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieScenePropertyTrack,
(UObject* (*)())Z_Construct_UPackage__Script_MediaCompositing,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister, (int32)VTABLE_OFFSET(UMovieSceneMediaPlayerPropertyTrack, IMovieSceneTrackTemplateProducer), false }, // 4099870696
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_Statics::ClassParams = {
&UMovieSceneMediaPlayerPropertyTrack::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
UE_ARRAY_COUNT(InterfaceParams),
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_Statics::Class_MetaDataParams)
};
void UMovieSceneMediaPlayerPropertyTrack::StaticRegisterNativesUMovieSceneMediaPlayerPropertyTrack()
{
}
UClass* Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack()
{
if (!Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertyTrack.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertyTrack.OuterSingleton, Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertyTrack.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneMediaPlayerPropertyTrack);
UMovieSceneMediaPlayerPropertyTrack::~UMovieSceneMediaPlayerPropertyTrack() {}
// ********** End Class UMovieSceneMediaPlayerPropertyTrack ****************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertyTrack_h__Script_MediaCompositing_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack, UMovieSceneMediaPlayerPropertyTrack::StaticClass, TEXT("UMovieSceneMediaPlayerPropertyTrack"), &Z_Registration_Info_UClass_UMovieSceneMediaPlayerPropertyTrack, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneMediaPlayerPropertyTrack), 896347113U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertyTrack_h__Script_MediaCompositing_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertyTrack_h__Script_MediaCompositing_1553708529{
TEXT("/Script/MediaCompositing"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertyTrack_h__Script_MediaCompositing_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertyTrack_h__Script_MediaCompositing_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,62 @@
// 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 "MovieSceneMediaPlayerPropertyTrack.h"
#ifdef MEDIACOMPOSITING_MovieSceneMediaPlayerPropertyTrack_generated_h
#error "MovieSceneMediaPlayerPropertyTrack.generated.h already included, missing '#pragma once' in MovieSceneMediaPlayerPropertyTrack.h"
#endif
#define MEDIACOMPOSITING_MovieSceneMediaPlayerPropertyTrack_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMovieSceneMediaPlayerPropertyTrack **************************************
struct Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_Statics;
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_NoRegister();
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertyTrack_h_18_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMovieSceneMediaPlayerPropertyTrack(); \
friend struct ::Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIACOMPOSITING_API UClass* ::Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_NoRegister(); \
public: \
DECLARE_CLASS2(UMovieSceneMediaPlayerPropertyTrack, UMovieScenePropertyTrack, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaCompositing"), Z_Construct_UClass_UMovieSceneMediaPlayerPropertyTrack_NoRegister) \
DECLARE_SERIALIZER(UMovieSceneMediaPlayerPropertyTrack) \
virtual UObject* _getUObject() const override { return const_cast<UMovieSceneMediaPlayerPropertyTrack*>(this); }
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertyTrack_h_18_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UMovieSceneMediaPlayerPropertyTrack(UMovieSceneMediaPlayerPropertyTrack&&) = delete; \
UMovieSceneMediaPlayerPropertyTrack(const UMovieSceneMediaPlayerPropertyTrack&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(MEDIACOMPOSITING_API, UMovieSceneMediaPlayerPropertyTrack); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneMediaPlayerPropertyTrack); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneMediaPlayerPropertyTrack) \
MEDIACOMPOSITING_API virtual ~UMovieSceneMediaPlayerPropertyTrack();
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertyTrack_h_11_PROLOG
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertyTrack_h_18_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertyTrack_h_18_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertyTrack_h_18_ENHANCED_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMovieSceneMediaPlayerPropertyTrack;
// ********** End Class UMovieSceneMediaPlayerPropertyTrack ****************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaPlayerPropertyTrack_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,320 @@
// 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 "MovieSceneMediaSection.h"
#include "Channels/MovieSceneBoolChannel.h"
#include "MediaSourceOptions.h"
#include "MovieSceneObjectBindingID.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneMediaSection() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber();
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameRate();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaPlayer_NoRegister();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaSoundComponent_NoRegister();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaSource_NoRegister();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaTexture_NoRegister();
MEDIAASSETS_API UScriptStruct* Z_Construct_UScriptStruct_FMediaSourceCacheSettings();
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaSection();
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaSection_NoRegister();
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneBoolChannel();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneObjectBindingID();
UPackage* Z_Construct_UPackage__Script_MediaCompositing();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMovieSceneMediaSection **************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneMediaSection;
UClass* UMovieSceneMediaSection::GetPrivateStaticClass()
{
using TClass = UMovieSceneMediaSection;
if (!Z_Registration_Info_UClass_UMovieSceneMediaSection.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneMediaSection"),
Z_Registration_Info_UClass_UMovieSceneMediaSection.InnerSingleton,
StaticRegisterNativesUMovieSceneMediaSection,
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_UMovieSceneMediaSection.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneMediaSection_NoRegister()
{
return UMovieSceneMediaSection::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneMediaSection_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a movie scene section for media playback.\n */" },
{ "IncludePath", "MovieSceneMediaSection.h" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ObjectInitializerConstructorDeclared", "" },
{ "ToolTip", "Implements a movie scene section for media playback." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSource_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** The source to play with this video track if MediaSourceProxy is not available. */" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "The source to play with this video track if MediaSourceProxy is not available." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSourceProxyIndex_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** The index to pass to MediaSourceProxy to get the media source. */" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "The index to pass to MediaSourceProxy to get the media source." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLooping_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** Should the media player be set to loop? This can be helpful for media formats that can use this information (such as exr sequences) to pre-cache the starting data when nearing the end of playback. Does not cause the media to continue playing after the end of the section is reached. */" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "Should the media player be set to loop? This can be helpful for media formats that can use this information (such as exr sequences) to pre-cache the starting data when nearing the end of playback. Does not cause the media to continue playing after the end of the section is reached." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartFrameOffset_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** Offset into the source media. */" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "Offset into the source media." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaTexture_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** The media texture that receives the track's video output. */" },
{ "EditCondition", "!bUseExternalMediaPlayer" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "The media texture that receives the track's video output." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSoundComponent_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** The media sound component that receives the track's audio output. */" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "The media sound component that receives the track's audio output." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseExternalMediaPlayer_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** If true, this track will control a previously created media player instead of automatically creating one. */" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "If true, this track will control a previously created media player instead of automatically creating one." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ExternalMediaPlayer_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** The external media player this track should control. */" },
{ "EditCondition", "bUseExternalMediaPlayer" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "The external media player this track should control." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CacheSettings_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** Override the default cache settings. Not used if we have a player proxy as the settings come from the proxy instead. */" },
{ "EditCondition", "!bHasMediaPlayerProxy" },
{ "EditConditionHides", "" },
{ "HideEditConditionToggle", "TRUE" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "Override the default cache settings. Not used if we have a player proxy as the settings come from the proxy instead." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_TextureIndex_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** If using an object like a MediaPlate, then this determines which texture to use for crossfading purposes. */" },
{ "EditCondition", "bHasMediaPlayerProxy" },
{ "EditConditionHides", "" },
{ "HideEditConditionToggle", "TRUE" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "If using an object like a MediaPlate, then this determines which texture to use for crossfading purposes." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bManualFrameRateAlignment_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** If true, the specified framerate alignment will be used instead of the media's frame rate. Use this in case the automatic media frame rate is inaccurate. */" },
{ "InlineEditConditionToggle", "" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "If true, the specified framerate alignment will be used instead of the media's frame rate. Use this in case the automatic media frame rate is inaccurate." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FrameRateAlignment_MetaData[] = {
{ "Category", "Media" },
{ "Comment", "/** Specify the frame rate for internal presentation frame alignment (i.e. frame duration used for Block On Range calculation). */" },
{ "EditCondition", "bManualFrameRateAlignment" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "Specify the frame rate for internal presentation frame alignment (i.e. frame duration used for Block On Range calculation)." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bHasMediaPlayerProxy_MetaData[] = {
{ "Comment", "/** True if the object bound to this track has a media player proxy. */" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "True if the object bound to this track has a media player proxy." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ChannelCanPlayerBeOpen_MetaData[] = {
{ "Comment", "/** If true then the media player can be open. */" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "If true then the media player can be open." },
};
#if WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ThumbnailReferenceOffset_MetaData[] = {
{ "Comment", "/** The reference frame offset for single thumbnail rendering */" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "The reference frame offset for single thumbnail rendering" },
};
#endif // WITH_EDITORONLY_DATA
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSourceProxyBindingID_MetaData[] = {
{ "Category", "Section" },
{ "Comment", "/** The object to get the source to play from if you don't want to directly specify a media source. */" },
{ "ModuleRelativePath", "Public/MovieSceneMediaSection.h" },
{ "ToolTip", "The object to get the source to play from if you don't want to directly specify a media source." },
};
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneMediaSection constinit property declarations ******************
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaSource;
static const UECodeGen_Private::FIntPropertyParams NewProp_MediaSourceProxyIndex;
static void NewProp_bLooping_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLooping;
static const UECodeGen_Private::FStructPropertyParams NewProp_StartFrameOffset;
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaTexture;
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaSoundComponent;
static void NewProp_bUseExternalMediaPlayer_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseExternalMediaPlayer;
static const UECodeGen_Private::FObjectPropertyParams NewProp_ExternalMediaPlayer;
static const UECodeGen_Private::FStructPropertyParams NewProp_CacheSettings;
static const UECodeGen_Private::FIntPropertyParams NewProp_TextureIndex;
static void NewProp_bManualFrameRateAlignment_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bManualFrameRateAlignment;
static const UECodeGen_Private::FStructPropertyParams NewProp_FrameRateAlignment;
static void NewProp_bHasMediaPlayerProxy_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bHasMediaPlayerProxy;
static const UECodeGen_Private::FStructPropertyParams NewProp_ChannelCanPlayerBeOpen;
#if WITH_EDITORONLY_DATA
static const UECodeGen_Private::FFloatPropertyParams NewProp_ThumbnailReferenceOffset;
#endif // WITH_EDITORONLY_DATA
static const UECodeGen_Private::FStructPropertyParams NewProp_MediaSourceProxyBindingID;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMovieSceneMediaSection constinit property declarations ********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneMediaSection>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneMediaSection_Statics
// ********** Begin Class UMovieSceneMediaSection Property Definitions *****************************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_MediaSource = { "MediaSource", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaSection, MediaSource), Z_Construct_UClass_UMediaSource_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSource_MetaData), NewProp_MediaSource_MetaData) };
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_MediaSourceProxyIndex = { "MediaSourceProxyIndex", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaSection, MediaSourceProxyIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSourceProxyIndex_MetaData), NewProp_MediaSourceProxyIndex_MetaData) };
void Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bLooping_SetBit(void* Obj)
{
((UMovieSceneMediaSection*)Obj)->bLooping = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bLooping = { "bLooping", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMovieSceneMediaSection), &Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bLooping_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLooping_MetaData), NewProp_bLooping_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_StartFrameOffset = { "StartFrameOffset", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaSection, StartFrameOffset), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartFrameOffset_MetaData), NewProp_StartFrameOffset_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_MediaTexture = { "MediaTexture", nullptr, (EPropertyFlags)0x0114000000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaSection, MediaTexture), Z_Construct_UClass_UMediaTexture_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaTexture_MetaData), NewProp_MediaTexture_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_MediaSoundComponent = { "MediaSoundComponent", nullptr, (EPropertyFlags)0x011400000008000d, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaSection, MediaSoundComponent), Z_Construct_UClass_UMediaSoundComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSoundComponent_MetaData), NewProp_MediaSoundComponent_MetaData) };
void Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bUseExternalMediaPlayer_SetBit(void* Obj)
{
((UMovieSceneMediaSection*)Obj)->bUseExternalMediaPlayer = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bUseExternalMediaPlayer = { "bUseExternalMediaPlayer", nullptr, (EPropertyFlags)0x0010040000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMovieSceneMediaSection), &Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bUseExternalMediaPlayer_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseExternalMediaPlayer_MetaData), NewProp_bUseExternalMediaPlayer_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_ExternalMediaPlayer = { "ExternalMediaPlayer", nullptr, (EPropertyFlags)0x0114040000000005, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaSection, ExternalMediaPlayer), Z_Construct_UClass_UMediaPlayer_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ExternalMediaPlayer_MetaData), NewProp_ExternalMediaPlayer_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_CacheSettings = { "CacheSettings", nullptr, (EPropertyFlags)0x0010040000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaSection, CacheSettings), Z_Construct_UScriptStruct_FMediaSourceCacheSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CacheSettings_MetaData), NewProp_CacheSettings_MetaData) }; // 4156327521
const UECodeGen_Private::FIntPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_TextureIndex = { "TextureIndex", nullptr, (EPropertyFlags)0x0010040000000005, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaSection, TextureIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_TextureIndex_MetaData), NewProp_TextureIndex_MetaData) };
void Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bManualFrameRateAlignment_SetBit(void* Obj)
{
((UMovieSceneMediaSection*)Obj)->bManualFrameRateAlignment = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bManualFrameRateAlignment = { "bManualFrameRateAlignment", nullptr, (EPropertyFlags)0x0010040000000005, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMovieSceneMediaSection), &Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bManualFrameRateAlignment_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bManualFrameRateAlignment_MetaData), NewProp_bManualFrameRateAlignment_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_FrameRateAlignment = { "FrameRateAlignment", nullptr, (EPropertyFlags)0x0010040000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaSection, FrameRateAlignment), Z_Construct_UScriptStruct_FFrameRate, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FrameRateAlignment_MetaData), NewProp_FrameRateAlignment_MetaData) };
void Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bHasMediaPlayerProxy_SetBit(void* Obj)
{
((UMovieSceneMediaSection*)Obj)->bHasMediaPlayerProxy = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bHasMediaPlayerProxy = { "bHasMediaPlayerProxy", nullptr, (EPropertyFlags)0x0010000000002000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMovieSceneMediaSection), &Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bHasMediaPlayerProxy_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bHasMediaPlayerProxy_MetaData), NewProp_bHasMediaPlayerProxy_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_ChannelCanPlayerBeOpen = { "ChannelCanPlayerBeOpen", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaSection, ChannelCanPlayerBeOpen), Z_Construct_UScriptStruct_FMovieSceneBoolChannel, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ChannelCanPlayerBeOpen_MetaData), NewProp_ChannelCanPlayerBeOpen_MetaData) }; // 3488447919
#if WITH_EDITORONLY_DATA
const UECodeGen_Private::FFloatPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_ThumbnailReferenceOffset = { "ThumbnailReferenceOffset", nullptr, (EPropertyFlags)0x0010000800000000, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaSection, ThumbnailReferenceOffset), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ThumbnailReferenceOffset_MetaData), NewProp_ThumbnailReferenceOffset_MetaData) };
#endif // WITH_EDITORONLY_DATA
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_MediaSourceProxyBindingID = { "MediaSourceProxyBindingID", nullptr, (EPropertyFlags)0x0040000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaSection, MediaSourceProxyBindingID), Z_Construct_UScriptStruct_FMovieSceneObjectBindingID, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSourceProxyBindingID_MetaData), NewProp_MediaSourceProxyBindingID_MetaData) }; // 3245927956
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMovieSceneMediaSection_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_MediaSource,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_MediaSourceProxyIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bLooping,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_StartFrameOffset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_MediaTexture,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_MediaSoundComponent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bUseExternalMediaPlayer,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_ExternalMediaPlayer,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_CacheSettings,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_TextureIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bManualFrameRateAlignment,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_FrameRateAlignment,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_bHasMediaPlayerProxy,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_ChannelCanPlayerBeOpen,
#if WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_ThumbnailReferenceOffset,
#endif // WITH_EDITORONLY_DATA
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaSection_Statics::NewProp_MediaSourceProxyBindingID,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaSection_Statics::PropPointers) < 2048);
// ********** End Class UMovieSceneMediaSection Property Definitions *******************************
UObject* (*const Z_Construct_UClass_UMovieSceneMediaSection_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneSection,
(UObject* (*)())Z_Construct_UPackage__Script_MediaCompositing,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaSection_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneMediaSection_Statics::ClassParams = {
&UMovieSceneMediaSection::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMovieSceneMediaSection_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaSection_Statics::PropPointers),
0,
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaSection_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneMediaSection_Statics::Class_MetaDataParams)
};
void UMovieSceneMediaSection::StaticRegisterNativesUMovieSceneMediaSection()
{
}
UClass* Z_Construct_UClass_UMovieSceneMediaSection()
{
if (!Z_Registration_Info_UClass_UMovieSceneMediaSection.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneMediaSection.OuterSingleton, Z_Construct_UClass_UMovieSceneMediaSection_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneMediaSection.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneMediaSection);
UMovieSceneMediaSection::~UMovieSceneMediaSection() {}
// ********** End Class UMovieSceneMediaSection ****************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaSection_h__Script_MediaCompositing_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMovieSceneMediaSection, UMovieSceneMediaSection::StaticClass, TEXT("UMovieSceneMediaSection"), &Z_Registration_Info_UClass_UMovieSceneMediaSection, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneMediaSection), 3262792580U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaSection_h__Script_MediaCompositing_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaSection_h__Script_MediaCompositing_2488935002{
TEXT("/Script/MediaCompositing"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaSection_h__Script_MediaCompositing_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaSection_h__Script_MediaCompositing_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,61 @@
// 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 "MovieSceneMediaSection.h"
#ifdef MEDIACOMPOSITING_MovieSceneMediaSection_generated_h
#error "MovieSceneMediaSection.generated.h already included, missing '#pragma once' in MovieSceneMediaSection.h"
#endif
#define MEDIACOMPOSITING_MovieSceneMediaSection_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMovieSceneMediaSection **************************************************
struct Z_Construct_UClass_UMovieSceneMediaSection_Statics;
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaSection_NoRegister();
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaSection_h_32_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMovieSceneMediaSection(); \
friend struct ::Z_Construct_UClass_UMovieSceneMediaSection_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIACOMPOSITING_API UClass* ::Z_Construct_UClass_UMovieSceneMediaSection_NoRegister(); \
public: \
DECLARE_CLASS2(UMovieSceneMediaSection, UMovieSceneSection, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaCompositing"), Z_Construct_UClass_UMovieSceneMediaSection_NoRegister) \
DECLARE_SERIALIZER(UMovieSceneMediaSection)
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaSection_h_32_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UMovieSceneMediaSection(UMovieSceneMediaSection&&) = delete; \
UMovieSceneMediaSection(const UMovieSceneMediaSection&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(MEDIACOMPOSITING_API, UMovieSceneMediaSection); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneMediaSection); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneMediaSection) \
MEDIACOMPOSITING_API virtual ~UMovieSceneMediaSection();
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaSection_h_26_PROLOG
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaSection_h_32_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaSection_h_32_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaSection_h_32_ENHANCED_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMovieSceneMediaSection;
// ********** End Class UMovieSceneMediaSection ****************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaSection_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,258 @@
// 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 "MovieScene/MovieSceneMediaTemplate.h"
#include "Channels/MovieSceneFloatChannel.h"
#include "MediaSourceOptions.h"
#include "MovieSceneObjectBindingID.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneMediaTemplate() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameNumber();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaPlayer_NoRegister();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaSoundComponent_NoRegister();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaSource_NoRegister();
MEDIAASSETS_API UClass* Z_Construct_UClass_UMediaTexture_NoRegister();
MEDIAASSETS_API UScriptStruct* Z_Construct_UScriptStruct_FMediaSourceCacheSettings();
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaSection_NoRegister();
MEDIACOMPOSITING_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams();
MEDIACOMPOSITING_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneEvalTemplate();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneFloatChannel();
MOVIESCENE_API UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneObjectBindingID();
UPackage* Z_Construct_UPackage__Script_MediaCompositing();
// ********** End Cross Module References **********************************************************
// ********** Begin ScriptStruct FMovieSceneMediaSectionParams *************************************
struct Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneMediaSectionParams); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneMediaSectionParams); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSoundComponent_MetaData[] = {
{ "EditInline", "true" },
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSource_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSourceProxy_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSourceProxyIndex_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaTexture_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaPlayer_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SectionStartFrame_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SectionEndFrame_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bLooping_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_StartFrameOffset_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_ProxyTextureBlend_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_CacheSettings_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneMediaSectionParams constinit property declarations *****
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaSoundComponent;
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaSource;
static const UECodeGen_Private::FStructPropertyParams NewProp_MediaSourceProxy;
static const UECodeGen_Private::FIntPropertyParams NewProp_MediaSourceProxyIndex;
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaTexture;
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaPlayer;
static const UECodeGen_Private::FStructPropertyParams NewProp_SectionStartFrame;
static const UECodeGen_Private::FStructPropertyParams NewProp_SectionEndFrame;
static void NewProp_bLooping_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bLooping;
static const UECodeGen_Private::FStructPropertyParams NewProp_StartFrameOffset;
static const UECodeGen_Private::FStructPropertyParams NewProp_ProxyTextureBlend;
static const UECodeGen_Private::FStructPropertyParams NewProp_CacheSettings;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneMediaSectionParams constinit property declarations *******
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneMediaSectionParams>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionParams;
class UScriptStruct* FMovieSceneMediaSectionParams::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionParams.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionParams.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams, (UObject*)Z_Construct_UPackage__Script_MediaCompositing(), TEXT("MovieSceneMediaSectionParams"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionParams.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneMediaSectionParams Property Definitions ****************
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_MediaSoundComponent = { "MediaSoundComponent", nullptr, (EPropertyFlags)0x0114000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionParams, MediaSoundComponent), Z_Construct_UClass_UMediaSoundComponent_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSoundComponent_MetaData), NewProp_MediaSoundComponent_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_MediaSource = { "MediaSource", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionParams, MediaSource), Z_Construct_UClass_UMediaSource_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSource_MetaData), NewProp_MediaSource_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_MediaSourceProxy = { "MediaSourceProxy", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionParams, MediaSourceProxy), Z_Construct_UScriptStruct_FMovieSceneObjectBindingID, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSourceProxy_MetaData), NewProp_MediaSourceProxy_MetaData) }; // 3245927956
const UECodeGen_Private::FIntPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_MediaSourceProxyIndex = { "MediaSourceProxyIndex", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Int, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionParams, MediaSourceProxyIndex), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSourceProxyIndex_MetaData), NewProp_MediaSourceProxyIndex_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_MediaTexture = { "MediaTexture", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionParams, MediaTexture), Z_Construct_UClass_UMediaTexture_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaTexture_MetaData), NewProp_MediaTexture_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_MediaPlayer = { "MediaPlayer", nullptr, (EPropertyFlags)0x0114000000000000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionParams, MediaPlayer), Z_Construct_UClass_UMediaPlayer_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaPlayer_MetaData), NewProp_MediaPlayer_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_SectionStartFrame = { "SectionStartFrame", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionParams, SectionStartFrame), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SectionStartFrame_MetaData), NewProp_SectionStartFrame_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_SectionEndFrame = { "SectionEndFrame", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionParams, SectionEndFrame), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SectionEndFrame_MetaData), NewProp_SectionEndFrame_MetaData) };
void Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_bLooping_SetBit(void* Obj)
{
((FMovieSceneMediaSectionParams*)Obj)->bLooping = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_bLooping = { "bLooping", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(FMovieSceneMediaSectionParams), &Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_bLooping_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bLooping_MetaData), NewProp_bLooping_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_StartFrameOffset = { "StartFrameOffset", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionParams, StartFrameOffset), Z_Construct_UScriptStruct_FFrameNumber, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_StartFrameOffset_MetaData), NewProp_StartFrameOffset_MetaData) };
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_ProxyTextureBlend = { "ProxyTextureBlend", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionParams, ProxyTextureBlend), Z_Construct_UScriptStruct_FMovieSceneFloatChannel, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_ProxyTextureBlend_MetaData), NewProp_ProxyTextureBlend_MetaData) }; // 1650834346
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_CacheSettings = { "CacheSettings", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionParams, CacheSettings), Z_Construct_UScriptStruct_FMediaSourceCacheSettings, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_CacheSettings_MetaData), NewProp_CacheSettings_MetaData) }; // 4156327521
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_MediaSoundComponent,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_MediaSource,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_MediaSourceProxy,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_MediaSourceProxyIndex,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_MediaTexture,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_MediaPlayer,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_SectionStartFrame,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_SectionEndFrame,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_bLooping,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_StartFrameOffset,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_ProxyTextureBlend,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewProp_CacheSettings,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneMediaSectionParams Property Definitions ******************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MediaCompositing,
nullptr,
&NewStructOps,
"MovieSceneMediaSectionParams",
Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::PropPointers),
sizeof(FMovieSceneMediaSectionParams),
alignof(FMovieSceneMediaSectionParams),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000005),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionParams.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionParams.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionParams.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneMediaSectionParams ***************************************
// ********** Begin ScriptStruct FMovieSceneMediaSectionTemplate ***********************************
struct Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics
{
static inline consteval int32 GetStructSize() { return sizeof(FMovieSceneMediaSectionTemplate); }
static inline consteval int16 GetStructAlignment() { return alignof(FMovieSceneMediaSectionTemplate); }
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Params_MetaData[] = {
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSection_MetaData[] = {
{ "EditInline", "true" },
{ "ModuleRelativePath", "Private/MovieScene/MovieSceneMediaTemplate.h" },
{ "NativeConstTemplateArg", "" },
};
#endif // WITH_METADATA
// ********** Begin ScriptStruct FMovieSceneMediaSectionTemplate constinit property declarations ***
static const UECodeGen_Private::FStructPropertyParams NewProp_Params;
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaSection;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End ScriptStruct FMovieSceneMediaSectionTemplate constinit property declarations *****
static void* NewStructOps()
{
return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps<FMovieSceneMediaSectionTemplate>();
}
static const UECodeGen_Private::FStructParams StructParams;
}; // struct Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics
static_assert(std::is_polymorphic<FMovieSceneMediaSectionTemplate>() == std::is_polymorphic<FMovieSceneEvalTemplate>(), "USTRUCT FMovieSceneMediaSectionTemplate cannot be polymorphic unless super FMovieSceneEvalTemplate is polymorphic");
static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionTemplate;
class UScriptStruct* FMovieSceneMediaSectionTemplate::StaticStruct()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionTemplate.OuterSingleton)
{
Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionTemplate.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate, (UObject*)Z_Construct_UPackage__Script_MediaCompositing(), TEXT("MovieSceneMediaSectionTemplate"));
}
return Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionTemplate.OuterSingleton;
}
// ********** Begin ScriptStruct FMovieSceneMediaSectionTemplate Property Definitions **************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::NewProp_Params = { "Params", nullptr, (EPropertyFlags)0x0040008000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionTemplate, Params), Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Params_MetaData), NewProp_Params_MetaData) }; // 2009529301
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::NewProp_MediaSection = { "MediaSection", nullptr, (EPropertyFlags)0x0144000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FMovieSceneMediaSectionTemplate, MediaSection), Z_Construct_UClass_UMovieSceneMediaSection_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSection_MetaData), NewProp_MediaSection_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::NewProp_Params,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::NewProp_MediaSection,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::PropPointers) < 2048);
// ********** End ScriptStruct FMovieSceneMediaSectionTemplate Property Definitions ****************
const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::StructParams = {
(UObject* (*)())Z_Construct_UPackage__Script_MediaCompositing,
Z_Construct_UScriptStruct_FMovieSceneEvalTemplate,
&NewStructOps,
"MovieSceneMediaSectionTemplate",
Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::PropPointers,
UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::PropPointers),
sizeof(FMovieSceneMediaSectionTemplate),
alignof(FMovieSceneMediaSectionTemplate),
RF_Public|RF_Transient|RF_MarkAsNative,
EStructFlags(0x00000005),
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::Struct_MetaDataParams)
};
UScriptStruct* Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate()
{
if (!Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionTemplate.InnerSingleton)
{
UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionTemplate.InnerSingleton, Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::StructParams);
}
return CastChecked<UScriptStruct>(Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionTemplate.InnerSingleton);
}
// ********** End ScriptStruct FMovieSceneMediaSectionTemplate *************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaTemplate_h__Script_MediaCompositing_Statics
{
static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = {
{ FMovieSceneMediaSectionParams::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics::NewStructOps, TEXT("MovieSceneMediaSectionParams"),&Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionParams, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneMediaSectionParams), 2009529301U) },
{ FMovieSceneMediaSectionTemplate::StaticStruct, Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics::NewStructOps, TEXT("MovieSceneMediaSectionTemplate"),&Z_Registration_Info_UScriptStruct_FMovieSceneMediaSectionTemplate, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FMovieSceneMediaSectionTemplate), 2780208916U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaTemplate_h__Script_MediaCompositing_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaTemplate_h__Script_MediaCompositing_3092136525{
TEXT("/Script/MediaCompositing"),
nullptr, 0,
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaTemplate_h__Script_MediaCompositing_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaTemplate_h__Script_MediaCompositing_Statics::ScriptStructInfo),
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,43 @@
// 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 "MovieScene/MovieSceneMediaTemplate.h"
#ifdef MEDIACOMPOSITING_MovieSceneMediaTemplate_generated_h
#error "MovieSceneMediaTemplate.generated.h already included, missing '#pragma once' in MovieSceneMediaTemplate.h"
#endif
#define MEDIACOMPOSITING_MovieSceneMediaTemplate_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin ScriptStruct FMovieSceneMediaSectionParams *************************************
struct Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics;
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaTemplate_h_23_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMovieSceneMediaSectionParams_Statics; \
MEDIACOMPOSITING_API static class UScriptStruct* StaticStruct();
struct FMovieSceneMediaSectionParams;
// ********** End ScriptStruct FMovieSceneMediaSectionParams ***************************************
// ********** Begin ScriptStruct FMovieSceneMediaSectionTemplate ***********************************
struct Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics;
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaTemplate_h_76_GENERATED_BODY \
friend struct ::Z_Construct_UScriptStruct_FMovieSceneMediaSectionTemplate_Statics; \
MEDIACOMPOSITING_API static class UScriptStruct* StaticStruct(); \
typedef FMovieSceneEvalTemplate Super;
struct FMovieSceneMediaSectionTemplate;
// ********** End ScriptStruct FMovieSceneMediaSectionTemplate *************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Private_MovieScene_MovieSceneMediaTemplate_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,160 @@
// 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 "MovieSceneMediaTrack.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeMovieSceneMediaTrack() {}
// ********** Begin Cross Module References ********************************************************
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaTrack();
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaTrack_NoRegister();
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneNameableTrack();
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneSection_NoRegister();
MOVIESCENE_API UClass* Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister();
UPackage* Z_Construct_UPackage__Script_MediaCompositing();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UMovieSceneMediaTrack ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UMovieSceneMediaTrack;
UClass* UMovieSceneMediaTrack::GetPrivateStaticClass()
{
using TClass = UMovieSceneMediaTrack;
if (!Z_Registration_Info_UClass_UMovieSceneMediaTrack.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("MovieSceneMediaTrack"),
Z_Registration_Info_UClass_UMovieSceneMediaTrack.InnerSingleton,
StaticRegisterNativesUMovieSceneMediaTrack,
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_UMovieSceneMediaTrack.InnerSingleton;
}
UClass* Z_Construct_UClass_UMovieSceneMediaTrack_NoRegister()
{
return UMovieSceneMediaTrack::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UMovieSceneMediaTrack_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Implements a movie scene track for media playback.\n */" },
{ "IncludePath", "MovieSceneMediaTrack.h" },
{ "ModuleRelativePath", "Public/MovieSceneMediaTrack.h" },
{ "ObjectInitializerConstructorDeclared", "" },
{ "ToolTip", "Implements a movie scene track for media playback." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSynchronousScrubbing_MetaData[] = {
{ "Category", "Media Track" },
{ "Comment", "/**\n\x09 * Force synchronous frame requests *while* manually scrubbing the media track, at the cost of blocking the editor.\n\x09 * This can be valuable for always maintaining alignment of media & CG while working.\n\x09 */" },
{ "ModuleRelativePath", "Public/MovieSceneMediaTrack.h" },
{ "ToolTip", "Force synchronous frame requests *while* manually scrubbing the media track, at the cost of blocking the editor.\nThis can be valuable for always maintaining alignment of media & CG while working." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MediaSections_MetaData[] = {
{ "Comment", "/** List of all media sections. */" },
{ "EditInline", "true" },
{ "ModuleRelativePath", "Public/MovieSceneMediaTrack.h" },
{ "ToolTip", "List of all media sections." },
};
#endif // WITH_METADATA
// ********** Begin Class UMovieSceneMediaTrack constinit property declarations ********************
static void NewProp_bSynchronousScrubbing_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bSynchronousScrubbing;
static const UECodeGen_Private::FObjectPropertyParams NewProp_MediaSections_Inner;
static const UECodeGen_Private::FArrayPropertyParams NewProp_MediaSections;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UMovieSceneMediaTrack constinit property declarations **********************
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UMovieSceneMediaTrack>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UMovieSceneMediaTrack_Statics
// ********** Begin Class UMovieSceneMediaTrack Property Definitions *******************************
void Z_Construct_UClass_UMovieSceneMediaTrack_Statics::NewProp_bSynchronousScrubbing_SetBit(void* Obj)
{
((UMovieSceneMediaTrack*)Obj)->bSynchronousScrubbing = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UMovieSceneMediaTrack_Statics::NewProp_bSynchronousScrubbing = { "bSynchronousScrubbing", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UMovieSceneMediaTrack), &Z_Construct_UClass_UMovieSceneMediaTrack_Statics::NewProp_bSynchronousScrubbing_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSynchronousScrubbing_MetaData), NewProp_bSynchronousScrubbing_MetaData) };
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UMovieSceneMediaTrack_Statics::NewProp_MediaSections_Inner = { "MediaSections", nullptr, (EPropertyFlags)0x0104000000080008, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UClass_UMovieSceneSection_NoRegister, METADATA_PARAMS(0, nullptr) };
const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UMovieSceneMediaTrack_Statics::NewProp_MediaSections = { "MediaSections", nullptr, (EPropertyFlags)0x0144008000000008, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UMovieSceneMediaTrack, MediaSections), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MediaSections_MetaData), NewProp_MediaSections_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UMovieSceneMediaTrack_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaTrack_Statics::NewProp_bSynchronousScrubbing,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaTrack_Statics::NewProp_MediaSections_Inner,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UMovieSceneMediaTrack_Statics::NewProp_MediaSections,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaTrack_Statics::PropPointers) < 2048);
// ********** End Class UMovieSceneMediaTrack Property Definitions *********************************
UObject* (*const Z_Construct_UClass_UMovieSceneMediaTrack_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneNameableTrack,
(UObject* (*)())Z_Construct_UPackage__Script_MediaCompositing,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaTrack_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UMovieSceneMediaTrack_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UMovieSceneTrackTemplateProducer_NoRegister, (int32)VTABLE_OFFSET(UMovieSceneMediaTrack, IMovieSceneTrackTemplateProducer), false }, // 4099870696
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UMovieSceneMediaTrack_Statics::ClassParams = {
&UMovieSceneMediaTrack::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UMovieSceneMediaTrack_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaTrack_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x00A800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UMovieSceneMediaTrack_Statics::Class_MetaDataParams), Z_Construct_UClass_UMovieSceneMediaTrack_Statics::Class_MetaDataParams)
};
void UMovieSceneMediaTrack::StaticRegisterNativesUMovieSceneMediaTrack()
{
}
UClass* Z_Construct_UClass_UMovieSceneMediaTrack()
{
if (!Z_Registration_Info_UClass_UMovieSceneMediaTrack.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UMovieSceneMediaTrack.OuterSingleton, Z_Construct_UClass_UMovieSceneMediaTrack_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UMovieSceneMediaTrack.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UMovieSceneMediaTrack);
UMovieSceneMediaTrack::~UMovieSceneMediaTrack() {}
// ********** End Class UMovieSceneMediaTrack ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaTrack_h__Script_MediaCompositing_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UMovieSceneMediaTrack, UMovieSceneMediaTrack::StaticClass, TEXT("UMovieSceneMediaTrack"), &Z_Registration_Info_UClass_UMovieSceneMediaTrack, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UMovieSceneMediaTrack), 297968667U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaTrack_h__Script_MediaCompositing_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaTrack_h__Script_MediaCompositing_2979582063{
TEXT("/Script/MediaCompositing"),
Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaTrack_h__Script_MediaCompositing_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaTrack_h__Script_MediaCompositing_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,62 @@
// 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 "MovieSceneMediaTrack.h"
#ifdef MEDIACOMPOSITING_MovieSceneMediaTrack_generated_h
#error "MovieSceneMediaTrack.generated.h already included, missing '#pragma once' in MovieSceneMediaTrack.h"
#endif
#define MEDIACOMPOSITING_MovieSceneMediaTrack_generated_h
#include "UObject/ObjectMacros.h"
#include "UObject/ScriptMacros.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
// ********** Begin Class UMovieSceneMediaTrack ****************************************************
struct Z_Construct_UClass_UMovieSceneMediaTrack_Statics;
MEDIACOMPOSITING_API UClass* Z_Construct_UClass_UMovieSceneMediaTrack_NoRegister();
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaTrack_h_32_INCLASS_NO_PURE_DECLS \
private: \
static void StaticRegisterNativesUMovieSceneMediaTrack(); \
friend struct ::Z_Construct_UClass_UMovieSceneMediaTrack_Statics; \
static UClass* GetPrivateStaticClass(); \
friend MEDIACOMPOSITING_API UClass* ::Z_Construct_UClass_UMovieSceneMediaTrack_NoRegister(); \
public: \
DECLARE_CLASS2(UMovieSceneMediaTrack, UMovieSceneNameableTrack, COMPILED_IN_FLAGS(0), CASTCLASS_None, TEXT("/Script/MediaCompositing"), Z_Construct_UClass_UMovieSceneMediaTrack_NoRegister) \
DECLARE_SERIALIZER(UMovieSceneMediaTrack) \
virtual UObject* _getUObject() const override { return const_cast<UMovieSceneMediaTrack*>(this); }
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaTrack_h_32_ENHANCED_CONSTRUCTORS \
/** Deleted move- and copy-constructors, should never be used */ \
UMovieSceneMediaTrack(UMovieSceneMediaTrack&&) = delete; \
UMovieSceneMediaTrack(const UMovieSceneMediaTrack&) = delete; \
DECLARE_VTABLE_PTR_HELPER_CTOR(MEDIACOMPOSITING_API, UMovieSceneMediaTrack); \
DEFINE_VTABLE_PTR_HELPER_CTOR_CALLER(UMovieSceneMediaTrack); \
DEFINE_DEFAULT_OBJECT_INITIALIZER_CONSTRUCTOR_CALL(UMovieSceneMediaTrack) \
MEDIACOMPOSITING_API virtual ~UMovieSceneMediaTrack();
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaTrack_h_25_PROLOG
#define FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaTrack_h_32_GENERATED_BODY \
PRAGMA_DISABLE_DEPRECATION_WARNINGS \
public: \
FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaTrack_h_32_INCLASS_NO_PURE_DECLS \
FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaTrack_h_32_ENHANCED_CONSTRUCTORS \
public: \
PRAGMA_ENABLE_DEPRECATION_WARNINGS
class UMovieSceneMediaTrack;
// ********** End Class UMovieSceneMediaTrack ******************************************************
#undef CURRENT_FILE_ID
#define CURRENT_FILE_ID FID_Engine_Plugins_Media_MediaCompositing_Source_MediaCompositing_Public_MovieSceneMediaTrack_h
PRAGMA_ENABLE_DEPRECATION_WARNINGS

View File

@@ -0,0 +1,6 @@
D:\UE_5_7_1\Engine\Plugins\Media\MediaCompositing\Source\MediaCompositing\Public\MovieSceneMediaPlayerPropertySection.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaCompositing\Source\MediaCompositing\Public\MovieSceneMediaPlayerPropertyTrack.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaCompositing\Source\MediaCompositing\Public\MovieSceneMediaSection.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaCompositing\Source\MediaCompositing\Public\MovieSceneMediaTrack.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaCompositing\Source\MediaCompositing\Private\MovieScene\MovieSceneMediaPlayerPropertyTemplate.h
D:\UE_5_7_1\Engine\Plugins\Media\MediaCompositing\Source\MediaCompositing\Private\MovieScene\MovieSceneMediaTemplate.h