UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UBrushBuilder { constexpr auto BitmapFilename = 0x28; // FString constexpr auto Tooltip = 0x38; // FString constexpr auto NotifyBadParams = 0x48; // char : 1 constexpr auto Vertices = 0x50; // TArray<FVector> constexpr auto Polys = 0x60; // TArray<FBuilderPoly> constexpr auto Layer = 0x70; // FName constexpr auto MergeCoplanars = 0x78; // char : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UBrushBuilder { public const byte BitmapFilename = 0x28; // FString public const byte Tooltip = 0x38; // FString public const byte NotifyBadParams = 0x48; // char : 1 public const byte Vertices = 0x50; // TArray<FVector> public const byte Polys = 0x60; // TArray<FBuilderPoly> public const byte Layer = 0x70; // FName public const byte MergeCoplanars = 0x78; // char : 1 } } }