Navigation
API > API/Plugins > API/Plugins/NiagaraEditor > API/Plugins/NiagaraEditor/UNiagaraGraph
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void NotifyGraphChanged () |
A change was made to the graph that external parties should take note of. | NiagaraGraph.h | |
virtual void NotifyGraphChanged
(
const FEdGraphEditAction& InAction |
NiagaraGraph.h |
NotifyGraphChanged()
Description
A change was made to the graph that external parties should take note of. The ChangeID will be updated.
| Name | NotifyGraphChanged |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h |
| Include Path | #include "NiagaraGraph.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraGraph.cpp |
virtual void NotifyGraphChanged()
NotifyGraphChanged(const FEdGraphEditAction &)
| Name | NotifyGraphChanged |
| Type | function |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h |
| Include Path | #include "NiagaraGraph.h" |
| Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraGraph.cpp |
virtual void NotifyGraphChanged
(
const FEdGraphEditAction & InAction
)