UNiagaraGraph::GetChangeID

Each graph is given a Change Id that occurs anytime the graph's content is manipulated.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraGraph.h"

Syntax

FGuid GetChangeID()

Remarks

Each graph is given a Change Id that occurs anytime the graph's content is manipulated. This key changing induces several important activities, including being a value that third parties can poll to see if their cached handling of the graph needs to potentially adjust to changes. Furthermore, for script compilation we cache the changes that were produced during the traversal of each output node, which are referred to as the CompileID.

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