FNavigationPortalEdge

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavigationTypes.h

Include

#include "AI/Navigation/NavigationTypes.h"

Syntax

struct FNavigationPortalEdge

Variables

Name Description

Public variable

FVector

 

Left

Public variable

FVector

 

Right

Public variable

NavNodeRef

 

ToRef

Constructors

Name Description

Public function

FNavigationPortalEdge()

Public function

FNavigationPortalEdge

(
    const FVector& InLeft,
    const FVector& InRight,
    NavNodeRef InToRef
)

Functions

Name Description

Public function Const

float

 

GetLength()

Public function Const

FVector

 

GetMiddlePoint()

Public function Const

FVector

 

GetPoint

(
    const int32 Index
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss