Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MothCocoon/FlowGraph
/ IsExecPin
Method
IsExecPin
Source/Flow/Private/Nodes/FlowPin.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
// Flow Pin
51
52
bool FFlowPin::IsExecPin() const
53
{
54
return PinTypeName == FFlowPinType_Exec::GetPinTypeNameStatic();
55
}
56
57
bool FFlowPin::IsExecPinCategory(const FName& PC)
58
{
Callers
4
AddInputDataPinsToMap
Method · 0.80
AddOutputDataPinsToMap
Method · 0.80
IsInputConnected
Method · 0.80
IsOutputConnected
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected