UInterpTrackInstProperty > UInterpTrackInst > UObject
namespace Offsets { namespace Classes { // Inheritance: UInterpTrackInstProperty > UInterpTrackInst > UObject namespace UInterpTrackInstLinearColorProp { constexpr auto ColorProp = 0x70; // FPointer constexpr auto ResetColor = 0x78; // FLinearColor } } }
public static class Offsets { public static class Classes { // Inheritance: UInterpTrackInstProperty > UInterpTrackInst > UObject public static class UInterpTrackInstLinearColorProp { public const byte ColorProp = 0x70; // FPointer public const byte ResetColor = 0x78; // FLinearColor } } }