UEditableMeshAdapter > UObject
namespace Offsets { namespace Classes { // Inheritance: UEditableMeshAdapter > UObject namespace UEditableGeometryCollectionAdapter { constexpr auto GeometryCollection = 0x28; // UGeometryCollection* constexpr auto OriginalGeometryCollection = 0x30; // UGeometryCollection* constexpr auto GeometryCollectionLODIndex = 0x38; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UEditableMeshAdapter > UObject public static class UEditableGeometryCollectionAdapter { public const byte GeometryCollection = 0x28; // UGeometryCollection* public const byte OriginalGeometryCollection = 0x30; // UGeometryCollection* public const byte GeometryCollectionLODIndex = 0x38; // int32_t } } }