// 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 "Estimation/IClockedTimeStep.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeIClockedTimeStep() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UInterface(); TIMEMANAGEMENT_API UClass* Z_Construct_UClass_UClockedTimeStep(); TIMEMANAGEMENT_API UClass* Z_Construct_UClass_UClockedTimeStep_NoRegister(); UPackage* Z_Construct_UPackage__Script_TimeManagement(); // ********** End Cross Module References ********************************************************** // ********** Begin Interface UClockedTimeStep ***************************************************** FClassRegistrationInfo Z_Registration_Info_UClass_UClockedTimeStep; UClass* UClockedTimeStep::GetPrivateStaticClass() { using TClass = UClockedTimeStep; if (!Z_Registration_Info_UClass_UClockedTimeStep.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("ClockedTimeStep"), Z_Registration_Info_UClass_UClockedTimeStep.InnerSingleton, StaticRegisterNativesUClockedTimeStep, 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_UClockedTimeStep.InnerSingleton; } UClass* Z_Construct_UClass_UClockedTimeStep_NoRegister() { return UClockedTimeStep::GetPrivateStaticClass(); } struct Z_Construct_UClass_UClockedTimeStep_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "CannotImplementInterfaceInBlueprint", "" }, { "ModuleRelativePath", "Public/Estimation/IClockedTimeStep.h" }, }; #endif // WITH_METADATA // ********** Begin Interface UClockedTimeStep constinit property declarations ********************* // ********** End Interface UClockedTimeStep constinit property declarations *********************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UClockedTimeStep_Statics UObject* (*const Z_Construct_UClass_UClockedTimeStep_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UInterface, (UObject* (*)())Z_Construct_UPackage__Script_TimeManagement, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UClockedTimeStep_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UClockedTimeStep_Statics::ClassParams = { &UClockedTimeStep::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000040A1u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UClockedTimeStep_Statics::Class_MetaDataParams), Z_Construct_UClass_UClockedTimeStep_Statics::Class_MetaDataParams) }; void UClockedTimeStep::StaticRegisterNativesUClockedTimeStep() { } UClass* Z_Construct_UClass_UClockedTimeStep() { if (!Z_Registration_Info_UClass_UClockedTimeStep.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UClockedTimeStep.OuterSingleton, Z_Construct_UClass_UClockedTimeStep_Statics::ClassParams); } return Z_Registration_Info_UClass_UClockedTimeStep.OuterSingleton; } UClockedTimeStep::UClockedTimeStep(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {} DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UClockedTimeStep); // ********** End Interface UClockedTimeStep ******************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_Estimation_IClockedTimeStep_h__Script_TimeManagement_Statics { static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UClockedTimeStep, UClockedTimeStep::StaticClass, TEXT("UClockedTimeStep"), &Z_Registration_Info_UClass_UClockedTimeStep, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UClockedTimeStep), 4153014189U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_Estimation_IClockedTimeStep_h__Script_TimeManagement_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_Estimation_IClockedTimeStep_h__Script_TimeManagement_3565622528{ TEXT("/Script/TimeManagement"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_Estimation_IClockedTimeStep_h__Script_TimeManagement_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_TimeManagement_Public_Estimation_IClockedTimeStep_h__Script_TimeManagement_Statics::ClassInfo), nullptr, 0, nullptr, 0, }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS