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)
UPawnAction > UObject
Action to repeat.
namespace Offsets { namespace Classes { // Inheritance: UPawnAction > UObject namespace UPawnAction_Repeat { constexpr auto ActionToRepeat = 0x98; // UPawnAction* constexpr auto RecentActionCopy = 0xa0; // UPawnAction* constexpr auto ChildFailureHandlingMode = 0xa8; // EPawnActionFailHandling } } }
public static class Offsets { public static class Classes { // Inheritance: UPawnAction > UObject public static class UPawnAction_Repeat { public const byte ActionToRepeat = 0x98; // UPawnAction* public const byte RecentActionCopy = 0xa0; // UPawnAction* public const byte ChildFailureHandlingMode = 0xa8; // EPawnActionFailHandling } } }