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

Method GetFlowNodeSelfOrOwner

Source/Flow/Private/Nodes/FlowNodeBase.cpp:297–300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ValidateAddOnTreeMethod · 0.45
LogErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected