Ensure Condition Failed: IsInAudioThread() Error From Blueprints

Turns out that I was calling the “Remove Source Effect from Preset Chain” via an “On Current index Changed” broadcast which caused the ensure condition to fail. By avoiding calling it through this method the issue went away.