WITH_EDITOR vs GIsEditor. What is the difference?

WITH_EDITOR is code that gets compiled when building for the editor. GIsEditor is set to true when you are running the editor (or PIE within the editor).

3 Likes