UBTService > UBTAuxiliaryNode > UBTNode > UObject
namespace Offsets { namespace Classes { // Inheritance: UBTService > UBTAuxiliaryNode > UBTNode > UObject namespace UBTService_RandomJump { constexpr auto MinDistanceToEnd = 0x70; // float constexpr auto MinVelocity = 0x74; // float constexpr auto EpsilonVelocityParallelToPath = 0x78; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UBTService > UBTAuxiliaryNode > UBTNode > UObject public static class UBTService_RandomJump { public const byte MinDistanceToEnd = 0x70; // float public const byte MinVelocity = 0x74; // float public const byte EpsilonVelocityParallelToPath = 0x78; // float } } }