UReward > UObject
namespace Offsets { namespace Classes { // Inheritance: UReward > UObject namespace UReward_GrantEntitlement { constexpr auto Duration = 0x28; // int32_t constexpr auto EntitlementId = 0x2c; // FName } } }
public static class Offsets { public static class Classes { // Inheritance: UReward > UObject public static class UReward_GrantEntitlement { public const byte Duration = 0x28; // int32_t public const byte EntitlementId = 0x2c; // FName } } }