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

Method AddCustomOutput

Source/Flow/Private/FlowAsset.cpp:683–689  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

681}
682
683void UFlowAsset::AddCustomOutput(const FName& EventName)
684{
685 if (!CustomOutputs.Contains(EventName))
686 {
687 CustomOutputs.Add(EventName);
688 }
689}
690
691void UFlowAsset::RemoveCustomOutput(const FName& EventName)
692{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected