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

Method ResetRecords

Source/Flow/Private/Nodes/FlowNode.cpp:1114–1122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1112}
1113
1114void UFlowNode::ResetRecords()
1115{
1116 ActivationState = EFlowNodeState::NeverActivated;
1117
1118#if !UE_BUILD_SHIPPING
1119 InputRecords.Empty();
1120 OutputRecords.Empty();
1121#endif
1122}
1123
1124void UFlowNode::SaveInstance(FFlowNodeSaveData& NodeRecord)
1125{

Callers 1

ResetNodesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected