Navigation
API > API/Plugins > API/Plugins/NiagaraEditor
| Name | UNiagaraNodeOutput |
| Type | class |
| Header File | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeOutput.h |
| Include Path | #include "NiagaraNodeOutput.h" |
Syntax
UCLASS (MinimalAPI)
class UNiagaraNodeOutput : public UNiagaraNode
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UEdGraphNode → UNiagaraNode → UNiagaraNodeOutput
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UNiagaraNodeOutput
(
const FObjectInitializer& ObjectInitializer |
NiagaraNodeOutput.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Outputs | TArray< FNiagaraVariable > | NiagaraNodeOutput.h |
|
|
| ScriptType | ENiagaraScriptUsage | NiagaraNodeOutput.h | ||
| ScriptTypeId | FGuid | NiagaraNodeOutput.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Gets the Stack Context replacement names for the owning emitter if it is different than the default for this stage. | NiagaraNodeOutput.h | ||
const TArray< FNiagaraVariable > & GetOutputs() |
NiagaraNodeOutput.h | ||
| Gets the Stack Context replacement name if it is different than the default for this stage. | NiagaraNodeOutput.h | ||
ENiagaraScriptUsage GetUsage() |
Gets the usage of this graph root. | NiagaraNodeOutput.h | |
FGuid GetUsageId () |
Gets the id of the usage of this script. | NiagaraNodeOutput.h | |
void NotifyOutputVariablesChanged() |
Notifies the node that it's output variables have been modified externally. | NiagaraNodeOutput.h | |
void SetUsage
(
ENiagaraScriptUsage InUsage |
NiagaraNodeOutput.h | ||
void SetUsageId
(
FGuid InId |
NiagaraNodeOutput.h |
Overridden from UNiagaraNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void BuildParameterMapHistory
(
FNiagaraParameterMapHistoryBuilder& OutHistory, |
Adds the current node information to the parameter map history | NiagaraNodeOutput.h | |
virtual void Compile
(
FTranslator* Translator, |
NiagaraNodeOutput.h |
Overridden from UEdGraphNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void AllocateDefaultPins() |
NiagaraNodeOutput.h | ||
virtual bool CanDuplicateNode() |
NiagaraNodeOutput.h | ||
virtual bool CanUserDeleteNode() |
NiagaraNodeOutput.h | ||
virtual void GetNodeContextMenuActions
(
UToolMenu* Menu, |
NiagaraNodeOutput.h | ||
virtual FText GetNodeTitle
(
ENodeTitleType::Type TitleType |
NiagaraNodeOutput.h | ||
virtual FLinearColor GetNodeTitleColor() |
NiagaraNodeOutput.h | ||
virtual bool IncludeParentNodeContextMenu() |
NiagaraNodeOutput.h |
Overridden from UObject
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostEditChangeProperty
(
FPropertyChangedEvent& PropertyChangedEvent |
NiagaraNodeOutput.h | ||
virtual void PostLoad() |
NiagaraNodeOutput.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RemoveOutputPin
(
UEdGraphPin* Pin |
Removes a pin from this node with a transaction. | NiagaraNodeOutput.h |
Overridden from UNiagaraNode
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 CompileInputPin
(
FTranslator* Translator, |
NiagaraNodeOutput.h |
Deprecated Variables
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ScriptTypeIndex_DEPRECATED | int32 | NiagaraNodeOutput.h |