301 lines
21 KiB
C++
301 lines
21 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 "NavModifierVolume.h"
|
|
#include "UObject/Class.h"
|
|
|
|
PRAGMA_DISABLE_DEPRECATION_WARNINGS
|
|
static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT");
|
|
void EmptyLinkFunctionForGeneratedCodeNavModifierVolume() {}
|
|
|
|
// ********** Begin Cross Module References ********************************************************
|
|
COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister();
|
|
ENGINE_API UClass* Z_Construct_UClass_AVolume();
|
|
ENGINE_API UClass* Z_Construct_UClass_UNavRelevantInterface_NoRegister();
|
|
ENGINE_API UEnum* Z_Construct_UEnum_Engine_ENavigationDataResolution();
|
|
NAVIGATIONSYSTEM_API UClass* Z_Construct_UClass_ANavModifierVolume();
|
|
NAVIGATIONSYSTEM_API UClass* Z_Construct_UClass_ANavModifierVolume_NoRegister();
|
|
NAVIGATIONSYSTEM_API UClass* Z_Construct_UClass_UNavArea_NoRegister();
|
|
UPackage* Z_Construct_UPackage__Script_NavigationSystem();
|
|
// ********** End Cross Module References **********************************************************
|
|
|
|
// ********** Begin Class ANavModifierVolume Function SetAreaClass *********************************
|
|
struct Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics
|
|
{
|
|
struct NavModifierVolume_eventSetAreaClass_Parms
|
|
{
|
|
TSubclassOf<UNavArea> NewAreaClass;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "AI|Navigation" },
|
|
{ "CPP_Default_NewAreaClass", "None" },
|
|
{ "ModuleRelativePath", "Public/NavModifierVolume.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetAreaClass constinit property declarations **************************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_NewAreaClass;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetAreaClass constinit property declarations ****************************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetAreaClass Property Definitions *************************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics::NewProp_NewAreaClass = { "NewAreaClass", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NavModifierVolume_eventSetAreaClass_Parms, NewAreaClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UNavArea_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics::NewProp_NewAreaClass,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetAreaClass Property Definitions ***************************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_ANavModifierVolume, nullptr, "SetAreaClass", Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics::NavModifierVolume_eventSetAreaClass_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics::Function_MetaDataParams), Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics::NavModifierVolume_eventSetAreaClass_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_ANavModifierVolume_SetAreaClass()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_ANavModifierVolume_SetAreaClass_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(ANavModifierVolume::execSetAreaClass)
|
|
{
|
|
P_GET_OBJECT(UClass,Z_Param_NewAreaClass);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetAreaClass(Z_Param_NewAreaClass);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class ANavModifierVolume Function SetAreaClass ***********************************
|
|
|
|
// ********** Begin Class ANavModifierVolume Function SetAreaClassToReplace ************************
|
|
struct Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics
|
|
{
|
|
struct NavModifierVolume_eventSetAreaClassToReplace_Parms
|
|
{
|
|
TSubclassOf<UNavArea> NewAreaClassToReplace;
|
|
};
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Function_MetaDataParams[] = {
|
|
{ "Category", "AI|Navigation" },
|
|
{ "CPP_Default_NewAreaClassToReplace", "None" },
|
|
{ "ModuleRelativePath", "Public/NavModifierVolume.h" },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Function SetAreaClassToReplace constinit property declarations *****************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_NewAreaClassToReplace;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Function SetAreaClassToReplace constinit property declarations *******************
|
|
static const UECodeGen_Private::FFunctionParams FuncParams;
|
|
};
|
|
|
|
// ********** Begin Function SetAreaClassToReplace Property Definitions ****************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics::NewProp_NewAreaClassToReplace = { "NewAreaClassToReplace", nullptr, (EPropertyFlags)0x0014000000000080, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(NavModifierVolume_eventSetAreaClassToReplace_Parms, NewAreaClassToReplace), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UNavArea_NoRegister, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics::NewProp_NewAreaClassToReplace,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics::PropPointers) < 2048);
|
|
// ********** End Function SetAreaClassToReplace Property Definitions ******************************
|
|
const UECodeGen_Private::FFunctionParams Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics::FuncParams = { { (UObject*(*)())Z_Construct_UClass_ANavModifierVolume, nullptr, "SetAreaClassToReplace", Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics::PropPointers,
|
|
UE_ARRAY_COUNT(Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics::PropPointers),
|
|
sizeof(Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics::NavModifierVolume_eventSetAreaClassToReplace_Parms),
|
|
RF_Public|RF_Transient|RF_MarkAsNative, (EFunctionFlags)0x04020403, 0, 0, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics::Function_MetaDataParams), Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics::Function_MetaDataParams)}, };
|
|
static_assert(sizeof(Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics::NavModifierVolume_eventSetAreaClassToReplace_Parms) < MAX_uint16);
|
|
UFunction* Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace()
|
|
{
|
|
static UFunction* ReturnFunction = nullptr;
|
|
if (!ReturnFunction)
|
|
{
|
|
UECodeGen_Private::ConstructUFunction(&ReturnFunction, Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace_Statics::FuncParams);
|
|
}
|
|
return ReturnFunction;
|
|
}
|
|
DEFINE_FUNCTION(ANavModifierVolume::execSetAreaClassToReplace)
|
|
{
|
|
P_GET_OBJECT(UClass,Z_Param_NewAreaClassToReplace);
|
|
P_FINISH;
|
|
P_NATIVE_BEGIN;
|
|
P_THIS->SetAreaClassToReplace(Z_Param_NewAreaClassToReplace);
|
|
P_NATIVE_END;
|
|
}
|
|
// ********** End Class ANavModifierVolume Function SetAreaClassToReplace **************************
|
|
|
|
// ********** Begin Class ANavModifierVolume *******************************************************
|
|
FClassRegistrationInfo Z_Registration_Info_UClass_ANavModifierVolume;
|
|
UClass* ANavModifierVolume::GetPrivateStaticClass()
|
|
{
|
|
using TClass = ANavModifierVolume;
|
|
if (!Z_Registration_Info_UClass_ANavModifierVolume.InnerSingleton)
|
|
{
|
|
GetPrivateStaticClassBody(
|
|
TClass::StaticPackage(),
|
|
TEXT("NavModifierVolume"),
|
|
Z_Registration_Info_UClass_ANavModifierVolume.InnerSingleton,
|
|
StaticRegisterNativesANavModifierVolume,
|
|
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_ANavModifierVolume.InnerSingleton;
|
|
}
|
|
UClass* Z_Construct_UClass_ANavModifierVolume_NoRegister()
|
|
{
|
|
return ANavModifierVolume::GetPrivateStaticClass();
|
|
}
|
|
struct Z_Construct_UClass_ANavModifierVolume_Statics
|
|
{
|
|
#if WITH_METADATA
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = {
|
|
{ "Comment", "/** \n *\x09""Allows applying selected AreaClass to navmesh, using Volume's shape\n */" },
|
|
{ "HideCategories", "Navigation Brush Physics Object Blueprint Display Rendering Physics Input" },
|
|
{ "IncludePath", "NavModifierVolume.h" },
|
|
{ "ModuleRelativePath", "Public/NavModifierVolume.h" },
|
|
{ "ObjectInitializerConstructorDeclared", "" },
|
|
{ "ShowCategories", "Input|MouseInput Input|TouchInput" },
|
|
{ "ToolTip", "Allows applying selected AreaClass to navmesh, using Volume's shape" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AreaClass_MetaData[] = {
|
|
{ "Category", "Default" },
|
|
{ "Comment", "/** NavArea to apply inside the defined volume. */" },
|
|
{ "ModuleRelativePath", "Public/NavModifierVolume.h" },
|
|
{ "ToolTip", "NavArea to apply inside the defined volume." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AreaClassToReplace_MetaData[] = {
|
|
{ "Category", "Default" },
|
|
{ "Comment", "/** When setting this value, the modifier volume behavior changes : it will now replace any surface marked by AreaClassToReplace in the volume and replace it with AreaClass. */" },
|
|
{ "ModuleRelativePath", "Public/NavModifierVolume.h" },
|
|
{ "ToolTip", "When setting this value, the modifier volume behavior changes : it will now replace any surface marked by AreaClassToReplace in the volume and replace it with AreaClass." },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bMaskFillCollisionUnderneathForNavmesh_MetaData[] = {
|
|
{ "Category", "Default" },
|
|
{ "Comment", "/** Experimental: if set, the 2D space occupied by the volume box will ignore FillCollisionUnderneathForNavmesh */" },
|
|
{ "ModuleRelativePath", "Public/NavModifierVolume.h" },
|
|
{ "ToolTip", "Experimental: if set, the 2D space occupied by the volume box will ignore FillCollisionUnderneathForNavmesh" },
|
|
};
|
|
static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_NavMeshResolution_MetaData[] = {
|
|
{ "Category", "Default" },
|
|
{ "Comment", "/** Experimental: When not set to None, the navmesh tiles touched by the navigation modifier volume will be built\n\x09 * using the highest resolution found. */" },
|
|
{ "ModuleRelativePath", "Public/NavModifierVolume.h" },
|
|
{ "ToolTip", "Experimental: When not set to None, the navmesh tiles touched by the navigation modifier volume will be built\nusing the highest resolution found." },
|
|
};
|
|
#endif // WITH_METADATA
|
|
|
|
// ********** Begin Class ANavModifierVolume constinit property declarations ***********************
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_AreaClass;
|
|
static const UECodeGen_Private::FClassPropertyParams NewProp_AreaClassToReplace;
|
|
static void NewProp_bMaskFillCollisionUnderneathForNavmesh_SetBit(void* Obj);
|
|
static const UECodeGen_Private::FBoolPropertyParams NewProp_bMaskFillCollisionUnderneathForNavmesh;
|
|
static const UECodeGen_Private::FBytePropertyParams NewProp_NavMeshResolution_Underlying;
|
|
static const UECodeGen_Private::FEnumPropertyParams NewProp_NavMeshResolution;
|
|
static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[];
|
|
// ********** End Class ANavModifierVolume constinit property declarations *************************
|
|
static constexpr UE::CodeGen::FClassNativeFunction Funcs[] = {
|
|
{ .NameUTF8 = UTF8TEXT("SetAreaClass"), .Pointer = &ANavModifierVolume::execSetAreaClass },
|
|
{ .NameUTF8 = UTF8TEXT("SetAreaClassToReplace"), .Pointer = &ANavModifierVolume::execSetAreaClassToReplace },
|
|
};
|
|
static UObject* (*const DependentSingletons[])();
|
|
static constexpr FClassFunctionLinkInfo FuncInfo[] = {
|
|
{ &Z_Construct_UFunction_ANavModifierVolume_SetAreaClass, "SetAreaClass" }, // 71512331
|
|
{ &Z_Construct_UFunction_ANavModifierVolume_SetAreaClassToReplace, "SetAreaClassToReplace" }, // 1421580418
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(FuncInfo) < 2048);
|
|
static const UECodeGen_Private::FImplementedInterfaceParams InterfaceParams[];
|
|
static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = {
|
|
TCppClassTypeTraits<ANavModifierVolume>::IsAbstract,
|
|
};
|
|
static const UECodeGen_Private::FClassParams ClassParams;
|
|
}; // struct Z_Construct_UClass_ANavModifierVolume_Statics
|
|
|
|
// ********** Begin Class ANavModifierVolume Property Definitions **********************************
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_ANavModifierVolume_Statics::NewProp_AreaClass = { "AreaClass", nullptr, (EPropertyFlags)0x0024080000000015, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ANavModifierVolume, AreaClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UNavArea_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AreaClass_MetaData), NewProp_AreaClass_MetaData) };
|
|
const UECodeGen_Private::FClassPropertyParams Z_Construct_UClass_ANavModifierVolume_Statics::NewProp_AreaClassToReplace = { "AreaClassToReplace", nullptr, (EPropertyFlags)0x0024080000000015, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ANavModifierVolume, AreaClassToReplace), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UNavArea_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AreaClassToReplace_MetaData), NewProp_AreaClassToReplace_MetaData) };
|
|
void Z_Construct_UClass_ANavModifierVolume_Statics::NewProp_bMaskFillCollisionUnderneathForNavmesh_SetBit(void* Obj)
|
|
{
|
|
((ANavModifierVolume*)Obj)->bMaskFillCollisionUnderneathForNavmesh = 1;
|
|
}
|
|
const UECodeGen_Private::FBoolPropertyParams Z_Construct_UClass_ANavModifierVolume_Statics::NewProp_bMaskFillCollisionUnderneathForNavmesh = { "bMaskFillCollisionUnderneathForNavmesh", nullptr, (EPropertyFlags)0x00200c0000000001, UECodeGen_Private::EPropertyGenFlags::Bool | UECodeGen_Private::EPropertyGenFlags::NativeBool, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(bool), sizeof(ANavModifierVolume), &Z_Construct_UClass_ANavModifierVolume_Statics::NewProp_bMaskFillCollisionUnderneathForNavmesh_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bMaskFillCollisionUnderneathForNavmesh_MetaData), NewProp_bMaskFillCollisionUnderneathForNavmesh_MetaData) };
|
|
const UECodeGen_Private::FBytePropertyParams Z_Construct_UClass_ANavModifierVolume_Statics::NewProp_NavMeshResolution_Underlying = { "UnderlyingType", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, nullptr, METADATA_PARAMS(0, nullptr) };
|
|
const UECodeGen_Private::FEnumPropertyParams Z_Construct_UClass_ANavModifierVolume_Statics::NewProp_NavMeshResolution = { "NavMeshResolution", nullptr, (EPropertyFlags)0x00200c0000000001, UECodeGen_Private::EPropertyGenFlags::Enum, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(ANavModifierVolume, NavMeshResolution), Z_Construct_UEnum_Engine_ENavigationDataResolution, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_NavMeshResolution_MetaData), NewProp_NavMeshResolution_MetaData) }; // 1035273705
|
|
const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_ANavModifierVolume_Statics::PropPointers[] = {
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ANavModifierVolume_Statics::NewProp_AreaClass,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ANavModifierVolume_Statics::NewProp_AreaClassToReplace,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ANavModifierVolume_Statics::NewProp_bMaskFillCollisionUnderneathForNavmesh,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ANavModifierVolume_Statics::NewProp_NavMeshResolution_Underlying,
|
|
(const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_ANavModifierVolume_Statics::NewProp_NavMeshResolution,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ANavModifierVolume_Statics::PropPointers) < 2048);
|
|
// ********** End Class ANavModifierVolume Property Definitions ************************************
|
|
UObject* (*const Z_Construct_UClass_ANavModifierVolume_Statics::DependentSingletons[])() = {
|
|
(UObject* (*)())Z_Construct_UClass_AVolume,
|
|
(UObject* (*)())Z_Construct_UPackage__Script_NavigationSystem,
|
|
};
|
|
static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_ANavModifierVolume_Statics::DependentSingletons) < 16);
|
|
const UECodeGen_Private::FImplementedInterfaceParams Z_Construct_UClass_ANavModifierVolume_Statics::InterfaceParams[] = {
|
|
{ Z_Construct_UClass_UNavRelevantInterface_NoRegister, (int32)VTABLE_OFFSET(ANavModifierVolume, INavRelevantInterface), false }, // 3025675790
|
|
};
|
|
const UECodeGen_Private::FClassParams Z_Construct_UClass_ANavModifierVolume_Statics::ClassParams = {
|
|
&ANavModifierVolume::StaticClass,
|
|
"Engine",
|
|
&StaticCppClassTypeInfo,
|
|
DependentSingletons,
|
|
FuncInfo,
|
|
Z_Construct_UClass_ANavModifierVolume_Statics::PropPointers,
|
|
InterfaceParams,
|
|
UE_ARRAY_COUNT(DependentSingletons),
|
|
UE_ARRAY_COUNT(FuncInfo),
|
|
UE_ARRAY_COUNT(Z_Construct_UClass_ANavModifierVolume_Statics::PropPointers),
|
|
UE_ARRAY_COUNT(InterfaceParams),
|
|
0x008800A4u,
|
|
METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_ANavModifierVolume_Statics::Class_MetaDataParams), Z_Construct_UClass_ANavModifierVolume_Statics::Class_MetaDataParams)
|
|
};
|
|
void ANavModifierVolume::StaticRegisterNativesANavModifierVolume()
|
|
{
|
|
UClass* Class = ANavModifierVolume::StaticClass();
|
|
FNativeFunctionRegistrar::RegisterFunctions(Class, MakeConstArrayView(Z_Construct_UClass_ANavModifierVolume_Statics::Funcs));
|
|
}
|
|
UClass* Z_Construct_UClass_ANavModifierVolume()
|
|
{
|
|
if (!Z_Registration_Info_UClass_ANavModifierVolume.OuterSingleton)
|
|
{
|
|
UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_ANavModifierVolume.OuterSingleton, Z_Construct_UClass_ANavModifierVolume_Statics::ClassParams);
|
|
}
|
|
return Z_Registration_Info_UClass_ANavModifierVolume.OuterSingleton;
|
|
}
|
|
DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, ANavModifierVolume);
|
|
ANavModifierVolume::~ANavModifierVolume() {}
|
|
// ********** End Class ANavModifierVolume *********************************************************
|
|
|
|
// ********** Begin Registration *******************************************************************
|
|
struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_NavModifierVolume_h__Script_NavigationSystem_Statics
|
|
{
|
|
static constexpr FClassRegisterCompiledInInfo ClassInfo[] = {
|
|
{ Z_Construct_UClass_ANavModifierVolume, ANavModifierVolume::StaticClass, TEXT("ANavModifierVolume"), &Z_Registration_Info_UClass_ANavModifierVolume, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(ANavModifierVolume), 3794763740U) },
|
|
};
|
|
}; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_NavModifierVolume_h__Script_NavigationSystem_Statics
|
|
static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_NavModifierVolume_h__Script_NavigationSystem_661941732{
|
|
TEXT("/Script/NavigationSystem"),
|
|
Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_NavModifierVolume_h__Script_NavigationSystem_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_NavigationSystem_Public_NavModifierVolume_h__Script_NavigationSystem_Statics::ClassInfo),
|
|
nullptr, 0,
|
|
nullptr, 0,
|
|
};
|
|
// ********** End Registration *********************************************************************
|
|
|
|
PRAGMA_ENABLE_DEPRECATION_WARNINGS
|