UInterpTrackVectorBase > UInterpTrack > UObject
namespace Offsets { namespace Classes { // Inheritance: UInterpTrackVectorBase > UInterpTrack > UObject namespace UInterpTrackSound { constexpr auto Sounds = 0xb8; // TArray constexpr auto bPlayOnReverse = 0xc8; // uint32_t : 1 constexpr auto bContinueSoundOnMatineeEnd = 0xc8; // uint32_t : 1 constexpr auto bSuppressSubtitles = 0xc8; // uint32_t : 1 constexpr auto bTreatAsDialogue = 0xc8; // uint32_t : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UInterpTrackVectorBase > UInterpTrack > UObject public static class UInterpTrackSound { public const byte Sounds = 0xb8; // TArray public const byte bPlayOnReverse = 0xc8; // uint32_t : 1 public const byte bContinueSoundOnMatineeEnd = 0xc8; // uint32_t : 1 public const byte bSuppressSubtitles = 0xc8; // uint32_t : 1 public const byte bTreatAsDialogue = 0xc8; // uint32_t : 1 } } }