UInterpTrack > UObject
namespace Offsets { namespace Classes { // Inheritance: UInterpTrack > UObject namespace UInterpTrackParticleReplay { constexpr auto TrackKeys = 0xa0; // TArray constexpr auto bIsCapturingReplay = 0xb0; // uint32_t : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UInterpTrack > UObject public static class UInterpTrackParticleReplay { public const byte TrackKeys = 0xa0; // TArray public const byte bIsCapturingReplay = 0xb0; // uint32_t : 1 } } }