| 85 | } |
| 86 | |
| 87 | void 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 | |
| 100 | void UFlowGraphNode::PostDuplicate(bool bDuplicateForPIE) |
| 101 | { |