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)
UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UBreakpoint { constexpr auto bEnabled = 0x28; // char : 1 constexpr auto Node = 0x30; // UEdGraphNode* constexpr auto bStepOnce = 0x38; // char : 1 constexpr auto bStepOnce_WasPreviouslyDisabled = 0x38; // char : 1 constexpr auto bStepOnce_RemoveAfterHit = 0x38; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UBreakpoint { public const byte bEnabled = 0x28; // char : 1 public const byte Node = 0x30; // UEdGraphNode* public const byte bStepOnce = 0x38; // char : 1 public const byte bStepOnce_WasPreviouslyDisabled = 0x38; // char : 1 public const byte bStepOnce_RemoveAfterHit = 0x38; // char : 1 } } }