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

Method FixNode

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

Source from the content-addressed store, hash-verified

596}
597
598void UFlowNodeBase::FixNode(UEdGraphNode* NewGraphNode)
599{
600 // Fix any node pointers that may be out of date
601 if (NewGraphNode)
602 {
603 GraphNode = NewGraphNode;
604 }
605}
606
607void UFlowNodeBase::PostEditChangeProperty(FPropertyChangedEvent& PropertyChangedEvent)
608{

Callers 1

PostLoadMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected