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

Method OnActivationStateLoaded

Source/Flow/Private/FlowAsset.cpp:1392–1403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1390}
1391
1392void UFlowAsset::OnActivationStateLoaded(UFlowNode* Node)
1393{
1394 if (Node->ActivationState != EFlowNodeState::NeverActivated)
1395 {
1396 RecordedNodes.Emplace(Node);
1397 }
1398
1399 if (Node->ActivationState == EFlowNodeState::Active)
1400 {
1401 ActiveNodes.Emplace(Node);
1402 }
1403}
1404
1405void UFlowAsset::OnSave_Implementation()
1406{

Callers 1

LoadInstanceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected