Navigation
API > API/Runtime > API/Runtime/NavigationSystem
The public interface to this module
| Name | INavSysModule |
| Type | class |
| Header File | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystemModule.h |
| Include Path | #include "NavigationSystemModule.h" |
Syntax
class INavSysModule : public IModuleInterface
Implements Interfaces
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static INavSysModule & Get () |
Singleton-like access to this module's interface. | NavigationSystemModule.h | |
static bool IsAvailable () |
Checks to see if this module is loaded and ready. | NavigationSystemModule.h |