Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
HarvestNodeConnections
Method · 0.85
TriggerOutput
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected