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

154 lines
9.6 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 "BaseGeneratedNavLinksProxy.h"
#include "AI/Navigation/NavigationTypes.h"
PRAGMA_DISABLE_DEPRECATION_WARNINGS
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
void EmptyLinkFunctionForGeneratedCodeBaseGeneratedNavLinksProxy() {}
// ********** Begin Cross Module References ********************************************************
COREUOBJECT_API UClass* Z_Construct_UClass_UObject();
COREUOBJECT_API UClass* Z_Construct_UClass_UObject_NoRegister();
ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNavLinkId();
NAVIGATIONSYSTEM_API UClass* Z_Construct_UClass_UBaseGeneratedNavLinksProxy();
NAVIGATIONSYSTEM_API UClass* Z_Construct_UClass_UBaseGeneratedNavLinksProxy_NoRegister();
NAVIGATIONSYSTEM_API UClass* Z_Construct_UClass_UNavLinkCustomInterface_NoRegister();
UPackage* Z_Construct_UPackage__Script_NavigationSystem();
// ********** End Cross Module References **********************************************************
// ********** Begin Class UBaseGeneratedNavLinksProxy **********************************************
FClassRegistrationInfo Z_Registration_Info_UClass_UBaseGeneratedNavLinksProxy;
UClass* UBaseGeneratedNavLinksProxy::GetPrivateStaticClass()
{
using TClass = UBaseGeneratedNavLinksProxy;
if (!Z_Registration_Info_UClass_UBaseGeneratedNavLinksProxy.InnerSingleton)
{
GetPrivateStaticClassBody(
TClass::StaticPackage(),
TEXT("BaseGeneratedNavLinksProxy"),
Z_Registration_Info_UClass_UBaseGeneratedNavLinksProxy.InnerSingleton,
StaticRegisterNativesUBaseGeneratedNavLinksProxy,
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_UBaseGeneratedNavLinksProxy.InnerSingleton;
}
UClass* Z_Construct_UClass_UBaseGeneratedNavLinksProxy_NoRegister()
{
return UBaseGeneratedNavLinksProxy::GetPrivateStaticClass();
}
struct Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics
{
#if WITH_METADATA
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
{ "BlueprintType", "true" },
{ "Comment", "/**\n * Experimental\n * Base class used to create generated navlinks proxy.\n * The proxy id is used to represent multiple links generated from the same configuration.\n */" },
{ "IncludePath", "BaseGeneratedNavLinksProxy.h" },
{ "IsBlueprintBase", "true" },
{ "ModuleRelativePath", "Public/BaseGeneratedNavLinksProxy.h" },
{ "ToolTip", "Experimental\nBase class used to create generated navlinks proxy.\nThe proxy id is used to represent multiple links generated from the same configuration." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LinkProxyId_MetaData[] = {
{ "Comment", "/** The LinkID will be the same for all navlinks using the proxy. */" },
{ "ModuleRelativePath", "Public/BaseGeneratedNavLinksProxy.h" },
{ "ToolTip", "The LinkID will be the same for all navlinks using the proxy." },
};
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Owner_MetaData[] = {
{ "Comment", "/** Proxy owner. */" },
{ "ModuleRelativePath", "Public/BaseGeneratedNavLinksProxy.h" },
{ "ToolTip", "Proxy owner." },
};
#endif // WITH_METADATA
// ********** Begin Class UBaseGeneratedNavLinksProxy constinit property declarations **************
static const UECodeGen_Private::FStructPropertyParams NewProp_LinkProxyId;
static const UECodeGen_Private::FObjectPropertyParams NewProp_Owner;
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
// ********** End Class UBaseGeneratedNavLinksProxy constinit property declarations ****************
static UObject* (*const DependentSingletons[])();
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
TCppClassTypeTraits<UBaseGeneratedNavLinksProxy>::IsAbstract,
};
static const UECodeGen_Private::FClassParams ClassParams;
}; // struct Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics
// ********** Begin Class UBaseGeneratedNavLinksProxy Property Definitions *************************
const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::NewProp_LinkProxyId = { "LinkProxyId", nullptr, (EPropertyFlags)0x0020080000002000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBaseGeneratedNavLinksProxy, LinkProxyId), Z_Construct_UScriptStruct_FNavLinkId, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LinkProxyId_MetaData), NewProp_LinkProxyId_MetaData) }; // 2794677406
const UECodeGen_Private::FObjectPropertyParams Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::NewProp_Owner = { "Owner", nullptr, (EPropertyFlags)0x0124080000002000, UECodeGen_Private::EPropertyGenFlags::Object | UECodeGen_Private::EPropertyGenFlags::ObjectPtr, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UBaseGeneratedNavLinksProxy, Owner), Z_Construct_UClass_UObject_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Owner_MetaData), NewProp_Owner_MetaData) };
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::PropPointers[] = {
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::NewProp_LinkProxyId,
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::NewProp_Owner,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::PropPointers) < 2048);
// ********** End Class UBaseGeneratedNavLinksProxy Property Definitions ***************************
UObject* (*const Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::DependentSingletons[])() = {
(UObject* (*)())Z_Construct_UClass_UObject,
(UObject* (*)())Z_Construct_UPackage__Script_NavigationSystem,
};
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::DependentSingletons) < 16);
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::InterfaceParams[] = {
{ Z_Construct_UClass_UNavLinkCustomInterface_NoRegister, (int32)VTABLE_OFFSET(UBaseGeneratedNavLinksProxy, INavLinkCustomInterface), false }, // 706059323
};
const UECodeGen_Private::FClassParams Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::ClassParams = {
&UBaseGeneratedNavLinksProxy::StaticClass,
nullptr,
&StaticCppClassTypeInfo,
DependentSingletons,
nullptr,
Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::PropPointers,
InterfaceParams,
UE_ARRAY_COUNT(DependentSingletons),
0,
UE_ARRAY_COUNT(Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::PropPointers),
UE_ARRAY_COUNT(InterfaceParams),
0x000800A0u,
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::Class_MetaDataParams), Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::Class_MetaDataParams)
};
void UBaseGeneratedNavLinksProxy::StaticRegisterNativesUBaseGeneratedNavLinksProxy()
{
}
UClass* Z_Construct_UClass_UBaseGeneratedNavLinksProxy()
{
if (!Z_Registration_Info_UClass_UBaseGeneratedNavLinksProxy.OuterSingleton)
{
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UBaseGeneratedNavLinksProxy.OuterSingleton, Z_Construct_UClass_UBaseGeneratedNavLinksProxy_Statics::ClassParams);
}
return Z_Registration_Info_UClass_UBaseGeneratedNavLinksProxy.OuterSingleton;
}
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UBaseGeneratedNavLinksProxy);
UBaseGeneratedNavLinksProxy::~UBaseGeneratedNavLinksProxy() {}
// ********** End Class UBaseGeneratedNavLinksProxy ************************************************
// ********** Begin Registration *******************************************************************
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_BaseGeneratedNavLinksProxy_h__Script_NavigationSystem_Statics
{
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
{ Z_Construct_UClass_UBaseGeneratedNavLinksProxy, UBaseGeneratedNavLinksProxy::StaticClass, TEXT("UBaseGeneratedNavLinksProxy"), &Z_Registration_Info_UClass_UBaseGeneratedNavLinksProxy, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UBaseGeneratedNavLinksProxy), 812770350U) },
};
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_BaseGeneratedNavLinksProxy_h__Script_NavigationSystem_Statics
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_BaseGeneratedNavLinksProxy_h__Script_NavigationSystem_738965971{
TEXT("/Script/NavigationSystem"),
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_BaseGeneratedNavLinksProxy_h__Script_NavigationSystem_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_BaseGeneratedNavLinksProxy_h__Script_NavigationSystem_Statics::ClassInfo),
nullptr, 0,
nullptr, 0,
};
// ********** End Registration *********************************************************************
PRAGMA_ENABLE_DEPRECATION_WARNINGS