Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
USoundSubmixBase > UObject
This submix class can be derived from for submixes that output to a parent submix.
namespace Offsets { namespace Classes { // Inheritance: USoundSubmixBase > UObject namespace USoundSubmixWithParentBase { constexpr auto ParentSubmix = 0x38; // USoundSubmixBase* } } }
public static class Offsets { public static class Classes { // Inheritance: USoundSubmixBase > UObject public static class USoundSubmixWithParentBase { public const byte ParentSubmix = 0x38; // USoundSubmixBase* } } }