Navigation
API > API/Plugins > API/Plugins/Niagara
| Name | ENiagaraModuleDependencyType |
| Type | enum |
| Header File | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
| Include Path | #include "NiagaraScript.h" |
Syntax
enum ENiagaraModuleDependencyType
{
PreDependency,
PostDependency,
}
Values
| Name | Remarks |
|---|---|
| PreDependency | The dependency belongs before the module. |
| PostDependency | The dependency belongs after the module. |