Navigation
API > API/Plugins > API/Plugins/Niagara
Inheritance Hierarchy
- INiagaraParameterDefinitionsSubscriber
- FVersionedNiagaraScriptWeakPtr
References
| Module | Niagara |
| Header | /Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraScript.h |
| Include | #include "NiagaraScript.h" |
Syntax
struct FVersionedNiagaraScriptWeakPtr : public INiagaraParameterDefinitionsSubscriber
Remarks
Struct combining a script with a specific version.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakObjectPtr< UNiagaraScript > | Script | ||
| FGuid | Version |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVersionedNiagaraScriptWeakPtr
(
UNiagaraScript* InScript, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FVersionedNiagaraScript | Pin () |
||
| FVersionedNiagaraScript | Pin () |
Overridden from INiagaraParameterDefinitionsSubscriber
| Type | Name | Description | |
|---|---|---|---|
| TArray< UNiagaraScriptSourceBase * > | Get all UNiagaraScriptSourceBase of this subscriber. | ||
| const TArray< FParameterDefinitionsSubscription > & | |||
| TArray< FParameterDefinitionsSubscription > & | |||
| FString | Get the path to the UObject of this subscriber. |