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

Method Cleanup

Source/Flow/Private/Nodes/FlowNodeBase.cpp:155–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void UFlowNodeBase::Cleanup()
156{
157 for (UFlowNodeAddOn* AddOn : AddOns)
158 {
159 AddOn->Cleanup();
160 }
161
162 IFlowCoreExecutableInterface::Cleanup();
163}
164
165void UFlowNodeBase::ExecuteInputForSelfAndAddOns(const FName& PinName)
166{

Callers

nothing calls this directly

Calls 1

CleanupFunction · 0.85

Tested by

no test coverage detected