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

Method ResetNodes

Source/Flow/Private/FlowAsset.cpp:1296–1304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1294}
1295
1296void UFlowAsset::ResetNodes()
1297{
1298 for (UFlowNode* Node : RecordedNodes)
1299 {
1300 Node->ResetRecords();
1301 }
1302
1303 RecordedNodes.Empty();
1304}
1305
1306UFlowSubsystem* UFlowAsset::GetFlowSubsystem() const
1307{

Callers

nothing calls this directly

Calls 1

ResetRecordsMethod · 0.80

Tested by

no test coverage detected