186 lines
9.9 KiB
C++
186 lines
9.9 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 "AI/NavigationSystemBase.h"
|
||
|
|
|
||
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
||
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
||
|
|
void EmptyLinkFunctionForGeneratedCodeNavigationSystemBase() {}
|
||
|
|
|
||
|
|
// ********** Begin Cross Module References ********************************************************
|
||
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UNavigationSystemBase();
|
||
|
|
ENGINE_API UClass* Z_Construct_UClass_UNavigationSystemBase_NoRegister();
|
||
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_FNavigationSystemRunMode();
|
||
|
|
UPackage* Z_Construct_UPackage__Script_Engine();
|
||
|
|
// ********** End Cross Module References **********************************************************
|
||
|
|
|
||
|
|
// ********** Begin Enum FNavigationSystemRunMode **************************************************
|
||
|
|
static FEnumRegistrationInfo Z_Registration_Info_UEnum_FNavigationSystemRunMode;
|
||
|
|
static UEnum* FNavigationSystemRunMode_StaticEnum()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_FNavigationSystemRunMode.OuterSingleton)
|
||
|
|
{
|
||
|
|
Z_Registration_Info_UEnum_FNavigationSystemRunMode.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_FNavigationSystemRunMode, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("FNavigationSystemRunMode"));
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_FNavigationSystemRunMode.OuterSingleton;
|
||
|
|
}
|
||
|
|
template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum<FNavigationSystemRunMode>()
|
||
|
|
{
|
||
|
|
return FNavigationSystemRunMode_StaticEnum();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UEnum_Engine_FNavigationSystemRunMode_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = {
|
||
|
|
{ "EditorMode.Name", "FNavigationSystemRunMode::EditorMode" },
|
||
|
|
{ "EditorWorldPartitionBuildMode.Name", "FNavigationSystemRunMode::EditorWorldPartitionBuildMode" },
|
||
|
|
{ "GameMode.Name", "FNavigationSystemRunMode::GameMode" },
|
||
|
|
{ "InferFromWorldMode.Name", "FNavigationSystemRunMode::InferFromWorldMode" },
|
||
|
|
{ "InvalidMode.Name", "FNavigationSystemRunMode::InvalidMode" },
|
||
|
|
{ "ModuleRelativePath", "Classes/AI/NavigationSystemBase.h" },
|
||
|
|
{ "PIEMode.Name", "FNavigationSystemRunMode::PIEMode" },
|
||
|
|
{ "SimulationMode.DisplayName", "DEPRECATED No longer used, to be removed soon" },
|
||
|
|
{ "SimulationMode.Hidden", "" },
|
||
|
|
{ "SimulationMode.Name", "FNavigationSystemRunMode::SimulationMode" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = {
|
||
|
|
{ "FNavigationSystemRunMode::InvalidMode", (int64)FNavigationSystemRunMode::InvalidMode },
|
||
|
|
{ "FNavigationSystemRunMode::GameMode", (int64)FNavigationSystemRunMode::GameMode },
|
||
|
|
{ "FNavigationSystemRunMode::EditorMode", (int64)FNavigationSystemRunMode::EditorMode },
|
||
|
|
{ "FNavigationSystemRunMode::SimulationMode", (int64)FNavigationSystemRunMode::SimulationMode },
|
||
|
|
{ "FNavigationSystemRunMode::PIEMode", (int64)FNavigationSystemRunMode::PIEMode },
|
||
|
|
{ "FNavigationSystemRunMode::InferFromWorldMode", (int64)FNavigationSystemRunMode::InferFromWorldMode },
|
||
|
|
{ "FNavigationSystemRunMode::EditorWorldPartitionBuildMode", (int64)FNavigationSystemRunMode::EditorWorldPartitionBuildMode },
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FEnumParams EnumParams;
|
||
|
|
}; // struct Z_Construct_UEnum_Engine_FNavigationSystemRunMode_Statics
|
||
|
|
const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_FNavigationSystemRunMode_Statics::EnumParams = {
|
||
|
|
(UObject*(*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
nullptr,
|
||
|
|
"FNavigationSystemRunMode",
|
||
|
|
"FNavigationSystemRunMode",
|
||
|
|
Z_Construct_UEnum_Engine_FNavigationSystemRunMode_Statics::Enumerators,
|
||
|
|
RF_Public|RF_Transient|RF_MarkAsNative,
|
||
|
|
UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_FNavigationSystemRunMode_Statics::Enumerators),
|
||
|
|
EEnumFlags::None,
|
||
|
|
(uint8)UEnum::ECppForm::EnumClass,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_FNavigationSystemRunMode_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_FNavigationSystemRunMode_Statics::Enum_MetaDataParams)
|
||
|
|
};
|
||
|
|
UEnum* Z_Construct_UEnum_Engine_FNavigationSystemRunMode()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UEnum_FNavigationSystemRunMode.InnerSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_FNavigationSystemRunMode.InnerSingleton, Z_Construct_UEnum_Engine_FNavigationSystemRunMode_Statics::EnumParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UEnum_FNavigationSystemRunMode.InnerSingleton;
|
||
|
|
}
|
||
|
|
// ********** End Enum FNavigationSystemRunMode ****************************************************
|
||
|
|
|
||
|
|
// ********** Begin Class UNavigationSystemBase ****************************************************
|
||
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_UNavigationSystemBase;
|
||
|
|
UClass* UNavigationSystemBase::GetPrivateStaticClass()
|
||
|
|
{
|
||
|
|
using TClass = UNavigationSystemBase;
|
||
|
|
if (!Z_Registration_Info_UClass_UNavigationSystemBase.InnerSingleton)
|
||
|
|
{
|
||
|
|
GetPrivateStaticClassBody(
|
||
|
|
TClass::StaticPackage(),
|
||
|
|
TEXT("NavigationSystemBase"),
|
||
|
|
Z_Registration_Info_UClass_UNavigationSystemBase.InnerSingleton,
|
||
|
|
StaticRegisterNativesUNavigationSystemBase,
|
||
|
|
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_UNavigationSystemBase.InnerSingleton;
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UNavigationSystemBase_NoRegister()
|
||
|
|
{
|
||
|
|
return UNavigationSystemBase::GetPrivateStaticClass();
|
||
|
|
}
|
||
|
|
struct Z_Construct_UClass_UNavigationSystemBase_Statics
|
||
|
|
{
|
||
|
|
#if WITH_METADATA
|
||
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
||
|
|
{ "IncludePath", "AI/NavigationSystemBase.h" },
|
||
|
|
{ "ModuleRelativePath", "Classes/AI/NavigationSystemBase.h" },
|
||
|
|
};
|
||
|
|
#endif // WITH_METADATA
|
||
|
|
|
||
|
|
// ********** Begin Class UNavigationSystemBase constinit property declarations ********************
|
||
|
|
// ********** End Class UNavigationSystemBase constinit property declarations **********************
|
||
|
|
static UObject* (*const DependentSingletons[])();
|
||
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
||
|
|
TCppClassTypeTraits<UNavigationSystemBase>::IsAbstract,
|
||
|
|
};
|
||
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
||
|
|
}; // struct Z_Construct_UClass_UNavigationSystemBase_Statics
|
||
|
|
UObject* (*const Z_Construct_UClass_UNavigationSystemBase_Statics::DependentSingletons[])() = {
|
||
|
|
(UObject* (*)())Z_Construct_UClass_UObject,
|
||
|
|
(UObject* (*)())Z_Construct_UPackage__Script_Engine,
|
||
|
|
};
|
||
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNavigationSystemBase_Statics::DependentSingletons) < 16);
|
||
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_UNavigationSystemBase_Statics::ClassParams = {
|
||
|
|
&UNavigationSystemBase::StaticClass,
|
||
|
|
"Engine",
|
||
|
|
&StaticCppClassTypeInfo,
|
||
|
|
DependentSingletons,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
nullptr,
|
||
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0,
|
||
|
|
0x000800ABu,
|
||
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNavigationSystemBase_Statics::Class_MetaDataParams), Z_Construct_UClass_UNavigationSystemBase_Statics::Class_MetaDataParams)
|
||
|
|
};
|
||
|
|
void UNavigationSystemBase::StaticRegisterNativesUNavigationSystemBase()
|
||
|
|
{
|
||
|
|
}
|
||
|
|
UClass* Z_Construct_UClass_UNavigationSystemBase()
|
||
|
|
{
|
||
|
|
if (!Z_Registration_Info_UClass_UNavigationSystemBase.OuterSingleton)
|
||
|
|
{
|
||
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNavigationSystemBase.OuterSingleton, Z_Construct_UClass_UNavigationSystemBase_Statics::ClassParams);
|
||
|
|
}
|
||
|
|
return Z_Registration_Info_UClass_UNavigationSystemBase.OuterSingleton;
|
||
|
|
}
|
||
|
|
UNavigationSystemBase::UNavigationSystemBase(const FObjectInitializer& ObjectInitializer) : Super(ObjectInitializer) {}
|
||
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNavigationSystemBase);
|
||
|
|
// ********** End Class UNavigationSystemBase ******************************************************
|
||
|
|
|
||
|
|
// ********** Begin Registration *******************************************************************
|
||
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_NavigationSystemBase_h__Script_Engine_Statics
|
||
|
|
{
|
||
|
|
static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = {
|
||
|
|
{ FNavigationSystemRunMode_StaticEnum, TEXT("FNavigationSystemRunMode"), &Z_Registration_Info_UEnum_FNavigationSystemRunMode, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 3087730162U) },
|
||
|
|
};
|
||
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
||
|
|
{ Z_Construct_UClass_UNavigationSystemBase, UNavigationSystemBase::StaticClass, TEXT("UNavigationSystemBase"), &Z_Registration_Info_UClass_UNavigationSystemBase, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNavigationSystemBase), 3344750126U) },
|
||
|
|
};
|
||
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_NavigationSystemBase_h__Script_Engine_Statics
|
||
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_NavigationSystemBase_h__Script_Engine_4179452367{
|
||
|
|
TEXT("/Script/Engine"),
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_NavigationSystemBase_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_NavigationSystemBase_h__Script_Engine_Statics::ClassInfo),
|
||
|
|
nullptr, 0,
|
||
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_NavigationSystemBase_h__Script_Engine_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_NavigationSystemBase_h__Script_Engine_Statics::EnumInfo),
|
||
|
|
};
|
||
|
|
// ********** End Registration *********************************************************************
|
||
|
|
|
||
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|