UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UKMeshProps { constexpr auto COMNudge = 0x60; // FVector constexpr auto AggGeom = 0x6c; // FKAggregateGeom } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UKMeshProps { public const byte COMNudge = 0x60; // FVector public const byte AggGeom = 0x6c; // FKAggregateGeom } } }