UShapeComponent > UPrimitiveComponent > USceneComponent > UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UShapeComponent > UPrimitiveComponent > USceneComponent > UActorComponent > UObject namespace UBoxComponent { constexpr auto BoxExtent = 0x468; // FVector constexpr auto LineThickness = 0x474; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UShapeComponent > UPrimitiveComponent > USceneComponent > UActorComponent > UObject public static class UBoxComponent { public const UInt16 BoxExtent = 0x468; // FVector public const UInt16 LineThickness = 0x474; // float } } }