UBTAuxiliaryNode > UBTNode > UObject
namespace Offsets { namespace Classes { // Inheritance: UBTAuxiliaryNode > UBTNode > UObject namespace UBTService { constexpr auto Interval = 0x60; // float constexpr auto RandomDeviation = 0x64; // float constexpr auto bCallTickOnSearchStart = 0x68; // char : 1 constexpr auto bRestartTimerOnEachActivation = 0x68; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UBTAuxiliaryNode > UBTNode > UObject public static class UBTService { public const byte Interval = 0x60; // float public const byte RandomDeviation = 0x64; // float public const byte bCallTickOnSearchStart = 0x68; // char : 1 public const byte bRestartTimerOnEachActivation = 0x68; // char : 1 } } }