Is there a Macro to define a blueprint function to not have an Exec out on it?
Effectively making it end of the line and that nothing can get attached after it?
Is there a Macro to define a blueprint function to not have an Exec out on it?
Effectively making it end of the line and that nothing can get attached after it?
It wouldn’t serve much purpose if you could.

Well either a Branch or a Sequence node. Just dont connect anything after the node wich should serve as the end of a execution chain
@Digital_Kitchen: I am not entirely sure why you would need this. Maybe if you explain your scenario or thinking behind this … we might understand better what you are needing.
If you work on a team this would actually be very useful to indicate when it is mandatory that a certain node be at the end of the line. A state-machine, for example, is easy to introduce bugs into if you start adding logic to the StateEntered flow AFTER the call to switch to a different state. If you could hide an exec out node you would enforce that node to be the last one.
Sorry for necro-posting, but I arrived here in 2026 looking for the same answer.
(post deleted by author)