FNiagaraParameterPanelItem

Windows
MacOS
Linux

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

Name Description

Public variable

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.

Public variable

bool

 

bNameAliasingParameterDefinitions

Whether or not the name of ScriptVariable's Parameter is aliasing the name of a Parameter Definitions's Parameter.

Public variable

bool

 

bSourcedFromCustomStackContext

For script variables; if true, the variable is a member of a custom stack context for an emitter/system.

Public variable

int32

 

ReferenceCount

Count of references to the variable in graphs viewed by a parameter panel view model.

Constructors

Name Description

Public function

FNiagaraParameterPanelItem()

Public function

FNiagaraParameterPanelItem

(
    const UNiagaraScriptVariable* ...,
    const FNiagaraNamespaceMetadata& I...,
    const bool bInIsExternallyReference...,
    const bool bInIsSourcedFromCustomSt...,
    const int32 InReferenceCount,
    const bool bInNameAliasingParameter...
)

Functions

Typedefs

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss