UInterpTrack > UObject
namespace Offsets { namespace Classes { // Inheritance: UInterpTrack > UObject namespace UInterpTrackVectorBase { constexpr auto VectorTrack = 0x70; // FInterpCurveVector constexpr auto CurveTension = 0x88; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UInterpTrack > UObject public static class UInterpTrackVectorBase { public const byte VectorTrack = 0x70; // FInterpCurveVector public const byte CurveTension = 0x88; // float } } }