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

Method AddCustomInput

Source/Flow/Private/FlowAsset.cpp:667–673  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

665
666#if WITH_EDITOR
667void UFlowAsset::AddCustomInput(const FName& EventName)
668{
669 if (!CustomInputs.Contains(EventName))
670 {
671 CustomInputs.Add(EventName);
672 }
673}
674
675void UFlowAsset::RemoveCustomInput(const FName& EventName)
676{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected