UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject namespace UHuntChallengeRating { constexpr auto ChallengeColor = 0x360; // UImage* constexpr auto DifficultyTextBlock = 0x368; // UTextBlock* constexpr auto DifficultySpecificTextBlock = 0x370; // UTextBlock* constexpr auto ChallengeTextBlock = 0x378; // UTextBlock* } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject public static class UHuntChallengeRating { public const UInt16 ChallengeColor = 0x360; // UImage* public const UInt16 DifficultyTextBlock = 0x368; // UTextBlock* public const UInt16 DifficultySpecificTextBlock = 0x370; // UTextBlock* public const UInt16 ChallengeTextBlock = 0x378; // UTextBlock* } } }