| 29 | } |
| 30 | |
| 31 | bool FFlowPinType::ResolveAndFormatPinValue(const UFlowNodeBase& Node, const FName& PinName, FFormatArgumentValue& OutValue) const |
| 32 | { |
| 33 | return false; |
| 34 | } |
| 35 | |
| 36 | bool FFlowPinType::PopulateResult(const UObject& PropertyOwnerObject, const UFlowNode& Node, const FName& PropertyName, FFlowDataPinResult& OutResult) const |
| 37 | { |
no outgoing calls
no test coverage detected