UPortalWarsViewModel > UObject
namespace Offsets { namespace Classes { // Inheritance: UPortalWarsViewModel > UObject namespace UPortalWarsChallengeUpdateViewModel { constexpr auto PrevValue = 0x30; // int32_t constexpr auto NewValue = 0x34; // int32_t constexpr auto PrevProgressPct = 0x38; // float constexpr auto NewProgressPct = 0x3c; // float constexpr auto bJustCompleted = 0x40; // bool constexpr auto bIsCompleted = 0x41; // bool constexpr auto ChallengeViewModel = 0x48; // UPortalWarsChallengeViewModel* } } }
public static class Offsets { public static class Classes { // Inheritance: UPortalWarsViewModel > UObject public static class UPortalWarsChallengeUpdateViewModel { public const byte PrevValue = 0x30; // int32_t public const byte NewValue = 0x34; // int32_t public const byte PrevProgressPct = 0x38; // float public const byte NewProgressPct = 0x3c; // float public const byte bJustCompleted = 0x40; // bool public const byte bIsCompleted = 0x41; // bool public const byte ChallengeViewModel = 0x48; // UPortalWarsChallengeViewModel* } } }