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