5#if UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_4
13#define RECAST_STRAIGHTPATH_OFFMESH_CONNECTION 0x04
152 UE_DEPRECATED(5.3,
"LinkIds are now based on FNavLinkId. Use CustomNavLinkIds instead. CustomLinkIds array is no longer populated or used in the engine")
#define NULL
Definition oodle2base.h:134
#define UE_DEPRECATED(Version, Message)
Definition CoreMiscDefines.h:302
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
#define RECAST_STRAIGHTPATH_OFFMESH_CONNECTION
Definition NavMeshPath.h:13
uint64 NavNodeRef
Definition NavigationTypes.h:34
Definition NavigationData.h:547
UE_REWRITE SizeType Num() const
Definition Array.h:1144
UE_NODEBUG UE_FORCEINLINE_HINT ElementType * GetData() UE_LIFETIMEBOUND
Definition Array.h:1027
bool Contains(const ComparisonType &Item) const
Definition Array.h:1518
UE_NODEBUG UE_FORCEINLINE_HINT bool Find(const ElementType &Item, SizeType &Index) const
Definition Array.h:1302
Definition NavigationTypes.h:150
Definition NavMeshPath.h:17
bool IsNavLink() const
Definition NavMeshPath.h:28
FNavMeshNodeFlags & AddAreaFlags(const uint16 InAreaFlags)
Definition NavMeshPath.h:30
uint8 Area
Definition NavMeshPath.h:21
uint8 PathFlags
Definition NavMeshPath.h:19
uint16 AreaFlags
Definition NavMeshPath.h:23
FNavMeshNodeFlags()
Definition NavMeshPath.h:25
FNavMeshNodeFlags(const uint32 Flags)
Definition NavMeshPath.h:26
uint32 Pack() const
Definition NavMeshPath.h:27
Definition NavMeshPath.h:39
bool IsStringPulled() const
Definition NavMeshPath.h:52
uint32 bDynamic
Definition NavMeshPath.h:168
TArray< NavNodeRef > PathCorridor
Definition NavMeshPath.h:146
NAVIGATIONSYSTEM_API void Invert()
Definition NavMeshPath.cpp:789
void OnPathCorridorUpdated()
Definition NavMeshPath.h:63
TArray< FNavLinkId > CustomNavLinkIds
Definition NavMeshPath.h:155
NAVIGATIONSYSTEM_API FNavMeshPath & operator=(const FNavMeshPath &Other)
virtual FVector::FReal GetCostFromIndex(int32 PathPointIndex) const override
Definition NavMeshPath.h:82
NAVIGATIONSYSTEM_API const TArray< FNavigationPortalEdge > & GeneratePathCorridorEdges() const
Definition NavMeshPath.cpp:111
NAVIGATIONSYSTEM_API FNavMeshPath(FNavMeshPath &&Other)
NAVIGATIONSYSTEM_API void OffsetFromCorners(FVector::FReal Distance)
Definition NavMeshPath.cpp:290
NAVIGATIONSYSTEM_API void ApplyFlags(int32 NavDataFlags)
Definition NavMeshPath.cpp:269
bool WantsPathCorridor() const
Definition NavMeshPath.h:58
int32 GetNodeRefIndex(const NavNodeRef NodeRef) const
Definition NavMeshPath.h:99
uint32 bWantsStringPulling
Definition NavMeshPath.h:178
NAVIGATIONSYSTEM_API ~FNavMeshPath()
FNavigationPath Super
Definition NavMeshPath.h:40
virtual NAVIGATIONSYSTEM_API void DebugDraw(const ANavigationData *NavData, const FColor PathColor, UCanvas *Canvas, const bool bPersistent, const float LifeTime, const uint32 NextPathPointIndex=0) const override
Definition NavMeshPath.cpp:524
NAVIGATIONSYSTEM_API FVector::FReal GetStringPulledLength(const int32 StartingPoint) const
Definition NavMeshPath.cpp:64
bool WantsStringPulling() const
Definition NavMeshPath.h:51
TArray< uint32 > CustomLinkIds
Definition NavMeshPath.h:153
virtual bool ContainsCustomLink(FNavLinkId UniqueLinkId) const override
Definition NavMeshPath.h:104
virtual NAVIGATIONSYSTEM_API FVector GetSegmentDirection(uint32 SegmentEndIndex) const override
Definition NavMeshPath.cpp:756
TArray< FVector::FReal > PathCorridorCost
Definition NavMeshPath.h:149
NAVIGATIONSYSTEM_API void PerformStringPulling(const FVector &StartLoc, const FVector &EndLoc)
Definition NavMeshPath.cpp:130
virtual bool ContainsNode(NavNodeRef NodeRef) const override
Definition NavMeshPath.h:102
NAVIGATIONSYSTEM_API FVector::FReal GetPathCorridorLength(const int32 StartingEdge) const
Definition NavMeshPath.cpp:83
uint32 bStringPulled
Definition NavMeshPath.h:174
NAVIGATIONSYSTEM_API FNavMeshPath()
Definition NavMeshPath.cpp:26
void SetPathCorridorEdges(const TArray< FNavigationPortalEdge > &InPathCorridorEdges)
Definition NavMeshPath.h:61
NAVIGATIONSYSTEM_API FNavMeshPath & operator=(FNavMeshPath &&Other)
NAVIGATIONSYSTEM_API bool IsPathSegmentANavLink(const int32 PathSegmentStartIndex) const
Definition NavMeshPath.cpp:518
NAVIGATIONSYSTEM_API FNavMeshPath(const FNavMeshPath &)
NAVIGATIONSYSTEM_API bool ContainsWithSameEnd(const FNavMeshPath *Other) const
Definition NavMeshPath.cpp:561
virtual NAVIGATIONSYSTEM_API void ResetForRepath() override
Definition NavMeshPath.cpp:42
virtual FVector::FReal GetCostFromNode(NavNodeRef PathNode) const override
Definition NavMeshPath.h:79
NAVIGATIONSYSTEM_API bool GetNodeFlags(int32 NodeIdx, FNavMeshNodeFlags &Flags) const
Definition NavMeshPath.cpp:726
static NAVIGATIONSYSTEM_API const FNavPathType Type
Definition NavMeshPath.h:185
void SetWantsStringPulling(const bool bNewWantsStringPulling)
Definition NavMeshPath.h:50
void SetWantsPathCorridor(const bool bNewWantsPathCorridor)
Definition NavMeshPath.h:57
FVector::FReal GetTotalPathLength() const
Definition NavMeshPath.h:94
virtual bool ContainsAnyCustomLink() const override
Definition NavMeshPath.h:105
const TArray< FNavigationPortalEdge > & GetPathCorridorEdges() const
Definition NavMeshPath.h:60
uint32 bWantsPathCorridor
Definition NavMeshPath.h:182
virtual NAVIGATIONSYSTEM_API bool DoesIntersectBox(const FBox &Box, uint32 StartingIndex=0, int32 *IntersectingSegmentIndex=NULL, FVector *AgentExtent=NULL) const override
Definition NavMeshPath.cpp:691
Definition NavigationTypes.h:316
Definition NavigationData.h:87
Definition NavigationTypes.h:227
Definition VisualLoggerTypes.h:205
double FReal
Definition Vector.h:55