Navigation
API > API/Runtime > API/Runtime/NavigationSystem > API/Runtime/NavigationSystem/UNavigationSystemV1
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include | #include "NavigationSystem.h" |
| Source | /Engine/Source/Runtime/NavigationSystem/Private/NavigationSystem.cpp |
virtual bool ShouldCreateNavigationSystemInstance
(
const UWorld * World
) const
Remarks
Indicates whether navigation is allowed for a given world. whether the navigation system can be used in the specified world or not
Parameters
| Name | Description |
|---|---|
| World | The world in which the navigation would be used |