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

Method PopulateResult

Source/Flow/Private/Types/FlowPinType.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36bool 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
43FFlowPin FFlowPinType::CreateFlowPinFromProperty(const FProperty& Property, void const* InContainer) const

Calls

no outgoing calls

Tested by

no test coverage detected