// 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/NavLinkDefinition.h" #include "AI/Navigation/NavAgentSelector.h" PRAGMA_DISABLE_DEPRECATION_WARNINGS static_assert(!UE_WITH_CONSTINIT_UOBJECT, "This generated code can only be compiled with !UE_WITH_CONSTINIT_OBJECT"); void EmptyLinkFunctionForGeneratedCodeNavLinkDefinition() {} // ********** Begin Cross Module References ******************************************************** COREUOBJECT_API UClass* Z_Construct_UClass_UClass_NoRegister(); COREUOBJECT_API UClass* Z_Construct_UClass_UObject(); COREUOBJECT_API UScriptStruct* Z_Construct_UScriptStruct_FVector(); ENGINE_API UClass* Z_Construct_UClass_UNavAreaBase_NoRegister(); ENGINE_API UClass* Z_Construct_UClass_UNavLinkDefinition(); ENGINE_API UClass* Z_Construct_UClass_UNavLinkDefinition_NoRegister(); ENGINE_API UEnum* Z_Construct_UEnum_Engine_ENavLinkDirection(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNavAgentSelector(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNavigationLink(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNavigationLinkBase(); ENGINE_API UScriptStruct* Z_Construct_UScriptStruct_FNavigationSegmentLink(); UPackage* Z_Construct_UPackage__Script_Engine(); // ********** End Cross Module References ********************************************************** // ********** Begin Enum ENavLinkDirection ********************************************************* static FEnumRegistrationInfo Z_Registration_Info_UEnum_ENavLinkDirection; static UEnum* ENavLinkDirection_StaticEnum() { if (!Z_Registration_Info_UEnum_ENavLinkDirection.OuterSingleton) { Z_Registration_Info_UEnum_ENavLinkDirection.OuterSingleton = GetStaticEnum(Z_Construct_UEnum_Engine_ENavLinkDirection, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("ENavLinkDirection")); } return Z_Registration_Info_UEnum_ENavLinkDirection.OuterSingleton; } template<> ENGINE_NON_ATTRIBUTED_API UEnum* StaticEnum() { return ENavLinkDirection_StaticEnum(); } struct Z_Construct_UEnum_Engine_ENavLinkDirection_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Enum_MetaDataParams[] = { { "BothWays.Name", "ENavLinkDirection::BothWays" }, { "LeftToRight.Name", "ENavLinkDirection::LeftToRight" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "RightToLeft.Name", "ENavLinkDirection::RightToLeft" }, }; #endif // WITH_METADATA static constexpr UECodeGen_Private::FEnumeratorParam Enumerators[] = { { "ENavLinkDirection::BothWays", (int64)ENavLinkDirection::BothWays }, { "ENavLinkDirection::LeftToRight", (int64)ENavLinkDirection::LeftToRight }, { "ENavLinkDirection::RightToLeft", (int64)ENavLinkDirection::RightToLeft }, }; static const UECodeGen_Private::FEnumParams EnumParams; }; // struct Z_Construct_UEnum_Engine_ENavLinkDirection_Statics const UECodeGen_Private::FEnumParams Z_Construct_UEnum_Engine_ENavLinkDirection_Statics::EnumParams = { (UObject*(*)())Z_Construct_UPackage__Script_Engine, nullptr, "ENavLinkDirection", "ENavLinkDirection::Type", Z_Construct_UEnum_Engine_ENavLinkDirection_Statics::Enumerators, RF_Public|RF_Transient|RF_MarkAsNative, UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_ENavLinkDirection_Statics::Enumerators), EEnumFlags::None, (uint8)UEnum::ECppForm::Namespaced, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UEnum_Engine_ENavLinkDirection_Statics::Enum_MetaDataParams), Z_Construct_UEnum_Engine_ENavLinkDirection_Statics::Enum_MetaDataParams) }; UEnum* Z_Construct_UEnum_Engine_ENavLinkDirection() { if (!Z_Registration_Info_UEnum_ENavLinkDirection.InnerSingleton) { UECodeGen_Private::ConstructUEnum(Z_Registration_Info_UEnum_ENavLinkDirection.InnerSingleton, Z_Construct_UEnum_Engine_ENavLinkDirection_Statics::EnumParams); } return Z_Registration_Info_UEnum_ENavLinkDirection.InnerSingleton; } // ********** End Enum ENavLinkDirection *********************************************************** // ********** Begin ScriptStruct FNavigationLinkBase *********************************************** struct Z_Construct_UScriptStruct_FNavigationLinkBase_Statics { static inline consteval int32 GetStructSize() { return sizeof(FNavigationLinkBase); } static inline consteval int16 GetStructAlignment() { return alignof(FNavigationLinkBase); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "BlueprintType", "true" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LeftProjectHeight_MetaData[] = { { "Category", "Default" }, { "ClampMin", "0.0" }, { "Comment", "/** if greater than 0 nav system will attempt to project navlink's start point on geometry below */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "if greater than 0 nav system will attempt to project navlink's start point on geometry below" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_MaxFallDownLength_MetaData[] = { { "Category", "Default" }, { "ClampMin", "0.0" }, { "Comment", "/** if greater than 0 nav system will attempt to project navlink's end point on geometry below */" }, { "DisplayName", "Right Project Height" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "if greater than 0 nav system will attempt to project navlink's end point on geometry below" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SnapRadius_MetaData[] = { { "Category", "Default" }, { "ClampMin", "1.0" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SnapHeight_MetaData[] = { { "Category", "Default" }, { "ClampMin", "1.0" }, { "EditCondition", "bUseSnapHeight" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SupportedAgents_MetaData[] = { { "Category", "Default" }, { "Comment", "/** restrict link only to specified agents */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "restrict link only to specified agents" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent0_MetaData[] = { { "Comment", "// DEPRECATED AGENT CONFIG\n" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "DEPRECATED AGENT CONFIG" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent1_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent2_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent3_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent4_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent5_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent6_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent7_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent8_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent9_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent10_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent11_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent12_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent13_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent14_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSupportsAgent15_MetaData[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; #if WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Description_MetaData[] = { { "Category", "Default" }, { "Comment", "/** this is an editor-only property to put descriptions in navlinks setup, to be able to identify it easier */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "this is an editor-only property to put descriptions in navlinks setup, to be able to identify it easier" }, }; #endif // WITH_EDITORONLY_DATA static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Direction_MetaData[] = { { "Category", "Default" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bUseSnapHeight_MetaData[] = { { "Category", "Default" }, { "InlineEditConditionToggle", "" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bSnapToCheapestArea_MetaData[] = { { "Category", "Default" }, { "Comment", "/** If set, link will try to snap to the cheapest area in given radius */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "If set, link will try to snap to the cheapest area in given radius" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCustomFlag0_MetaData[] = { { "Comment", "/** custom flag, check DescribeCustomFlags for details */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "custom flag, check DescribeCustomFlags for details" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCustomFlag1_MetaData[] = { { "Comment", "/** custom flag, check DescribeCustomFlags for details */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "custom flag, check DescribeCustomFlags for details" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCustomFlag2_MetaData[] = { { "Comment", "/** custom flag, check DescribeCustomFlags for details */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "custom flag, check DescribeCustomFlags for details" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCustomFlag3_MetaData[] = { { "Comment", "/** custom flag, check DescribeCustomFlags for details */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "custom flag, check DescribeCustomFlags for details" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCustomFlag4_MetaData[] = { { "Comment", "/** custom flag, check DescribeCustomFlags for details */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "custom flag, check DescribeCustomFlags for details" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCustomFlag5_MetaData[] = { { "Comment", "/** custom flag, check DescribeCustomFlags for details */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "custom flag, check DescribeCustomFlags for details" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCustomFlag6_MetaData[] = { { "Comment", "/** custom flag, check DescribeCustomFlags for details */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "custom flag, check DescribeCustomFlags for details" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_bCustomFlag7_MetaData[] = { { "Comment", "/** custom flag, check DescribeCustomFlags for details */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "custom flag, check DescribeCustomFlags for details" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_AreaClass_MetaData[] = { { "Category", "Default" }, { "Comment", "/** Area type of this link (empty = default) */" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "Area type of this link (empty = default)" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FNavigationLinkBase constinit property declarations *************** static const UECodeGen_Private::FFloatPropertyParams NewProp_LeftProjectHeight; static const UECodeGen_Private::FFloatPropertyParams NewProp_MaxFallDownLength; static const UECodeGen_Private::FFloatPropertyParams NewProp_SnapRadius; static const UECodeGen_Private::FFloatPropertyParams NewProp_SnapHeight; static const UECodeGen_Private::FStructPropertyParams NewProp_SupportedAgents; static void NewProp_bSupportsAgent0_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent0; static void NewProp_bSupportsAgent1_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent1; static void NewProp_bSupportsAgent2_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent2; static void NewProp_bSupportsAgent3_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent3; static void NewProp_bSupportsAgent4_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent4; static void NewProp_bSupportsAgent5_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent5; static void NewProp_bSupportsAgent6_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent6; static void NewProp_bSupportsAgent7_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent7; static void NewProp_bSupportsAgent8_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent8; static void NewProp_bSupportsAgent9_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent9; static void NewProp_bSupportsAgent10_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent10; static void NewProp_bSupportsAgent11_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent11; static void NewProp_bSupportsAgent12_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent12; static void NewProp_bSupportsAgent13_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent13; static void NewProp_bSupportsAgent14_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent14; static void NewProp_bSupportsAgent15_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSupportsAgent15; #if WITH_EDITORONLY_DATA static const UECodeGen_Private::FStrPropertyParams NewProp_Description; #endif // WITH_EDITORONLY_DATA static const UECodeGen_Private::FBytePropertyParams NewProp_Direction; static void NewProp_bUseSnapHeight_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bUseSnapHeight; static void NewProp_bSnapToCheapestArea_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bSnapToCheapestArea; static void NewProp_bCustomFlag0_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCustomFlag0; static void NewProp_bCustomFlag1_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCustomFlag1; static void NewProp_bCustomFlag2_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCustomFlag2; static void NewProp_bCustomFlag3_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCustomFlag3; static void NewProp_bCustomFlag4_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCustomFlag4; static void NewProp_bCustomFlag5_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCustomFlag5; static void NewProp_bCustomFlag6_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCustomFlag6; static void NewProp_bCustomFlag7_SetBit(void* Obj); static const UECodeGen_Private::FBoolPropertyParams NewProp_bCustomFlag7; static const UECodeGen_Private::FClassPropertyParams NewProp_AreaClass; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FNavigationLinkBase constinit property declarations ***************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FNavigationLinkBase_Statics static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNavigationLinkBase; class UScriptStruct* FNavigationLinkBase::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FNavigationLinkBase.OuterSingleton) { Z_Registration_Info_UScriptStruct_FNavigationLinkBase.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNavigationLinkBase, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("NavigationLinkBase")); } return Z_Registration_Info_UScriptStruct_FNavigationLinkBase.OuterSingleton; } // ********** Begin ScriptStruct FNavigationLinkBase Property Definitions ************************** const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_LeftProjectHeight = { "LeftProjectHeight", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationLinkBase, LeftProjectHeight), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LeftProjectHeight_MetaData), NewProp_LeftProjectHeight_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_MaxFallDownLength = { "MaxFallDownLength", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationLinkBase, MaxFallDownLength), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_MaxFallDownLength_MetaData), NewProp_MaxFallDownLength_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_SnapRadius = { "SnapRadius", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationLinkBase, SnapRadius), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SnapRadius_MetaData), NewProp_SnapRadius_MetaData) }; const UECodeGen_Private::FFloatPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_SnapHeight = { "SnapHeight", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Float, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationLinkBase, SnapHeight), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SnapHeight_MetaData), NewProp_SnapHeight_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_SupportedAgents = { "SupportedAgents", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationLinkBase, SupportedAgents), Z_Construct_UScriptStruct_FNavAgentSelector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SupportedAgents_MetaData), NewProp_SupportedAgents_MetaData) }; // 3310493543 void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent0_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent0 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent0 = { "bSupportsAgent0", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent0_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent0_MetaData), NewProp_bSupportsAgent0_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent1_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent1 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent1 = { "bSupportsAgent1", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent1_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent1_MetaData), NewProp_bSupportsAgent1_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent2_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent2 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent2 = { "bSupportsAgent2", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent2_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent2_MetaData), NewProp_bSupportsAgent2_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent3_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent3 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent3 = { "bSupportsAgent3", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent3_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent3_MetaData), NewProp_bSupportsAgent3_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent4_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent4 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent4 = { "bSupportsAgent4", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent4_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent4_MetaData), NewProp_bSupportsAgent4_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent5_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent5 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent5 = { "bSupportsAgent5", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent5_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent5_MetaData), NewProp_bSupportsAgent5_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent6_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent6 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent6 = { "bSupportsAgent6", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent6_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent6_MetaData), NewProp_bSupportsAgent6_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent7_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent7 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent7 = { "bSupportsAgent7", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent7_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent7_MetaData), NewProp_bSupportsAgent7_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent8_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent8 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent8 = { "bSupportsAgent8", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent8_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent8_MetaData), NewProp_bSupportsAgent8_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent9_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent9 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent9 = { "bSupportsAgent9", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent9_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent9_MetaData), NewProp_bSupportsAgent9_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent10_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent10 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent10 = { "bSupportsAgent10", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent10_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent10_MetaData), NewProp_bSupportsAgent10_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent11_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent11 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent11 = { "bSupportsAgent11", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent11_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent11_MetaData), NewProp_bSupportsAgent11_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent12_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent12 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent12 = { "bSupportsAgent12", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent12_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent12_MetaData), NewProp_bSupportsAgent12_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent13_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent13 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent13 = { "bSupportsAgent13", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent13_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent13_MetaData), NewProp_bSupportsAgent13_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent14_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent14 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent14 = { "bSupportsAgent14", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent14_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent14_MetaData), NewProp_bSupportsAgent14_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent15_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSupportsAgent15 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent15 = { "bSupportsAgent15", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent15_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSupportsAgent15_MetaData), NewProp_bSupportsAgent15_MetaData) }; #if WITH_EDITORONLY_DATA const UECodeGen_Private::FStrPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_Description = { "Description", nullptr, (EPropertyFlags)0x0010000800000001, UECodeGen_Private::EPropertyGenFlags::Str, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationLinkBase, Description), METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Description_MetaData), NewProp_Description_MetaData) }; #endif // WITH_EDITORONLY_DATA const UECodeGen_Private::FBytePropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_Direction = { "Direction", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Byte, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationLinkBase, Direction), Z_Construct_UEnum_Engine_ENavLinkDirection, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Direction_MetaData), NewProp_Direction_MetaData) }; // 901716950 void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bUseSnapHeight_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bUseSnapHeight = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bUseSnapHeight = { "bUseSnapHeight", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bUseSnapHeight_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bUseSnapHeight_MetaData), NewProp_bUseSnapHeight_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSnapToCheapestArea_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bSnapToCheapestArea = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSnapToCheapestArea = { "bSnapToCheapestArea", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSnapToCheapestArea_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bSnapToCheapestArea_MetaData), NewProp_bSnapToCheapestArea_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag0_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bCustomFlag0 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag0 = { "bCustomFlag0", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag0_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCustomFlag0_MetaData), NewProp_bCustomFlag0_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag1_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bCustomFlag1 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag1 = { "bCustomFlag1", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag1_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCustomFlag1_MetaData), NewProp_bCustomFlag1_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag2_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bCustomFlag2 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag2 = { "bCustomFlag2", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag2_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCustomFlag2_MetaData), NewProp_bCustomFlag2_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag3_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bCustomFlag3 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag3 = { "bCustomFlag3", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag3_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCustomFlag3_MetaData), NewProp_bCustomFlag3_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag4_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bCustomFlag4 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag4 = { "bCustomFlag4", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag4_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCustomFlag4_MetaData), NewProp_bCustomFlag4_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag5_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bCustomFlag5 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag5 = { "bCustomFlag5", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag5_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCustomFlag5_MetaData), NewProp_bCustomFlag5_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag6_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bCustomFlag6 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag6 = { "bCustomFlag6", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag6_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCustomFlag6_MetaData), NewProp_bCustomFlag6_MetaData) }; void Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag7_SetBit(void* Obj) { ((FNavigationLinkBase*)Obj)->bCustomFlag7 = 1; } const UECodeGen_Private::FBoolPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag7 = { "bCustomFlag7", nullptr, (EPropertyFlags)0x0010000000000000, UECodeGen_Private::EPropertyGenFlags::Bool , RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, sizeof(uint8), sizeof(FNavigationLinkBase), &Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag7_SetBit, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_bCustomFlag7_MetaData), NewProp_bCustomFlag7_MetaData) }; const UECodeGen_Private::FClassPropertyParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_AreaClass = { "AreaClass", nullptr, (EPropertyFlags)0x0044000000000001, UECodeGen_Private::EPropertyGenFlags::Class, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationLinkBase, AreaClass), Z_Construct_UClass_UClass_NoRegister, Z_Construct_UClass_UNavAreaBase_NoRegister, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_AreaClass_MetaData), NewProp_AreaClass_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_LeftProjectHeight, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_MaxFallDownLength, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_SnapRadius, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_SnapHeight, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_SupportedAgents, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent0, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent1, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent2, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent3, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent4, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent5, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent6, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent7, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent8, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent9, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent10, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent11, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent12, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent13, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent14, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSupportsAgent15, #if WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_Description, #endif // WITH_EDITORONLY_DATA (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_Direction, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bUseSnapHeight, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bSnapToCheapestArea, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag0, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag1, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag2, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag3, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag4, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag5, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag6, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_bCustomFlag7, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewProp_AreaClass, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::PropPointers) < 2048); // ********** End ScriptStruct FNavigationLinkBase Property Definitions **************************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, nullptr, &NewStructOps, "NavigationLinkBase", Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::PropPointers), sizeof(FNavigationLinkBase), alignof(FNavigationLinkBase), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FNavigationLinkBase() { if (!Z_Registration_Info_UScriptStruct_FNavigationLinkBase.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNavigationLinkBase.InnerSingleton, Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FNavigationLinkBase.InnerSingleton); } // ********** End ScriptStruct FNavigationLinkBase ************************************************* // ********** Begin ScriptStruct FNavigationLink *************************************************** struct Z_Construct_UScriptStruct_FNavigationLink_Statics { static inline consteval int32 GetStructSize() { return sizeof(FNavigationLink); } static inline consteval int16 GetStructAlignment() { return alignof(FNavigationLink); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "BlueprintType", "true" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Left_MetaData[] = { { "Category", "Default" }, { "MakeEditWidget", "" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Right_MetaData[] = { { "Category", "Default" }, { "MakeEditWidget", "" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FNavigationLink constinit property declarations ******************* static const UECodeGen_Private::FStructPropertyParams NewProp_Left; static const UECodeGen_Private::FStructPropertyParams NewProp_Right; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FNavigationLink constinit property declarations ********************* static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FNavigationLink_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FNavigationLink cannot be polymorphic unless super FNavigationLinkBase is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNavigationLink; class UScriptStruct* FNavigationLink::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FNavigationLink.OuterSingleton) { Z_Registration_Info_UScriptStruct_FNavigationLink.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNavigationLink, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("NavigationLink")); } return Z_Registration_Info_UScriptStruct_FNavigationLink.OuterSingleton; } // ********** Begin ScriptStruct FNavigationLink Property Definitions ****************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNavigationLink_Statics::NewProp_Left = { "Left", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationLink, Left), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Left_MetaData), NewProp_Left_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNavigationLink_Statics::NewProp_Right = { "Right", nullptr, (EPropertyFlags)0x0010000000000005, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationLink, Right), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Right_MetaData), NewProp_Right_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNavigationLink_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLink_Statics::NewProp_Left, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationLink_Statics::NewProp_Right, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNavigationLink_Statics::PropPointers) < 2048); // ********** End ScriptStruct FNavigationLink Property Definitions ******************************** const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNavigationLink_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, Z_Construct_UScriptStruct_FNavigationLinkBase, &NewStructOps, "NavigationLink", Z_Construct_UScriptStruct_FNavigationLink_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNavigationLink_Statics::PropPointers), sizeof(FNavigationLink), alignof(FNavigationLink), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNavigationLink_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNavigationLink_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FNavigationLink() { if (!Z_Registration_Info_UScriptStruct_FNavigationLink.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNavigationLink.InnerSingleton, Z_Construct_UScriptStruct_FNavigationLink_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FNavigationLink.InnerSingleton); } // ********** End ScriptStruct FNavigationLink ***************************************************** // ********** Begin ScriptStruct FNavigationSegmentLink ******************************************** struct Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics { static inline consteval int32 GetStructSize() { return sizeof(FNavigationSegmentLink); } static inline consteval int16 GetStructAlignment() { return alignof(FNavigationSegmentLink); } #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Struct_MetaDataParams[] = { { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LeftStart_MetaData[] = { { "Category", "Default" }, { "MakeEditWidget", "" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_LeftEnd_MetaData[] = { { "Category", "Default" }, { "MakeEditWidget", "" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RightStart_MetaData[] = { { "Category", "Default" }, { "MakeEditWidget", "" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_RightEnd_MetaData[] = { { "Category", "Default" }, { "MakeEditWidget", "" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; #endif // WITH_METADATA // ********** Begin ScriptStruct FNavigationSegmentLink constinit property declarations ************ static const UECodeGen_Private::FStructPropertyParams NewProp_LeftStart; static const UECodeGen_Private::FStructPropertyParams NewProp_LeftEnd; static const UECodeGen_Private::FStructPropertyParams NewProp_RightStart; static const UECodeGen_Private::FStructPropertyParams NewProp_RightEnd; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End ScriptStruct FNavigationSegmentLink constinit property declarations ************** static void* NewStructOps() { return (UScriptStruct::ICppStructOps*)new UScriptStruct::TCppStructOps(); } static const UECodeGen_Private::FStructParams StructParams; }; // struct Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics static_assert(std::is_polymorphic() == std::is_polymorphic(), "USTRUCT FNavigationSegmentLink cannot be polymorphic unless super FNavigationLinkBase is polymorphic"); static FStructRegistrationInfo Z_Registration_Info_UScriptStruct_FNavigationSegmentLink; class UScriptStruct* FNavigationSegmentLink::StaticStruct() { if (!Z_Registration_Info_UScriptStruct_FNavigationSegmentLink.OuterSingleton) { Z_Registration_Info_UScriptStruct_FNavigationSegmentLink.OuterSingleton = GetStaticStruct(Z_Construct_UScriptStruct_FNavigationSegmentLink, (UObject*)Z_Construct_UPackage__Script_Engine(), TEXT("NavigationSegmentLink")); } return Z_Registration_Info_UScriptStruct_FNavigationSegmentLink.OuterSingleton; } // ********** Begin ScriptStruct FNavigationSegmentLink Property Definitions *********************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::NewProp_LeftStart = { "LeftStart", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationSegmentLink, LeftStart), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LeftStart_MetaData), NewProp_LeftStart_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::NewProp_LeftEnd = { "LeftEnd", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationSegmentLink, LeftEnd), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_LeftEnd_MetaData), NewProp_LeftEnd_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::NewProp_RightStart = { "RightStart", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationSegmentLink, RightStart), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RightStart_MetaData), NewProp_RightStart_MetaData) }; const UECodeGen_Private::FStructPropertyParams Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::NewProp_RightEnd = { "RightEnd", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(FNavigationSegmentLink, RightEnd), Z_Construct_UScriptStruct_FVector, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_RightEnd_MetaData), NewProp_RightEnd_MetaData) }; const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::NewProp_LeftStart, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::NewProp_LeftEnd, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::NewProp_RightStart, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::NewProp_RightEnd, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::PropPointers) < 2048); // ********** End ScriptStruct FNavigationSegmentLink Property Definitions ************************* const UECodeGen_Private::FStructParams Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::StructParams = { (UObject* (*)())Z_Construct_UPackage__Script_Engine, Z_Construct_UScriptStruct_FNavigationLinkBase, &NewStructOps, "NavigationSegmentLink", Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::PropPointers, UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::PropPointers), sizeof(FNavigationSegmentLink), alignof(FNavigationSegmentLink), RF_Public|RF_Transient|RF_MarkAsNative, EStructFlags(0x00000001), METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::Struct_MetaDataParams), Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::Struct_MetaDataParams) }; UScriptStruct* Z_Construct_UScriptStruct_FNavigationSegmentLink() { if (!Z_Registration_Info_UScriptStruct_FNavigationSegmentLink.InnerSingleton) { UECodeGen_Private::ConstructUScriptStruct(Z_Registration_Info_UScriptStruct_FNavigationSegmentLink.InnerSingleton, Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::StructParams); } return CastChecked(Z_Registration_Info_UScriptStruct_FNavigationSegmentLink.InnerSingleton); } // ********** End ScriptStruct FNavigationSegmentLink ********************************************** // ********** Begin Class UNavLinkDefinition ******************************************************* FClassRegistrationInfo Z_Registration_Info_UClass_UNavLinkDefinition; UClass* UNavLinkDefinition::GetPrivateStaticClass() { using TClass = UNavLinkDefinition; if (!Z_Registration_Info_UClass_UNavLinkDefinition.InnerSingleton) { GetPrivateStaticClassBody( TClass::StaticPackage(), TEXT("NavLinkDefinition"), Z_Registration_Info_UClass_UNavLinkDefinition.InnerSingleton, StaticRegisterNativesUNavLinkDefinition, 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_UNavLinkDefinition.InnerSingleton; } UClass* Z_Construct_UClass_UNavLinkDefinition_NoRegister() { return UNavLinkDefinition::GetPrivateStaticClass(); } struct Z_Construct_UClass_UNavLinkDefinition_Statics { #if WITH_METADATA static constexpr UECodeGen_Private::FMetaDataPairParam Class_MetaDataParams[] = { { "BlueprintType", "true" }, { "Comment", "/** Class containing definition of a navigation area */" }, { "IncludePath", "AI/Navigation/NavLinkDefinition.h" }, { "IsBlueprintBase", "true" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, { "ToolTip", "Class containing definition of a navigation area" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_Links_MetaData[] = { { "Category", "OffMeshLinks" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; static constexpr UECodeGen_Private::FMetaDataPairParam NewProp_SegmentLinks_MetaData[] = { { "Category", "OffMeshLinks" }, { "ModuleRelativePath", "Classes/AI/Navigation/NavLinkDefinition.h" }, }; #endif // WITH_METADATA // ********** Begin Class UNavLinkDefinition constinit property declarations *********************** static const UECodeGen_Private::FStructPropertyParams NewProp_Links_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_Links; static const UECodeGen_Private::FStructPropertyParams NewProp_SegmentLinks_Inner; static const UECodeGen_Private::FArrayPropertyParams NewProp_SegmentLinks; static const UECodeGen_Private::FPropertyParamsBase* const PropPointers[]; // ********** End Class UNavLinkDefinition constinit property declarations ************************* static UObject* (*const DependentSingletons[])(); static constexpr FCppClassTypeInfoStatic StaticCppClassTypeInfo = { TCppClassTypeTraits::IsAbstract, }; static const UECodeGen_Private::FClassParams ClassParams; }; // struct Z_Construct_UClass_UNavLinkDefinition_Statics // ********** Begin Class UNavLinkDefinition Property Definitions ********************************** const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNavLinkDefinition_Statics::NewProp_Links_Inner = { "Links", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNavigationLink, METADATA_PARAMS(0, nullptr) }; // 4281568075 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UNavLinkDefinition_Statics::NewProp_Links = { "Links", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNavLinkDefinition, Links), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_Links_MetaData), NewProp_Links_MetaData) }; // 4281568075 const UECodeGen_Private::FStructPropertyParams Z_Construct_UClass_UNavLinkDefinition_Statics::NewProp_SegmentLinks_Inner = { "SegmentLinks", nullptr, (EPropertyFlags)0x0000000000000000, UECodeGen_Private::EPropertyGenFlags::Struct, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, 0, Z_Construct_UScriptStruct_FNavigationSegmentLink, METADATA_PARAMS(0, nullptr) }; // 3072383616 const UECodeGen_Private::FArrayPropertyParams Z_Construct_UClass_UNavLinkDefinition_Statics::NewProp_SegmentLinks = { "SegmentLinks", nullptr, (EPropertyFlags)0x0010000000000001, UECodeGen_Private::EPropertyGenFlags::Array, RF_Public|RF_Transient|RF_MarkAsNative, nullptr, nullptr, 1, STRUCT_OFFSET(UNavLinkDefinition, SegmentLinks), EArrayPropertyFlags::None, METADATA_PARAMS(UE_ARRAY_COUNT(NewProp_SegmentLinks_MetaData), NewProp_SegmentLinks_MetaData) }; // 3072383616 const UECodeGen_Private::FPropertyParamsBase* const Z_Construct_UClass_UNavLinkDefinition_Statics::PropPointers[] = { (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNavLinkDefinition_Statics::NewProp_Links_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNavLinkDefinition_Statics::NewProp_Links, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNavLinkDefinition_Statics::NewProp_SegmentLinks_Inner, (const UECodeGen_Private::FPropertyParamsBase*)&Z_Construct_UClass_UNavLinkDefinition_Statics::NewProp_SegmentLinks, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNavLinkDefinition_Statics::PropPointers) < 2048); // ********** End Class UNavLinkDefinition Property Definitions ************************************ UObject* (*const Z_Construct_UClass_UNavLinkDefinition_Statics::DependentSingletons[])() = { (UObject* (*)())Z_Construct_UClass_UObject, (UObject* (*)())Z_Construct_UPackage__Script_Engine, }; static_assert(UE_ARRAY_COUNT(Z_Construct_UClass_UNavLinkDefinition_Statics::DependentSingletons) < 16); const UECodeGen_Private::FClassParams Z_Construct_UClass_UNavLinkDefinition_Statics::ClassParams = { &UNavLinkDefinition::StaticClass, "Engine", &StaticCppClassTypeInfo, DependentSingletons, nullptr, Z_Construct_UClass_UNavLinkDefinition_Statics::PropPointers, nullptr, UE_ARRAY_COUNT(DependentSingletons), 0, UE_ARRAY_COUNT(Z_Construct_UClass_UNavLinkDefinition_Statics::PropPointers), 0, 0x000800A1u, METADATA_PARAMS(UE_ARRAY_COUNT(Z_Construct_UClass_UNavLinkDefinition_Statics::Class_MetaDataParams), Z_Construct_UClass_UNavLinkDefinition_Statics::Class_MetaDataParams) }; void UNavLinkDefinition::StaticRegisterNativesUNavLinkDefinition() { } UClass* Z_Construct_UClass_UNavLinkDefinition() { if (!Z_Registration_Info_UClass_UNavLinkDefinition.OuterSingleton) { UECodeGen_Private::ConstructUClass(Z_Registration_Info_UClass_UNavLinkDefinition.OuterSingleton, Z_Construct_UClass_UNavLinkDefinition_Statics::ClassParams); } return Z_Registration_Info_UClass_UNavLinkDefinition.OuterSingleton; } DEFINE_VTABLE_PTR_HELPER_CTOR_NS(, UNavLinkDefinition); UNavLinkDefinition::~UNavLinkDefinition() {} // ********** End Class UNavLinkDefinition ********************************************************* // ********** Begin Registration ******************************************************************* struct Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavLinkDefinition_h__Script_Engine_Statics { static constexpr FEnumRegisterCompiledInInfo EnumInfo[] = { { ENavLinkDirection_StaticEnum, TEXT("ENavLinkDirection"), &Z_Registration_Info_UEnum_ENavLinkDirection, CONSTRUCT_RELOAD_VERSION_INFO(FEnumReloadVersionInfo, 901716950U) }, }; static constexpr FStructRegisterCompiledInInfo ScriptStructInfo[] = { { FNavigationLinkBase::StaticStruct, Z_Construct_UScriptStruct_FNavigationLinkBase_Statics::NewStructOps, TEXT("NavigationLinkBase"),&Z_Registration_Info_UScriptStruct_FNavigationLinkBase, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNavigationLinkBase), 856332697U) }, { FNavigationLink::StaticStruct, Z_Construct_UScriptStruct_FNavigationLink_Statics::NewStructOps, TEXT("NavigationLink"),&Z_Registration_Info_UScriptStruct_FNavigationLink, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNavigationLink), 4281568075U) }, { FNavigationSegmentLink::StaticStruct, Z_Construct_UScriptStruct_FNavigationSegmentLink_Statics::NewStructOps, TEXT("NavigationSegmentLink"),&Z_Registration_Info_UScriptStruct_FNavigationSegmentLink, CONSTRUCT_RELOAD_VERSION_INFO(FStructReloadVersionInfo, sizeof(FNavigationSegmentLink), 3072383616U) }, }; static constexpr FClassRegisterCompiledInInfo ClassInfo[] = { { Z_Construct_UClass_UNavLinkDefinition, UNavLinkDefinition::StaticClass, TEXT("UNavLinkDefinition"), &Z_Registration_Info_UClass_UNavLinkDefinition, CONSTRUCT_RELOAD_VERSION_INFO(FClassReloadVersionInfo, sizeof(UNavLinkDefinition), 1768026513U) }, }; }; // Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavLinkDefinition_h__Script_Engine_Statics static FRegisterCompiledInInfo Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavLinkDefinition_h__Script_Engine_3024936367{ TEXT("/Script/Engine"), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavLinkDefinition_h__Script_Engine_Statics::ClassInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavLinkDefinition_h__Script_Engine_Statics::ClassInfo), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavLinkDefinition_h__Script_Engine_Statics::ScriptStructInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavLinkDefinition_h__Script_Engine_Statics::ScriptStructInfo), Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavLinkDefinition_h__Script_Engine_Statics::EnumInfo, UE_ARRAY_COUNT(Z_CompiledInDeferFile_FID_Engine_Source_Runtime_Engine_Classes_AI_Navigation_NavLinkDefinition_h__Script_Engine_Statics::EnumInfo), }; // ********** End Registration ********************************************************************* PRAGMA_ENABLE_DEPRECATION_WARNINGS