Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Inheritance Hierarchy
- FNiagaraParameterPanelItemBase
- FNiagaraParameterPanelItem
References
| Module | NiagaraEditor |
| Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraParameterPanelTypes.h |
| Include | #include "NiagaraParameterPanelTypes.h" |
Syntax
struct FNiagaraParameterPanelItem : public FNiagaraParameterPanelItemBase
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bExternallyReferenced | For script variables; if true, the variable is sourced from a script that is not owned by the emitter/system the parameter panel is referencing. | |
| bool | bSourcedFromCustomStackContext | For script variables; if true, the variable is a member of a custom stack context for an emitter/system. | |
| EParameterDefinitionMatchState | DefinitionMatchState | The relation of this parameter item to all parameter definitions it is matching. | |
| int32 | ReadReferenceCount | Count of read references to the variable in graphs viewed by a parameter panel view model. | |
| TArray< FNiagaraParameterReferencePath > | ReferencePaths | A detailed list of unique references (i.e. modules) to display in the parameters panel | |
| int32 | WriteReferenceCount | Count of write references to the variable in graphs viewed by a parameter panel view model. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddToReadCount
(
const FNiagaraParameterReferencePath& SourcePath |
||
| void | AddToWriteCount
(
const FNiagaraParameterReferencePath& SourcePath |
||
| FOnRequestRename & | NOTE: Const is a lie, but necessary evil to allow binding during CreateWidget type methods where this is passed as a const ref. | ||
| FOnRequestRenameNamespaceModifier & | |||
| void | |||
| void |
Typedefs
| Name | Description |
|---|---|
| FOnRequestRename | |
| FOnRequestRenameNamespaceModifier |