UPathFollowingComponent > UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UPathFollowingComponent > UActorComponent > UObject namespace UCrowdFollowingComponent { constexpr auto CharacterMovement = 0x260; // UCharacterMovementComponent* constexpr auto CrowdAgentMoveDirection = 0x268; // FVector } } }
public static class Offsets { public static class Classes { // Inheritance: UPathFollowingComponent > UActorComponent > UObject public static class UCrowdFollowingComponent { public const UInt16 CharacterMovement = 0x260; // UCharacterMovementComponent* public const UInt16 CrowdAgentMoveDirection = 0x268; // FVector } } }