MCPcopy 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
52bool FFlowPin::IsExecPin() const
53{
54 return PinTypeName == FFlowPinType_Exec::GetPinTypeNameStatic();
55}
56
57bool FFlowPin::IsExecPinCategory(const FName& PC)
58{

Callers 4

AddInputDataPinsToMapMethod · 0.80
IsInputConnectedMethod · 0.80
IsOutputConnectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected