UBountyComponent > UActorComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UBountyComponent > UActorComponent > UObject namespace UBountyComponent_Weekly { constexpr auto ChallengesBreadcrumbsWeekTags = 0x588; // FGameplayTagContainer constexpr auto BeginDateTime = 0x648; // FDateTime constexpr auto WeekDurationInDays = 0x650; // int32_t constexpr auto bUseBackendSlotCountLimitation = 0x654; // bool constexpr auto MAX_SEASON_WEEKS = 0x670; // uint32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UBountyComponent > UActorComponent > UObject public static class UBountyComponent_Weekly { public const UInt16 ChallengesBreadcrumbsWeekTags = 0x588; // FGameplayTagContainer public const UInt16 BeginDateTime = 0x648; // FDateTime public const UInt16 WeekDurationInDays = 0x650; // int32_t public const UInt16 bUseBackendSlotCountLimitation = 0x654; // bool public const UInt16 MAX_SEASON_WEEKS = 0x670; // uint32_t } } }