URockVehicleAbility_Physics > URockVehicleAbility > UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: URockVehicleAbility_Physics > URockVehicleAbility > UActorComponent > UObject namespace URockVehicleAbility_DoubleJump { constexpr auto JumpVelocity = 0x120; // FRockScalableFloat constexpr auto JumpAbility = 0x150; // URockVehicleAbility_Jump* } } }
public static class Offsets { public static class Classes { // Inheritance: URockVehicleAbility_Physics > URockVehicleAbility > UActorComponent > UObject public static class URockVehicleAbility_DoubleJump { public const UInt16 JumpVelocity = 0x120; // FRockScalableFloat public const UInt16 JumpAbility = 0x150; // URockVehicleAbility_Jump* } } }