UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UEdGraph { constexpr auto Schema = 0x28; // UEdGraphSchema* constexpr auto Nodes = 0x30; // TArray constexpr auto bEditable = 0x40; // char : 1 constexpr auto bAllowDeletion = 0x40; // char : 1 constexpr auto bAllowRenaming = 0x40; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UEdGraph { public const byte Schema = 0x28; // UEdGraphSchema* public const byte Nodes = 0x30; // TArray public const byte bEditable = 0x40; // char : 1 public const byte bAllowDeletion = 0x40; // char : 1 public const byte bAllowRenaming = 0x40; // char : 1 } } }