unreal.NavSystemOverridePolicy

class unreal.NavSystemOverridePolicy

Bases: EnumBase

ENav System Override Policy

C++ Source:

  • Module: NavigationSystem

  • File: NavSystemConfigOverride.h

APPEND: NavSystemOverridePolicy

the pre-existing nav system instance will be destroyed.

Type:

1

OVERRIDE: NavSystemOverridePolicy

0

SKIP: NavSystemOverridePolicy

config information will be added to pre-existing nav system instance

Type:

2