Mark graph as Editor Only

Please, add ability to mark Event Graph as Editor only in blueprint, so it would be omitted from build. Some graph can contain only Editor Blutilities functions. the can depend and call functions from Editor modules, but because of that they fail to pack the project - Editor modules does not get to packed build. One workaround it to move that functions to Game modules, and conditionally compile them, but that not the best solution.