UPrimitiveComponent > USceneComponent > UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UPrimitiveComponent > USceneComponent > UActorComponent > UObject namespace UBrushComponent { constexpr auto Brush = 0x448; // UModel* constexpr auto BrushBodySetup = 0x450; // UBodySetup* } } }
public static class Offsets { public static class Classes { // Inheritance: UPrimitiveComponent > USceneComponent > UActorComponent > UObject public static class UBrushComponent { public const UInt16 Brush = 0x448; // UModel* public const UInt16 BrushBodySetup = 0x450; // UBodySetup* } } }