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)
USceneComponent > UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: USceneComponent > UActorComponent > UObject namespace UNavigationGraphNodeComponent { constexpr auto Node = 0x1f0; // FNavGraphNode constexpr auto NextNodeComponent = 0x208; // UNavigationGraphNodeComponent* constexpr auto PrevNodeComponent = 0x210; // UNavigationGraphNodeComponent* } } }
public static class Offsets { public static class Classes { // Inheritance: USceneComponent > UActorComponent > UObject public static class UNavigationGraphNodeComponent { public const UInt16 Node = 0x1f0; // FNavGraphNode public const UInt16 NextNodeComponent = 0x208; // UNavigationGraphNodeComponent* public const UInt16 PrevNodeComponent = 0x210; // UNavigationGraphNodeComponent* } } }