UCommonUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UCommonUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UBattlePassRewardChallengesEntry { constexpr auto Text_ObjectiveDescription = 0x290; // UCommonTextBlock* constexpr auto Text_ObjectivesCompleted = 0x298; // UCommonTextBlock* constexpr auto ProgressBar_ObjectivesCompleted = 0x2a0; // UProgressBar* constexpr auto Image_CompletedObjective = 0x2a8; // UFortLazyImage* } } }
public static class Offsets { public static class Classes { // Inheritance: UCommonUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UBattlePassRewardChallengesEntry { public const UInt16 Text_ObjectiveDescription = 0x290; // UCommonTextBlock* public const UInt16 Text_ObjectivesCompleted = 0x298; // UCommonTextBlock* public const UInt16 ProgressBar_ObjectivesCompleted = 0x2a0; // UProgressBar* public const UInt16 Image_CompletedObjective = 0x2a8; // UFortLazyImage* } } }