GC FSM - Event-driven, hierarchical finite state machines in blueprint

You can already achieve a similar result by putting your entire state machine in a submachine (tipically a local state machine) and then provide the outer state machine with a transition that stops the FSM.