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

Method CanModifyFlowDataPinType

Source/Flow/Private/Nodes/FlowNodeBase.cpp:749–752  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

747}
748
749bool UFlowNodeBase::CanModifyFlowDataPinType() const
750{
751 return !IsPlacedInFlowAsset() || IsFlowNamedPropertiesSupplier();
752}
753
754bool UFlowNodeBase::ShowFlowDataPinValueInputPinCheckbox() const
755{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected