FNiagaraStackItemGroupAddUtilities

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/INiagaraStackItemGroupAddUtilities.h

Include

#include "ViewModels/Stack/INiagaraStackItemGroupAddUtilities.h"

Syntax

class FNiagaraStackItemGroupAddUtilities : public INiagaraStackItemGroupAddUtilities

Variables

Name Description

Protected variable

FText

 

AddItemName

Protected variable

EAddMode

 

AddMode

Protected variable

bool

 

bAutoExpandAddActions

Constructors

Name Description

Public function

FNiagaraStackItemGroupAddUtilities

(
    FText InAddItemName,
    EAddMode InAddMode,
    bool bInAutoExpandAddActions
)

Overridden from INiagaraStackItemGroupAddUtilities

Name Description

Public function Virtual Const

FText

 

GetAddItemName()

Gets the generic name for the type of item to add e.g. "Module"

Public function Virtual Const

EAddMode

 

GetAddMode()

Gets the add mode supported by these add group utilities.

Public function Virtual Const

bool

 

GetAutoExpandAddActions()

Gets whether or not the add actions should be automatically expanded in the UI.

Public function Virtual Const

bool

 

SupportsLibraryFilter()

Should we add a library filter to the add menu?

Public function Virtual Const

bool

 

SupportsSourceFilter()

Should we add a source filter to the add menu?

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