UShapeComponent > UPrimitiveComponent > USceneComponent > UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UShapeComponent > UPrimitiveComponent > USceneComponent > UActorComponent > UObject namespace UCapsuleComponent { constexpr auto CapsuleHalfHeight = 0x460; // float constexpr auto CapsuleRadius = 0x464; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UShapeComponent > UPrimitiveComponent > USceneComponent > UActorComponent > UObject public static class UCapsuleComponent { public const UInt16 CapsuleHalfHeight = 0x460; // float public const UInt16 CapsuleRadius = 0x464; // float } } }