153 lines
9.9 KiB
C++
153 lines
9.9 KiB
C++
// 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
|