Navigation
API > API/Runtime > API/Runtime/NavigationSystem
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystemTypes.h |
| Include | #include "NavigationSystemTypes.h" |
Syntax
namespace FNavigationSystem
{
enum ECreateIfMissing
&123;
Invalid = -1,
DontCreate = 0,
Create = 1,
&125;
}
Values
| Name | Description |
|---|---|
| Invalid | |
| DontCreate | |
| Create |