Navigation
Unreal Engine C++ API Reference > Runtime > Engine > AI > Navigation
Inheritance Hierarchy
- FNavigationLinkBase
- FNavigationLink
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/AI/Navigation/NavLinkDefinition.h |
Include | #include "AI/Navigation/NavLinkDefinition.h" |
Syntax
struct FNavigationLink : public FNavigationLinkBase
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
FVector | Left | |
![]() |
FVector | Right |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
|||
![]() |
FNavigationLink
(
const FVector& InLeft, |
Functions
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FNavigationLink | Rotate
(
const FRotator& Rotation |
|
![]() ![]() |
FNavigationLink | Transform
(
const FTransform& Transformation |
|
![]() ![]() |
FNavigationLink | Translate
(
const FVector& Translation |