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

Method SetGraphNode

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

Source from the content-addressed store, hash-verified

576}
577
578void UFlowNodeBase::SetGraphNode(UEdGraphNode* NewGraphNode)
579{
580 GraphNode = NewGraphNode;
581
582 UpdateNodeConfigText();
583}
584
585void UFlowNodeBase::SetCanDelete(const bool CanDelete)
586{

Callers 4

RecreateNodeMethod · 0.80
PostCopyNodeMethod · 0.80
InitializeInstanceMethod · 0.80
CreateNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected