Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
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.
| Name | ENiagaraGraphActionType |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h |
| Include Path | #include "NiagaraGraph.h" |
Syntax
enum ENiagaraGraphActionType
{
GRAPHACTION_GenericNeedsRecompile = 0x1 << 16,
}
Values
| Name | Remarks |
|---|---|
| GRAPHACTION_GenericNeedsRecompile |