Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h |
Include | #include "NiagaraGraph.h" |
Syntax
enum ENiagaraGraphActionType
&123;
GRAPHACTION_GenericNeedsRecompile = 0x1 << 16,
&125;
Values
Name | Description |
---|---|
GRAPHACTION_GenericNeedsRecompile |
Remarks
This is the type of action that occurred on a given Niagara graph. Note that this should follow from EEdGraphActionType, leaving some slop for growth.