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

Method FixupDataPinTypes

Source/Flow/Private/Nodes/FlowNode.cpp:697–705  ·  view source on GitHub ↗

#FlowDataPinLegacy

Source from the content-addressed store, hash-verified

695
696// #FlowDataPinLegacy
697void UFlowNode::FixupDataPinTypes()
698{
699 FixupDataPinTypesForArray(InputPins);
700 FixupDataPinTypesForArray(OutputPins);
701#if WITH_EDITOR
702 FixupDataPinTypesForArray(AutoInputDataPins);
703 FixupDataPinTypesForArray(AutoOutputDataPins);
704#endif
705}
706
707void UFlowNode::FixupDataPinTypesForArray(TArray<FFlowPin>& MutableDataPinArray)
708{

Callers 2

TryUpdateNodePinsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected