| 34 | } |
| 35 | |
| 36 | bool FFlowPinType::PopulateResult(const UObject& PropertyOwnerObject, const UFlowNode& Node, const FName& PropertyName, FFlowDataPinResult& OutResult) const |
| 37 | { |
| 38 | OutResult.Result = EFlowDataPinResolveResult::FailedMismatchedType; |
| 39 | return false; |
| 40 | } |
| 41 | |
| 42 | #if WITH_EDITOR |
| 43 | FFlowPin FFlowPinType::CreateFlowPinFromProperty(const FProperty& Property, void const* InContainer) const |
no outgoing calls
no test coverage detected