You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user