UAnimationGraphSchema::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:

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Public/AnimationGraphSchema.h

Include

#include "AnimationGraphSchema.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: