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

Method ResolveAndFormatPinValue

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected