Checking if we have an audio component (if (!AudioComponent) {return;}) every time we try to use one seems a bit redundant since we have already created a function to check for one as soon as we press play. Is there a way within the FindAudioComponent function to exit the program? If there is, would it be equal to or better than checking for one every time we try to use the component?
Thanks.