UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UComponent { constexpr auto TemplateOwnerClass = 0x60; // UObject* constexpr auto TemplateName = 0x68; // FName } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UComponent { public const byte TemplateOwnerClass = 0x60; // UObject* public const byte TemplateName = 0x68; // FName } } }