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