Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/AI > API/Runtime/Engine/AI/UNavigationSystemBase
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/AI/NavigationSystemBase.h |
| Include | #include "AI/NavigationSystemBase.h" |
virtual bool ShouldCreateNavigationSystemInstance
(
const UWorld * World
) const
Remarks
Indicates whether a navigation system instance should be created for a given world. whether the navigation system should be created for the specified world or not
Parameters
| Name | Description |
|---|---|
| World | The world in which the navigation would be used |