Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/TimeManagement/UHT/FixedFrameRateCustomTimeStep.gen.cpp

121 lines
6.2 KiB
C++
Raw Normal View History

2026-01-28 19:08:51 -05:00
// 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 "FixedFrameRateCustomTimeStep.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeFixedFrameRateCustomTimeStep() {}
// ********** Begin Cross Module References ********************************************************
ENGINE_API UClass* Z_Construct_UClass_UEngineCustomTimeStep();
TIMEMANAGEMENT_API UClass* Z_Construct_UClass_UFixedFrameRateCustomTimeStep();
TIMEMANAGEMENT_API UClass* Z_Construct_UClass_UFixedFrameRateCustomTimeStep_NoRegister();
UPackage* Z_Construct_UPackage__Script_TimeManagement();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UFixedFrameRateCustomTimeStep ********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UFixedFrameRateCustomTimeStep;
UClass* UFixedFrameRateCustomTimeStep::GetPrivateStaticClass()
{
using TClass = UFixedFrameRateCustomTimeStep;
if (!Z_Registration_Info_UClass_UFixedFrameRateCustomTimeStep.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("FixedFrameRateCustomTimeStep"),
Z_Registration_Info_UClass_UFixedFrameRateCustomTimeStep.InnerSingleton,
StaticRegisterNativesUFixedFrameRateCustomTimeStep,
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_UFixedFrameRateCustomTimeStep.InnerSingleton;
}
UClass* Z_Construct_UClass_UFixedFrameRateCustomTimeStep_NoRegister()
{
return UFixedFrameRateCustomTimeStep::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UFixedFrameRateCustomTimeStep_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/**\n * Class to control the Engine TimeStep via a FixedFrameRate\n */" },
{ "IncludePath", "FixedFrameRateCustomTimeStep.h" },
{ "ModuleRelativePath", "Public/FixedFrameRateCustomTimeStep.h" },
{ "ToolTip", "Class to control the Engine TimeStep via a FixedFrameRate" },
};
#endif // WITH_METADATA
// ********** Begin Class UFixedFrameRateCustomTimeStep constinit property declarations ************
// ********** End Class UFixedFrameRateCustomTimeStep constinit property declarations **************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UFixedFrameRateCustomTimeStep>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UFixedFrameRateCustomTimeStep_Statics
UObject* (*const Z_Construct_UClass_UFixedFrameRateCustomTimeStep_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UEngineCustomTimeStep,
(UObject* (*)())Z_Construct_UPackage__Script_TimeManagement,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UFixedFrameRateCustomTimeStep_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UFixedFrameRateCustomTimeStep_Statics::ClassParams = {
&UFixedFrameRateCustomTimeStep::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A1u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UFixedFrameRateCustomTimeStep_Statics::Class_MetaDataParams), Z_Construct_UClass_UFixedFrameRateCustomTimeStep_Statics::Class_MetaDataParams)
};
void UFixedFrameRateCustomTimeStep::StaticRegisterNativesUFixedFrameRateCustomTimeStep()
{
}
UClass* Z_Construct_UClass_UFixedFrameRateCustomTimeStep()
{
if (!Z_Registration_Info_UClass_UFixedFrameRateCustomTimeStep.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UFixedFrameRateCustomTimeStep.OuterSingleton, Z_Construct_UClass_UFixedFrameRateCustomTimeStep_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UFixedFrameRateCustomTimeStep.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UFixedFrameRateCustomTimeStep);
UFixedFrameRateCustomTimeStep::~UFixedFrameRateCustomTimeStep() {}
// ********** End Class UFixedFrameRateCustomTimeStep **********************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_FixedFrameRateCustomTimeStep_h__Script_TimeManagement_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UFixedFrameRateCustomTimeStep, UFixedFrameRateCustomTimeStep::StaticClass, TEXT("UFixedFrameRateCustomTimeStep"), &Z_Registration_Info_UClass_UFixedFrameRateCustomTimeStep, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UFixedFrameRateCustomTimeStep), 4291417393U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_FixedFrameRateCustomTimeStep_h__Script_TimeManagement_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_FixedFrameRateCustomTimeStep_h__Script_TimeManagement_1096351804{
TEXT("/Script/TimeManagement"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_FixedFrameRateCustomTimeStep_h__Script_TimeManagement_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_FixedFrameRateCustomTimeStep_h__Script_TimeManagement_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS