UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UActorComponent > UObject namespace UNavRelevantComponent { constexpr auto bAttachToOwnersRoot = 0xd4; // char : 1 constexpr auto CachedNavParent = 0xd8; // UObject* } } }
public static class Offsets { public static class Classes { // Inheritance: UActorComponent > UObject public static class UNavRelevantComponent { public const byte bAttachToOwnersRoot = 0xd4; // char : 1 public const byte CachedNavParent = 0xd8; // UObject* } } }