UNavigationSystemConfig > UObject
UNavigationSystemModuleConfig.
namespace Offsets { namespace Classes { // Inheritance: UNavigationSystemConfig > UObject namespace UNavigationSystemModuleConfig { constexpr auto bStrictlyStatic = 0x50; // char : 1 constexpr auto bCreateOnClient = 0x50; // char : 1 constexpr auto bAutoSpawnMissingNavData = 0x50; // char : 1 constexpr auto bSpawnNavDataInNavBoundsLevel = 0x50; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UNavigationSystemConfig > UObject public static class UNavigationSystemModuleConfig { public const byte bStrictlyStatic = 0x50; // char : 1 public const byte bCreateOnClient = 0x50; // char : 1 public const byte bAutoSpawnMissingNavData = 0x50; // char : 1 public const byte bSpawnNavDataInNavBoundsLevel = 0x50; // char : 1 } } }