Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
Represents a single module Output in the module stack view model.
| Name | UNiagaraStackModuleItemOutput |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/ViewModels/Stack/NiagaraStackModuleItemOutput.h |
| Include Path | #include "ViewModels/Stack/NiagaraStackModuleItemOutput.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraStackModuleItemOutput : public UNiagaraStackEntry
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UNiagaraStackEntry → UNiagaraStackModuleItemOutput
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNiagaraStackModuleItemOutput() |
ViewModels/Stack/NiagaraStackModuleItemOutput.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DisplayName | FText | The name of this Output for display in the UI. | ViewModels/Stack/NiagaraStackModuleItemOutput.h | |
| FunctionCallNode | TWeakObjectPtr< UNiagaraNodeFunctionCall > | The function call node which represents the emitter which owns this Output | ViewModels/Stack/NiagaraStackModuleItemOutput.h | |
| OutputParameterHandle | FNiagaraParameterHandle | The parameter handle which defined this Output in the module graph. | ViewModels/Stack/NiagaraStackModuleItemOutput.h | |
| OutputType | FNiagaraTypeDefinition | The niagara type definition for this input. | ViewModels/Stack/NiagaraStackModuleItemOutput.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FNiagaraParameterHandle & GetOutputParameterHandle() |
Gets the parameter handle which defined this Output in the module. | ViewModels/Stack/NiagaraStackModuleItemOutput.h | |
FText GetOutputParameterHandleText() |
Gets the assigned parameter handle as displayable text. | ViewModels/Stack/NiagaraStackModuleItemOutput.h | |
void Initialize
(
FRequiredEntryData InRequiredEntryData, |
Sets the Output data for this entry. | ViewModels/Stack/NiagaraStackModuleItemOutput.h |
Overridden from UNiagaraStackEntry
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FCollectedUsageData & GetCollectedUsageData() |
ViewModels/Stack/NiagaraStackModuleItemOutput.h | ||
virtual FText GetDisplayName() |
ViewModels/Stack/NiagaraStackModuleItemOutput.h | ||
virtual bool GetIsEnabled() |
ViewModels/Stack/NiagaraStackModuleItemOutput.h | ||
virtual void GetSearchItems
(
TArray< FStackSearchItem >& SearchItems |
ViewModels/Stack/NiagaraStackModuleItemOutput.h | ||
virtual EStackRowStyle GetStackRowStyle() |
ViewModels/Stack/NiagaraStackModuleItemOutput.h | ||
virtual FText GetTooltipText() |
ViewModels/Stack/NiagaraStackModuleItemOutput.h |