UItemBehavior_Individual > UItemBehaviorBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UItemBehavior_Individual > UItemBehaviorBase > UObject namespace UItemBehavior_Individual_SupplyCrate { constexpr auto DisplayState = 0x70; // ESupplyCrateDisplayState constexpr auto AvailableIcon = 0x78; // TSoftObjectPtr constexpr auto EmptyIcon = 0xa0; // TSoftObjectPtr constexpr auto MaxAmountSupplyCrates = 0xc8; // int32_t constexpr auto Label = 0xd0; // FText } } }
public static class Offsets { public static class Classes { // Inheritance: UItemBehavior_Individual > UItemBehaviorBase > UObject public static class UItemBehavior_Individual_SupplyCrate { public const byte DisplayState = 0x70; // ESupplyCrateDisplayState public const byte AvailableIcon = 0x78; // TSoftObjectPtr public const byte EmptyIcon = 0xa0; // TSoftObjectPtr public const byte MaxAmountSupplyCrates = 0xc8; // int32_t public const byte Label = 0xd0; // FText } } }