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
Associated movement component
Navigation data for agent described in movement component
namespace Offsets { namespace Classes { // Inheritance: UActorComponent > UObject namespace UPathFollowingComponent { constexpr auto MovementComp = 0xe8; // UNavMovementComponent* constexpr auto MyNavData = 0xf8; // ANavigationData* } } }
public static class Offsets { public static class Classes { // Inheritance: UActorComponent > UObject public static class UPathFollowingComponent { public const byte MovementComp = 0xe8; // UNavMovementComponent* public const byte MyNavData = 0xf8; // ANavigationData* } } }