ENiagaraModuleDependencyType

Windows
MacOS
Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h

Include

#include "NiagaraScript.h"

Syntax

enum ENiagaraModuleDependencyType
{
    PreDependency,
    PostDependency,
}

Values

Name

Description

PreDependency

The dependency belongs before the module.

PostDependency

The dependency belongs after the module.

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