Unless there is no way around it, would it be possible to change the IsPlaying node for AudioComponent to be a pure function? It makes setups that check if its valid and playing in the same branch statement rather cumbersome.
This makes sense as all this function do is returning bIsActive
Which is exactly the same what “Is Active” node does, which is pure… so practically for now you can use “Is Active” node instead as it does the same thing as “Is Playing”