UAkAudioEventBase > UObject
namespace Offsets { namespace Classes { // Inheritance: UAkAudioEventBase > UObject namespace UAkExternalSourceEvent { constexpr auto Event = 0x38; // UAkAudioEvent* constexpr auto ExternalSources = 0x40; // TArray } } }
public static class Offsets { public static class Classes { // Inheritance: UAkAudioEventBase > UObject public static class UAkExternalSourceEvent { public const byte Event = 0x38; // UAkAudioEvent* public const byte ExternalSources = 0x40; // TArray } } }