MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / Cleanup

Function Cleanup

Source/Flow/Public/Interfaces/FlowCoreExecutableInterface.h:52–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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")

Callers 12

DeactivateMethod · 0.85
CleanupMethod · 0.85
CleanupMethod · 0.85
CleanupMethod · 0.85
CleanupMethod · 0.85
CleanupMethod · 0.85
CleanupMethod · 0.85
CleanupMethod · 0.85
RestartMethod · 0.85
CleanupMethod · 0.85
CleanupMethod · 0.85
FlowNodeBase.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected