Navigation
API > API/Plugins > API/Plugins/NavCorridor
Location along the path through the corridor.
| Name | FNavCorridorLocation |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/NavCorridor/Source/NavCorridor/Public/NavCorridor.h |
| Include Path | #include "NavCorridor.h" |
Syntax
struct FNavCorridorLocation
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Location | FVector | Location on the path | NavCorridor.h | |
| PortalIndex | int32 | Index of the start portal in the section where the location lies. | NavCorridor.h | |
| T | float | Interpolation value representing the point between PortalIndex and PortalIndex+1 | NavCorridor.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsValid() |
NavCorridor.h | ||
void Reset() |
NavCorridor.h |