How to leave source in directory but not have it compile?

I have source code that’s being temporarily depreciated and I want know how to mark them so the compiler doesn’t compile them without having to move them around.

Hi GhostRavenstorm,

I believe the simplest way to disable code without moving the files it to simply comment them out.

Hipe that helps. Cheers

I’ve tried that but the name of all my classes will still show in the editor. If things are in the process of being refactored I could have two things with the same name show in blueprints and I’m like which is the blueprint and which is the class.

What do you mean by

will still show in the editor

?

I think an actual example of what you are doing would better illustrate this issue