UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace ULightmappedSurfaceCollection { constexpr auto SourceModel = 0x28; // UModel* constexpr auto Surfaces = 0x30; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class ULightmappedSurfaceCollection { public const byte SourceModel = 0x28; // UModel* public const byte Surfaces = 0x30; // TArray } } }