UInterpTrackFloatBase > UInterpTrack > UObject
namespace Offsets { namespace Classes { // Inheritance: UInterpTrackFloatBase > UInterpTrack > UObject namespace UInterpTrackFloatAnimBPParam { constexpr auto AnimBlueprintClass = 0x90; // UObject* constexpr auto AnimClass = 0x98; // UAnimInstance* constexpr auto ParamName = 0xa0; // FName } } }
public static class Offsets { public static class Classes { // Inheritance: UInterpTrackFloatBase > UInterpTrack > UObject public static class UInterpTrackFloatAnimBPParam { public const byte AnimBlueprintClass = 0x90; // UObject* public const byte AnimClass = 0x98; // UAnimInstance* public const byte ParamName = 0xa0; // FName } } }