UArchonViewModel > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonViewModel > UObject namespace UPatchNotesItemViewModel { constexpr auto Type = 0x108; // FText constexpr auto Title = 0x120; // FText constexpr auto Description = 0x138; // FText constexpr auto Background = 0x150; // FText constexpr auto CTA = 0x168; // FText constexpr auto URL = 0x180; // FText constexpr auto Changes = 0x198; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonViewModel > UObject public static class UPatchNotesItemViewModel { public const UInt16 Type = 0x108; // FText public const UInt16 Title = 0x120; // FText public const UInt16 Description = 0x138; // FText public const UInt16 Background = 0x150; // FText public const UInt16 CTA = 0x168; // FText public const UInt16 URL = 0x180; // FText public const UInt16 Changes = 0x198; // TArray } } }