USoundSubmixBase > UObject
namespace Offsets { namespace Classes { // Inheritance: USoundSubmixBase > UObject namespace UEndpointSubmix { constexpr auto EndpointType = 0x38; // FName constexpr auto EndpointSettingsClass = 0x40; // UAudioEndpointSettingsBase* constexpr auto EndpointSettings = 0x48; // UAudioEndpointSettingsBase* } } }
public static class Offsets { public static class Classes { // Inheritance: USoundSubmixBase > UObject public static class UEndpointSubmix { public const byte EndpointType = 0x38; // FName public const byte EndpointSettingsClass = 0x40; // UAudioEndpointSettingsBase* public const byte EndpointSettings = 0x48; // UAudioEndpointSettingsBase* } } }