UNiagaraStackModuleItemOutput

Represents a single module Output in the module stack view model.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

NiagaraEditor

Header

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

Include

#include "ViewModels/Stack/NiagaraStackModuleItemOutput.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
class UNiagaraStackModuleItemOutput : public UNiagaraStackEntry

Remarks

Represents a single module Output in the module stack view model.

Constructors

Functions

Name Description

Public function Const

const FNiaga...

 

GetOutputParameterHandle()

Gets the parameter handle which defined this Output in the module.

Public function Const

FText

 

GetOutputParameterHandleText()

Gets the assigned parameter handle as displayable text.

Public function

void

 

Initialize

(
    FRequiredEntryData InRequiredEntryD...,
    UNiagaraNodeFunctionCall& InFuncti...,
    FName InOutputParameterHandle,
    FNiagaraTypeDefinition InOutputType
)

Sets the Output data for this entry.

Overridden from UNiagaraStackEntry

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