UArchonViewModel > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonViewModel > UObject namespace UCraftingRequirementViewModel { constexpr auto RequiredAmount = 0x108; // int32_t constexpr auto ItemInventoryAmount = 0x10c; // int32_t constexpr auto RequirementName = 0x110; // FText constexpr auto Description = 0x128; // FText constexpr auto Icon = 0x140; // TSoftObjectPtr constexpr auto Rarity = 0x168; // EItemRarityLevelType } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonViewModel > UObject public static class UCraftingRequirementViewModel { public const UInt16 RequiredAmount = 0x108; // int32_t public const UInt16 ItemInventoryAmount = 0x10c; // int32_t public const UInt16 RequirementName = 0x110; // FText public const UInt16 Description = 0x128; // FText public const UInt16 Icon = 0x140; // TSoftObjectPtr public const UInt16 Rarity = 0x168; // EItemRarityLevelType } } }