USceneComponent > UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: USceneComponent > UActorComponent > UObject namespace UPhysicsSpringComponent { constexpr auto SpringStiffness = 0x2a0; // float constexpr auto SpringDamping = 0x2a4; // float constexpr auto SpringLengthAtRest = 0x2a8; // float constexpr auto SpringRadius = 0x2ac; // float constexpr auto SpringChannel = 0x2b0; // ECollisionChannel constexpr auto bIgnoreSelf = 0x2b1; // bool constexpr auto SpringCompression = 0x2b4; // float } } }
public static class Offsets { public static class Classes { // Inheritance: USceneComponent > UActorComponent > UObject public static class UPhysicsSpringComponent { public const UInt16 SpringStiffness = 0x2a0; // float public const UInt16 SpringDamping = 0x2a4; // float public const UInt16 SpringLengthAtRest = 0x2a8; // float public const UInt16 SpringRadius = 0x2ac; // float public const UInt16 SpringChannel = 0x2b0; // ECollisionChannel public const UInt16 bIgnoreSelf = 0x2b1; // bool public const UInt16 SpringCompression = 0x2b4; // float } } }