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

156 lines
9.7 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 "GenlockedCustomTimeStep.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeGenlockedCustomTimeStep() {}
// ********** Begin Cross Module References ********************************************************
TIMEMANAGEMENT_API UClass* Z_Construct_UClass_UFixedFrameRateCustomTimeStep();
TIMEMANAGEMENT_API UClass* Z_Construct_UClass_UGenlockedCustomTimeStep();
TIMEMANAGEMENT_API UClass* Z_Construct_UClass_UGenlockedCustomTimeStep_NoRegister();
UPackage* Z_Construct_UPackage__Script_TimeManagement();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UGenlockedCustomTimeStep *************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UGenlockedCustomTimeStep;
UClass* UGenlockedCustomTimeStep::GetPrivateStaticClass()
{
using TClass = UGenlockedCustomTimeStep;
if (!Z_Registration_Info_UClass_UGenlockedCustomTimeStep.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("GenlockedCustomTimeStep"),
Z_Registration_Info_UClass_UGenlockedCustomTimeStep.InnerSingleton,
StaticRegisterNativesUGenlockedCustomTimeStep,
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_UGenlockedCustomTimeStep.InnerSingleton;
}
UClass* Z_Construct_UClass_UGenlockedCustomTimeStep_NoRegister()
{
return UGenlockedCustomTimeStep::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UGenlockedCustomTimeStep_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Class to control the Engine Timestep from a Genlock signal.\n */" },
{ "IncludePath", "GenlockedCustomTimeStep.h" },
{ "ModuleRelativePath", "Public/GenlockedCustomTimeStep.h" },
{ "ToolTip", "Class to control the Engine Timestep from a Genlock signal." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bAutoDetectFormat_MetaData[] = {
{ "Comment", "/** Whether this custom time step should autodetect the video format if supported. */" },
{ "ModuleRelativePath", "Public/GenlockedCustomTimeStep.h" },
{ "ToolTip", "Whether this custom time step should autodetect the video format if supported." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bWaitForBothFields_MetaData[] = {
{ "Category", "Genlock Options" },
{ "Comment", "/** \n\x09 * When using interlace video as a custom time step, enabling this option will force the engine to wait for both fields to be received before ticking. \n\x09 */" },
{ "ModuleRelativePath", "Public/GenlockedCustomTimeStep.h" },
{ "ToolTip", "When using interlace video as a custom time step, enabling this option will force the engine to wait for both fields to be received before ticking." },
};
#endif // WITH_METADATA
// ********** Begin Class UGenlockedCustomTimeStep constinit property declarations *****************
static void NewProp_bAutoDetectFormat_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bAutoDetectFormat;
static void NewProp_bWaitForBothFields_SetBit(void* Obj);
static const UECodeGen_Private::FBoolPropertyParams NewProp_bWaitForBothFields;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UGenlockedCustomTimeStep constinit property declarations *******************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UGenlockedCustomTimeStep>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UGenlockedCustomTimeStep_Statics
// ********** Begin Class UGenlockedCustomTimeStep Property Definitions ****************************
void Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::NewProp_bAutoDetectFormat_SetBit(void* Obj)
{
((UGenlockedCustomTimeStep*)Obj)->bAutoDetectFormat = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::NewProp_bAutoDetectFormat = { "bAutoDetectFormat", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UGenlockedCustomTimeStep), &Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::NewProp_bAutoDetectFormat_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bAutoDetectFormat_MetaData), NewProp_bAutoDetectFormat_MetaData) };
void Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::NewProp_bWaitForBothFields_SetBit(void* Obj)
{
((UGenlockedCustomTimeStep*)Obj)->bWaitForBothFields = 1;
}
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::NewProp_bWaitForBothFields = { "bWaitForBothFields", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(UGenlockedCustomTimeStep), &Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::NewProp_bWaitForBothFields_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bWaitForBothFields_MetaData), NewProp_bWaitForBothFields_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::NewProp_bAutoDetectFormat,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::NewProp_bWaitForBothFields,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::PropPointers) < 2048);
// ********** End Class UGenlockedCustomTimeStep Property Definitions ******************************
UObject* (*const Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UFixedFrameRateCustomTimeStep,
(UObject* (*)())Z_Construct_UPackage__Script_TimeManagement,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::ClassParams = {
&UGenlockedCustomTimeStep::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::PropPointers,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::PropPointers),
0,
0x000800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::Class_MetaDataParams), Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::Class_MetaDataParams)
};
void UGenlockedCustomTimeStep::StaticRegisterNativesUGenlockedCustomTimeStep()
{
}
UClass* Z_Construct_UClass_UGenlockedCustomTimeStep()
{
if (!Z_Registration_Info_UClass_UGenlockedCustomTimeStep.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UGenlockedCustomTimeStep.OuterSingleton, Z_Construct_UClass_UGenlockedCustomTimeStep_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UGenlockedCustomTimeStep.OuterSingleton;
}
UGenlockedCustomTimeStep::UGenlockedCustomTimeStep(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UGenlockedCustomTimeStep);
UGenlockedCustomTimeStep::~UGenlockedCustomTimeStep() {}
// ********** End Class UGenlockedCustomTimeStep ***************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_GenlockedCustomTimeStep_h__Script_TimeManagement_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UGenlockedCustomTimeStep, UGenlockedCustomTimeStep::StaticClass, TEXT("UGenlockedCustomTimeStep"), &Z_Registration_Info_UClass_UGenlockedCustomTimeStep, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UGenlockedCustomTimeStep), 3186733663U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_GenlockedCustomTimeStep_h__Script_TimeManagement_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_GenlockedCustomTimeStep_h__Script_TimeManagement_2526870199{
TEXT("/Script/TimeManagement"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_GenlockedCustomTimeStep_h__Script_TimeManagement_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_GenlockedCustomTimeStep_h__Script_TimeManagement_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS