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 | ReferenceCount | Count of references to the variable in graphs viewed by a parameter panel view model. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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 |