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