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

Method PostLoad

Source/FlowEditor/Private/Graph/Nodes/FlowGraphNode.cpp:87–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87void UFlowGraphNode::PostLoad()
88{
89 Super::PostLoad();
90
91 if (NodeInstance)
92 {
93 NodeInstance->FixNode(this); // fix already created nodes
94 SubscribeToExternalChanges();
95 }
96
97 RebuildPinArraysOnLoad();
98}
99
100void UFlowGraphNode::PostDuplicate(bool bDuplicateForPIE)
101{

Callers

nothing calls this directly

Calls 1

FixNodeMethod · 0.80

Tested by

no test coverage detected