UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace UInterpCurveEdSetup { constexpr auto Tabs = 0x28; // TArray<FCurveEdTab> constexpr auto ActiveTab = 0x38; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class UInterpCurveEdSetup { public const byte Tabs = 0x28; // TArray<FCurveEdTab> public const byte ActiveTab = 0x38; // int32_t } } }