// 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 "CatchupFixedRateCustomTimeStep.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeCatchupFixedRateCustomTimeStep() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FFrameRate(); TIMEMANAGEMENT_API UClass* Z_Construct_UClass_UCatchupFixedRateCustomTimeStep(); TIMEMANAGEMENT_API UClass* Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_NoRegister(); TIMEMANAGEMENT_API UClass* Z_Construct_UClass_UClockedTimeStep_NoRegister(); TIMEMANAGEMENT_API UClass* Z_Construct_UClass_UFixedFrameRateCustomTimeStep(); UPackage* Z_Construct_UPackage__Script_TimeManagement(); // ********** End Cross Module References ********************************************************** // ********** Begin Class UCatchupFixedRateCustomTimeStep ****************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UCatchupFixedRateCustomTimeStep; UClass* UCatchupFixedRateCustomTimeStep::GetPrivateStaticClass() { using TClass = UCatchupFixedRateCustomTimeStep; if (!Z_Registration_Info_UClass_UCatchupFixedRateCustomTimeStep.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("CatchupFixedRateCustomTimeStep"), Z_Registration_Info_UClass_UCatchupFixedRateCustomTimeStep.InnerSingleton, StaticRegisterNativesUCatchupFixedRateCustomTimeStep, sizeof(TClass), alignof(TClass), TClass::StaticClassFlags, TClass::StaticClassCastFlags(), TClass::StaticConfigName(), (UClass::ClassConstructorType)InternalConstructor, (UClass::ClassVTableHelperCtorCallerType)InternalVTableHelperCtorCaller, UOBJECT_CPPCLASS_STATICFUNCTIONS_FORCLASS(TClass), &TClass::Super::StaticClass, &TClass::WithinClass::StaticClass ); } return Z_Registration_Info_UClass_UCatchupFixedRateCustomTimeStep.InnerSingleton; } UClass* Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_NoRegister() { return UCatchupFixedRateCustomTimeStep::GetPrivateStaticClass(); } struct Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/**\n * Control the Engine TimeStep via a fixed frame rate that catches up with real time.\n * \n * - Stays in sync with platform time.\n * - Blocks to prevent getting ahead of real time.\n * - Does not block when it needs to catch up\n * - If it falls behind too much, it will increase simulation delta times.\n * \n */" }, { "DisplayName", "Catchup Fixed Rate" }, { "IncludePath", "CatchupFixedRateCustomTimeStep.h" }, { "IsBlueprintBase", "true" }, { "ModuleRelativePath", "Public/CatchupFixedRateCustomTimeStep.h" }, { "ToolTip", "Control the Engine TimeStep via a fixed frame rate that catches up with real time.\n\n - Stays in sync with platform time.\n - Blocks to prevent getting ahead of real time.\n - Does not block when it needs to catch up\n - If it falls behind too much, it will increase simulation delta times." }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_FrameRate_MetaData[] = { { "Category", "Timing" }, { "Comment", "/** Desired simulation frame rate */" }, { "ModuleRelativePath", "Public/CatchupFixedRateCustomTimeStep.h" }, { "ToolTip", "Desired simulation frame rate" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaxCatchupSeconds_MetaData[] = { { "Category", "Timing" }, { "ClampMin", "2" }, { "Comment", "/** Maximum catchup time in seconds. Simulation will catch up instantly if it falls behind beyond this time with respect to platform time */" }, { "ModuleRelativePath", "Public/CatchupFixedRateCustomTimeStep.h" }, { "ToolTip", "Maximum catchup time in seconds. Simulation will catch up instantly if it falls behind beyond this time with respect to platform time" }, }; #endif // WITH_METADATA // ********** Begin Class UCatchupFixedRateCustomTimeStep constinit property declarations ********** static const UECodeGen_Private::FStructPropertyParams NewProp_FrameRate; static const UECodeGen_Private::FDoublePropertyParams NewProp_MaxCatchupSeconds; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UCatchupFixedRateCustomTimeStep constinit property declarations ************ static UObject* (*const DependentSingletons[])(); static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[]; static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics // ********** Begin Class UCatchupFixedRateCustomTimeStep Property Definitions ********************* const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::NewProp_FrameRate = { "FrameRate", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCatchupFixedRateCustomTimeStep, FrameRate), Z_Construct_UScriptStruct_FFrameRate, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_FrameRate_MetaData), NewProp_FrameRate_MetaData) }; const UECodeGen_Private::FDoublePropertyParams Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::NewProp_MaxCatchupSeconds = { "MaxCatchupSeconds", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Double, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UCatchupFixedRateCustomTimeStep, MaxCatchupSeconds), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaxCatchupSeconds_MetaData), NewProp_MaxCatchupSeconds_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::NewProp_FrameRate, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::NewProp_MaxCatchupSeconds, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::PropPointers) < 2048); // ********** End Class UCatchupFixedRateCustomTimeStep Property Definitions *********************** UObject* (*const Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UFixedFrameRateCustomTimeStep, (UObject* (*)())Z_Construct_UPackage__Script_TimeManagement, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::DependentSingletons) < 16); const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::InterfaceParams[] = { { Z_Construct_UClass_UClockedTimeStep_NoRegister, (int32)VTABLE_OFFSET(UCatchupFixedRateCustomTimeStep, IClockedTimeStep), false }, // 4153014189 }; const UECodeGen_Private::FClassParams Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::ClassParams = { &UCatchupFixedRateCustomTimeStep::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::PropPointers, InterfaceParams, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::PropPointers), UE_ARRAY_COUNT(InterfaceParams), 0x000810A0u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::Class_MetaDataParams), Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::Class_MetaDataParams) }; void UCatchupFixedRateCustomTimeStep::StaticRegisterNativesUCatchupFixedRateCustomTimeStep() { } UClass* Z_Construct_UClass_UCatchupFixedRateCustomTimeStep() { if (!Z_Registration_Info_UClass_UCatchupFixedRateCustomTimeStep.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCatchupFixedRateCustomTimeStep.OuterSingleton, Z_Construct_UClass_UCatchupFixedRateCustomTimeStep_Statics::ClassParams); } return Z_Registration_Info_UClass_UCatchupFixedRateCustomTimeStep.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCatchupFixedRateCustomTimeStep); UCatchupFixedRateCustomTimeStep::~UCatchupFixedRateCustomTimeStep() {} // ********** End Class UCatchupFixedRateCustomTimeStep ******************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_CatchupFixedRateCustomTimeStep_h__Script_TimeManagement_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UCatchupFixedRateCustomTimeStep, UCatchupFixedRateCustomTimeStep::StaticClass, TEXT("UCatchupFixedRateCustomTimeStep"), &Z_Registration_Info_UClass_UCatchupFixedRateCustomTimeStep, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCatchupFixedRateCustomTimeStep), 3980065497U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_CatchupFixedRateCustomTimeStep_h__Script_TimeManagement_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_CatchupFixedRateCustomTimeStep_h__Script_TimeManagement_3076460301{ TEXT("/Script/TimeManagement"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_CatchupFixedRateCustomTimeStep_h__Script_TimeManagement_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_CatchupFixedRateCustomTimeStep_h__Script_TimeManagement_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS