Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateServer/Inc/MovieSceneCapture/UHT/FrameGrabberProtocol.gen.cpp
Norman Lansing ecb33115bf Initial Commit
2026-01-28 19:08:51 -05:00

120 lines
6.0 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 "Protocols/FrameGrabberProtocol.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeFrameGrabberProtocol() {}
// ********** Begin Cross Module References ********************************************************
MOVIESCENECAPTURE_API UClass* Z_Construct_UClass_UFrameGrabberProtocol();
MOVIESCENECAPTURE_API UClass* Z_Construct_UClass_UFrameGrabberProtocol_NoRegister();
MOVIESCENECAPTURE_API UClass* Z_Construct_UClass_UMovieSceneImageCaptureProtocolBase();
UPackage* Z_Construct_UPackage__Script_MovieSceneCapture();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UFrameGrabberProtocol ****************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UFrameGrabberProtocol;
UClass* UFrameGrabberProtocol::GetPrivateStaticClass()
{
using TClass = UFrameGrabberProtocol;
if (!Z_Registration_Info_UClass_UFrameGrabberProtocol.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("FrameGrabberProtocol"),
Z_Registration_Info_UClass_UFrameGrabberProtocol.InnerSingleton,
StaticRegisterNativesUFrameGrabberProtocol,
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_UFrameGrabberProtocol.InnerSingleton;
}
UClass* Z_Construct_UClass_UFrameGrabberProtocol_NoRegister()
{
return UFrameGrabberProtocol::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UFrameGrabberProtocol_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "IncludePath", "Protocols/FrameGrabberProtocol.h" },
{ "ModuleRelativePath", "Public/Protocols/FrameGrabberProtocol.h" },
{ "ObjectInitializerConstructorDeclared", "" },
};
#endif // WITH_METADATA
// ********** Begin Class UFrameGrabberProtocol constinit property declarations ********************
// ********** End Class UFrameGrabberProtocol constinit property declarations **********************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UFrameGrabberProtocol>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UFrameGrabberProtocol_Statics
UObject* (*const Z_Construct_UClass_UFrameGrabberProtocol_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UMovieSceneImageCaptureProtocolBase,
(UObject* (*)())Z_Construct_UPackage__Script_MovieSceneCapture,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFrameGrabberProtocol_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFrameGrabberProtocol_Statics::ClassParams = {
&UFrameGrabberProtocol::StaticClass,
"EditorPerProjectUserSettings",
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000804A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFrameGrabberProtocol_Statics::Class_MetaDataParams), Z_Construct_UClass_UFrameGrabberProtocol_Statics::Class_MetaDataParams)
};
void UFrameGrabberProtocol::StaticRegisterNativesUFrameGrabberProtocol()
{
}
UClass* Z_Construct_UClass_UFrameGrabberProtocol()
{
if (!Z_Registration_Info_UClass_UFrameGrabberProtocol.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFrameGrabberProtocol.OuterSingleton, Z_Construct_UClass_UFrameGrabberProtocol_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UFrameGrabberProtocol.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UFrameGrabberProtocol);
UFrameGrabberProtocol::~UFrameGrabberProtocol() {}
// ********** End Class UFrameGrabberProtocol ******************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_FrameGrabberProtocol_h__Script_MovieSceneCapture_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UFrameGrabberProtocol, UFrameGrabberProtocol::StaticClass, TEXT("UFrameGrabberProtocol"), &Z_Registration_Info_UClass_UFrameGrabberProtocol, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFrameGrabberProtocol), 1209817952U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_FrameGrabberProtocol_h__Script_MovieSceneCapture_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_FrameGrabberProtocol_h__Script_MovieSceneCapture_1715436101{
TEXT("/Script/MovieSceneCapture"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_FrameGrabberProtocol_h__Script_MovieSceneCapture_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_MovieSceneCapture_Public_Protocols_FrameGrabberProtocol_h__Script_MovieSceneCapture_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS