UEdGraphSchema_NiagaraSystemOverview::ShouldAlwaysPurgeOnModification

When a node is removed, this method determines whether we should remove it immediately or use the old (slower) code path that results in all node being recreated:

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::ShouldAlwaysPurgeOnModification()

UEdGraphSchema_NiagaraSystemOverview::ShouldAlwaysPurgeOnModification()

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_NiagaraSystemOverview.h

Include

#include "EdGraphSchema_NiagaraSystemOverview.h"

Syntax

virtual bool ShouldAlwaysPurgeOnModification() const

Remarks

When a node is removed, this method determines whether we should remove it immediately or use the old (slower) code path that results in all node being recreated:

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss