// 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/Navigation/NavRelevantInterface.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeNavRelevantInterface() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UInterface(); ENGINE_API UClass* Z_Construct_UClass_UNavRelevantInterface(); ENGINE_API UClass* Z_Construct_UClass_UNavRelevantInterface_NoRegister(); ENGINE_API UEnum* Z_Construct_UEnum_Engine_EHasCustomNavigableGeometry(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Enum EHasCustomNavigableGeometry *********************************************** static FEnumRegistrationInfo Z_Registration_Info_UEnum_EHasCustomNavigableGeometry; static UEnum* EHasCustomNavigableGeometry_StaticEnum() { if (!Z_Registration_Info_UEnum_EHasCustomNavigableGeometry.OuterSingleton) { Z_Registration_Info_UEnum_EHasCustomNavigableGeometry.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_EHasCustomNavigableGeometry, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("EHasCustomNavigableGeometry")); } return Z_Registration_Info_UEnum_EHasCustomNavigableGeometry.OuterSingleton; } template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum() { return EHasCustomNavigableGeometry_StaticEnum(); } struct Z_Construct_UEnum_Engine_EHasCustomNavigableGeometry_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "Comment", "/** Determines if, and how, a navigation element should export collision for AI navigation */" }, { "DontExport.Comment", "/** Neither the custom geometry export delegate nor the default export will be called (can still add modifiers through the NavigationData export callback). */" }, { "DontExport.Name", "EHasCustomNavigableGeometry::DontExport" }, { "DontExport.ToolTip", "Neither the custom geometry export delegate nor the default export will be called (can still add modifiers through the NavigationData export callback)." }, { "EvenIfNotCollidable.Comment", "/** The custom geometry export callback is called even if the mesh is non-collidable and wouldn't normally affect the navigation data. */" }, { "EvenIfNotCollidable.Name", "EHasCustomNavigableGeometry::EvenIfNotCollidable" }, { "EvenIfNotCollidable.ToolTip", "The custom geometry export callback is called even if the mesh is non-collidable and wouldn't normally affect the navigation data." }, { "ModuleRelativePath", "Classes/AI/Navigation/NavRelevantInterface.h" }, { "No.Comment", "/** Element custom geometry export callback is not called, but the default collision export is performed using its convex/trimesh collision. */" }, { "No.Name", "EHasCustomNavigableGeometry::No" }, { "No.ToolTip", "Element custom geometry export callback is not called, but the default collision export is performed using its convex/trimesh collision." }, { "ToolTip", "Determines if, and how, a navigation element should export collision for AI navigation" }, { "Yes.Comment", "/** The custom geometry export callback is called and indicates if the default collision export should also be performed. */" }, { "Yes.Name", "EHasCustomNavigableGeometry::Yes" }, { "Yes.ToolTip", "The custom geometry export callback is called and indicates if the default collision export should also be performed." }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "EHasCustomNavigableGeometry::No", (int64)EHasCustomNavigableGeometry::No }, { "EHasCustomNavigableGeometry::Yes", (int64)EHasCustomNavigableGeometry::Yes }, { "EHasCustomNavigableGeometry::EvenIfNotCollidable", (int64)EHasCustomNavigableGeometry::EvenIfNotCollidable }, { "EHasCustomNavigableGeometry::DontExport", (int64)EHasCustomNavigableGeometry::DontExport }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_Engine_EHasCustomNavigableGeometry_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_EHasCustomNavigableGeometry_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_Engine, nullptr, "EHasCustomNavigableGeometry", "EHasCustomNavigableGeometry::Type", Z_Construct_UEnum_Engine_EHasCustomNavigableGeometry_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EHasCustomNavigableGeometry_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::Namespaced, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_EHasCustomNavigableGeometry_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_EHasCustomNavigableGeometry_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_Engine_EHasCustomNavigableGeometry() { if (!Z_Registration_Info_UEnum_EHasCustomNavigableGeometry.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_EHasCustomNavigableGeometry.InnerSingleton, Z_Construct_UEnum_Engine_EHasCustomNavigableGeometry_Statics::EnumParams); } return Z_Registration_Info_UEnum_EHasCustomNavigableGeometry.InnerSingleton; } // ********** End Enum EHasCustomNavigableGeometry ************************************************* // ********** Begin Interface UNavRelevantInterface ************************************************ FClassRegistrationInfo Z_Registration_Info_UClass_UNavRelevantInterface; UClass* UNavRelevantInterface::GetPrivateStaticClass() { using TClass = UNavRelevantInterface; if (!Z_Registration_Info_UClass_UNavRelevantInterface.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("NavRelevantInterface"), Z_Registration_Info_UClass_UNavRelevantInterface.InnerSingleton, StaticRegisterNativesUNavRelevantInterface, 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_UNavRelevantInterface.InnerSingleton; } UClass* Z_Construct_UClass_UNavRelevantInterface_NoRegister() { return UNavRelevantInterface::GetPrivateStaticClass(); } struct Z_Construct_UClass_UNavRelevantInterface_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "CannotImplementInterfaceInBlueprint", "" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavRelevantInterface.h" }, }; #endif // WITH_METADATA // ********** Begin Interface UNavRelevantInterface constinit property declarations **************** // ********** End Interface UNavRelevantInterface constinit property declarations ****************** static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UNavRelevantInterface_Statics UObject* (*const Z_Construct_UClass_UNavRelevantInterface_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UInterface, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNavRelevantInterface_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UNavRelevantInterface_Statics::ClassParams = { &UNavRelevantInterface::StaticClass, nullptr, &StaticCppClassTypeInfo, DependentSingletons, nullptr, nullptr, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, 0, 0, 0x000840A1u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNavRelevantInterface_Statics::Class_MetaDataParams), Z_Construct_UClass_UNavRelevantInterface_Statics::Class_MetaDataParams) }; void UNavRelevantInterface::StaticRegisterNativesUNavRelevantInterface() { } UClass* Z_Construct_UClass_UNavRelevantInterface() { if (!Z_Registration_Info_UClass_UNavRelevantInterface.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNavRelevantInterface.OuterSingleton, Z_Construct_UClass_UNavRelevantInterface_Statics::ClassParams); } return Z_Registration_Info_UClass_UNavRelevantInterface.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNavRelevantInterface); // ********** End Interface UNavRelevantInterface ************************************************** // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavRelevantInterface_h__Script_Engine_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { EHasCustomNavigableGeometry_StaticEnum, TEXT("EHasCustomNavigableGeometry"), &Z_Registration_Info_UEnum_EHasCustomNavigableGeometry, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 1912167332U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UNavRelevantInterface, UNavRelevantInterface::StaticClass, TEXT("UNavRelevantInterface"), &Z_Registration_Info_UClass_UNavRelevantInterface, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNavRelevantInterface), 3025675790U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavRelevantInterface_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavRelevantInterface_h__Script_Engine_768658912{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavRelevantInterface_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavRelevantInterface_h__Script_Engine_Statics::ClassInfo), nullptr, 0, Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavRelevantInterface_h__Script_Engine_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavRelevantInterface_h__Script_Engine_Statics::EnumInfo), }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS