UObjectiveOwner > UObject
namespace Offsets { namespace Classes { // Inheritance: UObjectiveOwner > UObject namespace UMasteryCard { constexpr auto LogDebugMessages = 0x30; // bool constexpr auto Objectives = 0xb0; // TArray constexpr auto ObjectivesById = 0xc0; // TMap constexpr auto ObjectiveDataObjects = 0x110; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UObjectiveOwner > UObject public static class UMasteryCard { public const byte LogDebugMessages = 0x30; // bool public const byte Objectives = 0xb0; // TArray public const byte ObjectivesById = 0xc0; // TMap public const UInt16 ObjectiveDataObjects = 0x110; // TArray } } }