Files
DedicatedServerCourse/Intermediate/Build/Win64/FPSTemplateEditor/Inc/NavigationSystem/UHT/CrowdManagerBase.gen.cpp

122 lines
6.1 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 "CrowdManagerBase.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeCrowdManagerBase() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
NAVIGATIONSYSTEM_API UClass* Z_Construct_UClass_UCrowdManagerBase();
NAVIGATIONSYSTEM_API UClass* Z_Construct_UClass_UCrowdManagerBase_NoRegister();
UPackage* Z_Construct_UPackage__Script_NavigationSystem();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UCrowdManagerBase ********************************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UCrowdManagerBase;
UClass* UCrowdManagerBase::GetPrivateStaticClass()
{
using TClass = UCrowdManagerBase;
if (!Z_Registration_Info_UClass_UCrowdManagerBase.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("CrowdManagerBase"),
Z_Registration_Info_UClass_UCrowdManagerBase.InnerSingleton,
StaticRegisterNativesUCrowdManagerBase,
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_UCrowdManagerBase.InnerSingleton;
}
UClass* Z_Construct_UClass_UCrowdManagerBase_NoRegister()
{
return UCrowdManagerBase::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UCrowdManagerBase_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "Comment", "/** Base class for Crowd Managers. If you want to create a custom crowd manager\n *\x09implement a class extending this one and set UNavigationSystemV1::CrowdManagerClass\n *\x09to point at your class */" },
{ "IncludePath", "CrowdManagerBase.h" },
{ "ModuleRelativePath", "Public/CrowdManagerBase.h" },
{ "ToolTip", "Base class for Crowd Managers. If you want to create a custom crowd manager\n implement a class extending this one and set UNavigationSystemV1::CrowdManagerClass\n to point at your class" },
};
#endif // WITH_METADATA
// ********** Begin Class UCrowdManagerBase constinit property declarations ************************
// ********** End Class UCrowdManagerBase constinit property declarations **************************
static UObject* (*const DependentSingletons[])();
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UCrowdManagerBase>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UCrowdManagerBase_Statics
UObject* (*const Z_Construct_UClass_UCrowdManagerBase_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_NavigationSystem,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UCrowdManagerBase_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FClassParams Z_Construct_UClass_UCrowdManagerBase_Statics::ClassParams = {
&UCrowdManagerBase::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
nullptr,
nullptr,
UE_ARRAY_COUNT(DependentSingletons),
0,
0,
0,
0x000800A9u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UCrowdManagerBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UCrowdManagerBase_Statics::Class_MetaDataParams)
};
void UCrowdManagerBase::StaticRegisterNativesUCrowdManagerBase()
{
}
UClass* Z_Construct_UClass_UCrowdManagerBase()
{
if (!Z_Registration_Info_UClass_UCrowdManagerBase.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UCrowdManagerBase.OuterSingleton, Z_Construct_UClass_UCrowdManagerBase_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UCrowdManagerBase.OuterSingleton;
}
UCrowdManagerBase::UCrowdManagerBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UCrowdManagerBase);
UCrowdManagerBase::~UCrowdManagerBase() {}
// ********** End Class UCrowdManagerBase **********************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_CrowdManagerBase_h__Script_NavigationSystem_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UCrowdManagerBase, UCrowdManagerBase::StaticClass, TEXT("UCrowdManagerBase"), &Z_Registration_Info_UClass_UCrowdManagerBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UCrowdManagerBase), 1572011721U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_CrowdManagerBase_h__Script_NavigationSystem_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_CrowdManagerBase_h__Script_NavigationSystem_3345628080{
TEXT("/Script/NavigationSystem"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_CrowdManagerBase_h__Script_NavigationSystem_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_CrowdManagerBase_h__Script_NavigationSystem_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS