Navigation
API > API/Runtime > API/Runtime/NavigationSystem
Inheritance Hierarchy
- UNavigationSystemConfig
- UNavigationSystemModuleConfig
References
| Module | NavigationSystem |
| Header | /Engine/Source/Runtime/NavigationSystem/Public/NavigationSystem.h |
| Include | #include "NavigationSystem.h" |
Syntax
UCLASS (MinimalAPI)
class UNavigationSystemModuleConfig : public UNavigationSystemConfig
Remarks
UNavigationSystemModuleConfig.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | bAutoSpawnMissingNavData | ||
| uint32: 1 | bCreateOnClient | ||
| uint32: 1 | bSpawnNavDataInNavBoundsLevel | ||
| uint32: 1 | bStrictlyStatic | Whether at game runtime we expect any kind of dynamic navigation generation | |
| friend | UNavigationSystemV1 |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UNavigationSystemModuleConfig
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UNavigationSystemBase * | CreateAndConfigureNavigationSystem
(
UWorld& World |
||
| void | PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
||
| void | |||
| void | UpdateWithNavSysCDO
(
const UNavigationSystemV1& NavSysCDO |