Navigation
API > API/Runtime > API/Runtime/NavigationSystem
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystemTypes.h |
| Include | #include "NavigationSystemTypes.h" |
Syntax
struct FNavigationInvokerRaw
Remarks
Active tiles.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector | Location | ||
| ENavigationInvokerPriority | Priority | ||
| float | RadiusMax | ||
| float | RadiusMin | ||
| FNavAgentSelector | SupportedAgents |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNavigationInvokerRaw
(
const FVector& InLocation, |