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