It would be handy for me if there was a flow control node with two execution input pins and one execution output pin and one Boolean output pin. If the execution flow happens through input pin 1 only, the built in Boolean is true, otherwise it is false.
I am not saying this Task works at all. I am still trying to figure out what I am doing, but I was interested in saving myself from having to make a variable in the Task blueprint for whether I succeeded at the task. I don’t think that this cast after the begin event node can ever fail but every cast node I have used so far has a success and fail output pin but not a Boolean output. I was looking for a way to complete the Finish Execute node with the right Boolean value without having to make a variable.