UObjectiveOwner > UObject
namespace Offsets { namespace Classes { // Inheritance: UObjectiveOwner > UObject namespace UAchievement { constexpr auto LogDebugMessages = 0x30; // bool constexpr auto OwningComponent = 0x38; // UAchievementComponent* constexpr auto AchievementID = 0x40; // FString constexpr auto Objectives = 0x50; // TArray constexpr auto ObjectiveDataObjects = 0x60; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UObjectiveOwner > UObject public static class UAchievement { public const byte LogDebugMessages = 0x30; // bool public const byte OwningComponent = 0x38; // UAchievementComponent* public const byte AchievementID = 0x40; // FString public const byte Objectives = 0x50; // TArray public const byte ObjectiveDataObjects = 0x60; // TArray } } }