| Description |
FText |
Detailed description of the dependency |
NiagaraScript.h |
- AssetRegistrySearchable
- EditAnywhere
- Category=Script
- Meta=(MultiLine=true)
|
| Id |
FName |
Specifies the provided id of the required dependent module (e.g. 'ProvidesNormalizedAge') |
NiagaraScript.h |
- AssetRegistrySearchable
- EditAnywhere
- Category=Script
|
| OnlyEvaluateInScriptUsage |
int32 |
This property can limit where the dependency is evaluated. |
NiagaraScript.h |
- AssetRegistrySearchable
- EditAnywhere
- Category=Script
- Meta=(Bitmask, BitmaskEnum="/Script/Niagara.ENiagaraModuleDependencyUsage")
|
| RequiredVersion |
FString |
Specifies the version constraint that module providing the dependency must fulfill. |
NiagaraScript.h |
- AssetRegistrySearchable
- EditAnywhere
- Category=Script
|
| ScriptConstraint |
ENiagaraModuleDependencyScriptConstraint |
Specifies constraints related to the source script a modules provides as dependency. |
NiagaraScript.h |
- AssetRegistrySearchable
- EditAnywhere
- Category=Script
|
| Type |
ENiagaraModuleDependencyType |
Whether the dependency belongs before or after this module |
NiagaraScript.h |
- AssetRegistrySearchable
- EditAnywhere
- Category=Script
|