ENiagaraGraphActionType

This is the type of action that occurred on a given Niagara graph.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraGraph.h"

Syntax

enum ENiagaraGraphActionType
{
    GRAPHACTION_GenericNeedsRecompile    = 0x1 << 16,
}

Values

Name

Description

GRAPHACTION_GenericNeedsRecompile

Remarks

This is the type of action that occurred on a given Niagara graph.

that this should follow from EEdGraphActionType, leaving some slop for growth.

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