UObjectiveData > UArchonTrackedObject > UObject
namespace Offsets { namespace Classes { // Inheritance: UObjectiveData > UArchonTrackedObject > UObject namespace UObjectiveData_HandInItems { constexpr auto ItemId = 0xd0; // FName constexpr auto ItemLevel = 0xd8; // EUpgradeableItemLevel constexpr auto Amount = 0xdc; // int32_t constexpr auto ShouldConsumeItems = 0xe0; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UObjectiveData > UArchonTrackedObject > UObject public static class UObjectiveData_HandInItems { public const byte ItemId = 0xd0; // FName public const byte ItemLevel = 0xd8; // EUpgradeableItemLevel public const byte Amount = 0xdc; // int32_t public const byte ShouldConsumeItems = 0xe0; // bool } } }