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

Method TryFindPropertyByPinName

Source/Flow/Private/Nodes/FlowNode.cpp:509–516  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

507}
508
509bool UFlowNode::TryFindPropertyByPinName(
510 const UObject& PropertyOwnerObject,
511 const FName& PinName,
512 const FProperty*& OutFoundProperty,
513 TInstancedStruct<FFlowDataPinValue>& OutFoundInstancedStruct) const
514{
515 return UFlowNode::TryFindPropertyByPinName_Static(PropertyOwnerObject, PinName, OutFoundProperty, OutFoundInstancedStruct);
516}
517
518bool UFlowNode::TryFindPropertyByPinName_Static(
519 const UObject& PropertyOwnerObject,

Callers 2

PopulateResultMethod · 0.45
PopulateResultTemplateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected