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

Method ResolveFlowPinType

Source/Flow/Private/Nodes/FlowPin.cpp:161–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159#endif
160
161const FFlowPinType* FFlowPin::ResolveFlowPinType() const
162{
163 // TODO (gtaylor) consider caching this in a mutable?
164 return FFlowPinType::LookupPinType(PinTypeName);
165}
166
167// #FlowDataPinLegacy
168FFlowPinTypeName FFlowPin::GetPinTypeNameForLegacyPinType(EFlowPinType PinType)

Callers 1

TrySupplyDataPinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected