UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UHoudiniArchonLevelGraph { constexpr auto Zones = 0x28; // TArray constexpr auto Links = 0x38; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UHoudiniArchonLevelGraph { public const byte Zones = 0x28; // TArray public const byte Links = 0x38; // TArray } } }