UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FNavigationPortalEdge Struct Reference

#include <NavigationTypes.h>

Public Member Functions

 FNavigationPortalEdge ()
 
 FNavigationPortalEdge (const FVector &InLeft, const FVector &InRight, NavNodeRef InToRef)
 
FVector GetPoint (const int32 Index) const
 
FVector::FReal GetLength () const
 
FVector GetMiddlePoint () const
 

Public Attributes

FVector Left
 
FVector Right
 
NavNodeRef ToRef
 

Constructor & Destructor Documentation

◆ FNavigationPortalEdge() [1/2]

FNavigationPortalEdge::FNavigationPortalEdge ( )
inline

◆ FNavigationPortalEdge() [2/2]

FNavigationPortalEdge::FNavigationPortalEdge ( const FVector InLeft,
const FVector InRight,
NavNodeRef  InToRef 
)
inline

Member Function Documentation

◆ GetLength()

FVector::FReal FNavigationPortalEdge::GetLength ( ) const
inline

◆ GetMiddlePoint()

FVector FNavigationPortalEdge::GetMiddlePoint ( ) const
inline

◆ GetPoint()

FVector FNavigationPortalEdge::GetPoint ( const int32  Index) const
inline

Member Data Documentation

◆ Left

FVector FNavigationPortalEdge::Left

◆ Right

FVector FNavigationPortalEdge::Right

◆ ToRef

NavNodeRef FNavigationPortalEdge::ToRef

The documentation for this struct was generated from the following file: