| 50 | UFUNCTION(BlueprintImplementableEvent, Category = "FlowNode", DisplayName = "Cleanup") |
| 51 | void K2_Cleanup(); |
| 52 | virtual void Cleanup() { Execute_K2_Cleanup(Cast<UObject>(this)); } |
| 53 | |
| 54 | /* Define what happens when node is terminated from the outside. */ |
| 55 | UFUNCTION(BlueprintImplementableEvent, Category = "FlowNode", DisplayName = "Force Finish Node") |
no outgoing calls
no test coverage detected