UNiagaraStackModuleItemOutput::Initialize

Sets the Output data for this entry.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "ViewModels/Stack/NiagaraStackModuleItemOutput.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/ViewModels/Stack/NiagaraStackModuleItemOutput.cpp

Syntax

void Initialize
(
    FRequiredEntryData InRequiredEntryData,
    UNiagaraNodeFunctionCall & InFunctionCallNode,
    FName InOutputParameterHandle,
    FNiagaraTypeDefinition InOutputType
)

Remarks

Sets the Output data for this entry.

Parameters

Parameter

Description

InFunctionCallNode

The function call node representing the module in the stack graph which owns this Output.

InOutputParameterHandle

The Namespace.Name handle for the Output to the owning module.

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