Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h |
| Include | #include "NiagaraGraph.h" |
Syntax
USTRUCT ()
struct FNiagaraGraphParameterReference
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsUserFacing | If false then it is just a technical reference (e.g. setting the default value) | |
| FGuid | Key | ||
| TWeakObjectPtr< UObject > | Value |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FNiagaraGraphParameterReference
(
const FGuid& InKey, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FNiagaraGraphParameterReference& Other |