Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
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* } } }