[Feature Request] Scope box inside event graph

There are occasions when I want to use a local variable in the event graph, but not store it as a member variable inside the blueprint class, it would be very useful if there was some sort of way to specify scope and have local variables inside the algorithm.

So for example, one could create a box around a certain region in blueprints, similar to comment boxes, but it allows variables to be instantiated then deleted once the execution node leaves the scope.