UArchonViewModel > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonViewModel > UObject namespace UPortalKeySelectionViewModel { constexpr auto PortalSpecTable = 0x108; // UDataTable* constexpr auto PortalPoolTable = 0x110; // UDataTable* constexpr auto PortalKeyItemViewModels = 0x118; // TArray constexpr auto OnPortalKeySelected = 0x128; // FMulticastInlineDelegate } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonViewModel > UObject public static class UPortalKeySelectionViewModel { public const UInt16 PortalSpecTable = 0x108; // UDataTable* public const UInt16 PortalPoolTable = 0x110; // UDataTable* public const UInt16 PortalKeyItemViewModels = 0x118; // TArray public const UInt16 OnPortalKeySelected = 0x128; // FMulticastInlineDelegate } } }