You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Move Effect Preset Instances array to use weak pointers to allow for safe bookkeeping and avoid crash on shutdown with dangling raw pointer after client mixer code deletes out from under effect system. Note: Cleaned up resource acquisition and initialization to be more clear as to who owns sound effect instances using factory-style Create call on FSoundEffectSubmix & FSoundEffectSource. Remove filtering for each individual effect type as it bloats the filter list Fix OnInit() not being called on PostEditChangeProperty #jira UE-90347 UE-90718 #rb ethan.geller #rnx [CL 12202690 by Rob Gay in 4.25 branch]