Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | FNiagaraGraphParameterReferenceCollection |
| Type | struct |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h |
| Include Path | #include "NiagaraGraph.h" |
Syntax
USTRUCT ()
struct FNiagaraGraphParameterReferenceCollection
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| NiagaraGraph.h | |||
FNiagaraGraphParameterReferenceCollection
(
bool bInCreated |
NiagaraGraph.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParameterReferences | TArray< FNiagaraGraphParameterReference > | All the references in the graph. | NiagaraGraph.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCreatedByUser | bool | Whether this parameter was initially created by the user. | NiagaraGraph.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool WasCreatedByUser() |
Returns true if this parameter was initially created by the user. | NiagaraGraph.h |