So, in my case I have a plugin where some features are editor time only (and requires UnrealEd) - and some thats runtime. I was hoping to just be able to omit editor only code using macro #ifdef statements. Will setting “Type” to “Editor” cause any issues for me when compiling for standalone?