UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UNavigationSystemConfig { constexpr auto NavigationSystemClass = 0x28; // FSoftClassPath constexpr auto SupportedAgentsMask = 0x40; // FNavAgentSelector constexpr auto DefaultAgentName = 0x44; // FName constexpr auto bIsOverriden = 0x4c; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UNavigationSystemConfig { public const byte NavigationSystemClass = 0x28; // FSoftClassPath public const byte SupportedAgentsMask = 0x40; // FNavAgentSelector public const byte DefaultAgentName = 0x44; // FName public const byte bIsOverriden = 0x4c; // char : 1 } } }