Move Resonance submix load to its own function called during engine init

#rb Rob.Gay

[CL 32491432 by alfaroh corneyiii in 5.4 branch]
This commit is contained in:
alfaroh corneyiii
2024-03-25 19:11:03 -04:00
parent 48ecdc66d8
commit baa4c7590b
5 changed files with 20 additions and 7 deletions
@@ -662,6 +662,11 @@ public:
/** Returns the plugin-managed effect submix instance */
virtual FSoundEffectSubmixPtr GetEffectSubmix() = 0;
virtual USoundSubmix* LoadSubmix()
{
return GetSubmix();
}
/** Returns the plugin-managed effect submix */
virtual USoundSubmix* GetSubmix() = 0;