Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/FNavLinkRenderingProxy
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavLinkRenderingProxy.h |
| Include | #include "NavLinkRenderingProxy.h" |
Syntax
struct FNavLinkSegmentDrawing
Variables
| Type | Name | Description | |
|---|---|---|---|
| FColor | Color | ||
| ENavLinkDirection::Type | Direction | ||
| FVector | LeftEnd | ||
| FVector | LeftStart | ||
| FVector | RightEnd | ||
| FVector | RightStart | ||
| float | SnapHeight | ||
| float | SnapRadius | ||
| uint32 | SupportedAgentsBits |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNavLinkSegmentDrawing
(
const FTransform& InLocalToWorld, |