| 507 | } |
| 508 | |
| 509 | bool 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 | |
| 518 | bool UFlowNode::TryFindPropertyByPinName_Static( |
| 519 | const UObject& PropertyOwnerObject, |
no outgoing calls
no test coverage detected