UArchonViewModel > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonViewModel > UObject namespace UPortalKeyItemViewModel { constexpr auto RowName = 0x108; // FName constexpr auto PortalKeySpec = 0x110; // FPortalContentSpecTable constexpr auto DisplayName = 0x1a0; // FText constexpr auto IconTexture = 0x1b8; // TSoftObjectPtr constexpr auto Quantity = 0x1e0; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonViewModel > UObject public static class UPortalKeyItemViewModel { public const UInt16 RowName = 0x108; // FName public const UInt16 PortalKeySpec = 0x110; // FPortalContentSpecTable public const UInt16 DisplayName = 0x1a0; // FText public const UInt16 IconTexture = 0x1b8; // TSoftObjectPtr public const UInt16 Quantity = 0x1e0; // int32_t } } }