UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UActorComponent > UObject namespace UPawnActionsComponent { constexpr auto ControlledPawn = 0xa0; // APawn* constexpr auto ActionStacks = 0xa8; // TArray constexpr auto ActionEvents = 0xb8; // TArray constexpr auto CurrentAction = 0xc8; // UPawnAction* } } }
public static class Offsets { public static class Classes { // Inheritance: UActorComponent > UObject public static class UPawnActionsComponent { public const byte ControlledPawn = 0xa0; // APawn* public const byte ActionStacks = 0xa8; // TArray public const byte ActionEvents = 0xb8; // TArray public const byte CurrentAction = 0xc8; // UPawnAction* } } }