| 295 | } |
| 296 | |
| 297 | const UFlowNode* UFlowNodeBase::GetFlowNodeSelfOrOwner() const |
| 298 | { |
| 299 | return const_cast<UFlowNodeBase*>(this)->GetFlowNodeSelfOrOwner(); |
| 300 | } |
| 301 | |
| 302 | UFlowSubsystem* UFlowNodeBase::GetFlowSubsystem() const |
| 303 | { |
no outgoing calls
no test coverage detected