UBTNode > UObject
namespace Offsets { namespace Classes { // Inheritance: UBTNode > UObject namespace UBTTaskNode { constexpr auto Services = 0x58; // TArray<UBTService*> constexpr auto bIgnoreRestartSelf = 0x68; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UBTNode > UObject public static class UBTTaskNode { public const byte Services = 0x58; // TArray<UBTService*> public const byte bIgnoreRestartSelf = 0x68; // char : 1 } } }