Navigation
API > API/Plugins > API/Plugins/Niagara
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
| Include | #include "NiagaraScript.h" |
Syntax
USTRUCT&40;&41;
struct FNiagaraModuleDependency
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | Description | Detailed description of the dependency | |
| FName | Id | Specifies the provided id of the required dependent module (e.g. 'ProvidesNormalizedAge') | |
| int32 | OnlyEvaluateInScriptUsage | This property can limit where the dependency is evaluated. | |
| FString | RequiredVersion | Specifies the version constraint that module providing the dependency must fulfill. | |
| ENiagaraModuleDependencyScriptConstraint | ScriptConstraint | Specifies constraints related to the source script a modules provides as dependency. | |
| ENiagaraModuleDependencyType | Type | Whether the dependency belongs before or after this module |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| bool | |||
| bool | IsVersionAllowed
(
const FNiagaraAssetVersion& Version |