Navigation
API > API/Plugins > API/Plugins/NavCorridor
References
| Module | NavCorridor |
| Header | /Engine/Plugins/Runtime/NavCorridor/Source/NavCorridor/Public/NavCorridor.h |
| Include | #include "NavCorridor.h" |
Syntax
struct FNavCorridorLocation
Remarks
Location along the path through the corridor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Location | Location on the path | |
| int32 | PortalIndex | Index of the start portal in the section where the location lies. | |
| float | T | Interpolation value representing the point between PortalIndex and PortalIndex+1 |