Stop exec node in custom event

Hi, is there a command in BP to stop exec node inside custom event to prevent to continue deeper in main branch? AFAIK all ends of exec nodes in custom events continues automatically to main branch. for example you have a main branch with custom event. Event tick flows through custom event and if false, do not continue to main branch but stop. i know i can do this via macros and its outputs to not connect to them what i dont want to stop, but is such approach possible in custom events too?

Thanks for answer, but how do you put gate for something like this?

if bool false - return to primary event
if true - delay, set bool to false, do not continue to primary event.
its working when its not a custom event and it is embeeded in main event.

Hello Fendi,

I think “Gate” function can do the job.

[WTF Is? The Gate Node - YouTube][1]

200517-gate.png

What exactly do you want for?