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

Function FConnectedPin

Source/Flow/Public/Nodes/FlowPin.h:307–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305 FName PinName;
306
307 FConnectedPin()
308 : NodeGuid(FGuid())
309 , PinName(NAME_None)
310 {
311 }
312
313 FConnectedPin(const FGuid InNodeId, const FName& InPinName)
314 : NodeGuid(InNodeId)

Callers 2

TriggerOutputMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected