Check if Blueprint is being run within the editor (i.e if WITH_EDITOR in C++)

I believe this is the definitive answer based on everything that has been posted.
One is used to know if you have pressed play in the editor and the other is used to know if you are in the editor but not in play.

5 Likes