FAddParameterOptions

Options for the AddParameter function.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraGraph.h

Include

#include "NiagaraGraph.h"

Syntax

struct FAddParameterOptions

Remarks

Options for the AddParameter function.

Variables

Name Description

Public variable

bool

 

bAddedFromSystemEditor

Whether the new parameter was added from the System Toolkit.

Public variable

bool

 

bIsStaticSwitch

Whether the new parameter should be a static switch parameter.

Public variable

bool

 

bMakeParameterNameUnique

Whether the new parameter should have a unique name (append 001 onwards if new name is an alias.)

Public variable

bool

 

bRefreshMetaDataScopeAndUsage

Whether the new or already existing parameter should refresh its scope and usage.

Public variable

TOptional< FNam...

 

NewParameterScopeName

Optional scope to assign to the new parameter.

Public variable

TOptional< ENia...

 

NewParameterUsage

Optional usage to assign to the new parameter.

Constructors

Name Description

Public function

FAddParameterOptions()

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