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

Method RemoveInstancedTemplate

Source/Flow/Private/FlowSubsystem.cpp:261–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259}
260
261void UFlowSubsystem::RemoveInstancedTemplate(UFlowAsset* Template)
262{
263#if WITH_EDITOR
264 OnInstancedTemplateRemoved.ExecuteIfBound(Template);
265 Template->RuntimeLog.Reset();
266#endif
267
268 InstancedTemplates.Remove(Template);
269}
270
271bool UFlowSubsystem::TryFlushAllDeferredTriggerScopes() const
272{

Callers 1

DeinitializeInstanceMethod · 0.80

Calls 1

ResetMethod · 0.80

Tested by

no test coverage detected