Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeOutput.h |
Include |
#include "NiagaraNodeOutput.h" |
UCLASS(MinimalAPI)
class UNiagaraNodeOutput : public UNiagaraNode
Name | Description | ||
---|---|---|---|
|
Outputs |
||
|
ScriptType |
||
|
ScriptTypeId |
Name | Description | |
---|---|---|
|
UNiagaraNodeOutput ( |
Name | Description | ||
---|---|---|---|
|
GetAllStackContextOverrides() |
Gets the Stack Context replacement names for the owning emitter if it is different than the default for this stage. |
|
|
const TArray... |
GetOutputs() |
|
|
GetStackContextOverride() |
Gets the Stack Context replacement name if it is different than the default for this stage. |
|
|
ENiagaraScri... |
GetUsage() |
Gets the usage of this graph root. |
|
GetUsageId() |
Gets the id of the usage of this script. |
|
|
NotifyOutputVariablesChanged() |
Notifies the node that it's output variables have been modified externally. |
|
|
RemoveOutputPin ( |
Removes a pin from this node with a transaction. |
|
|
SetUsage ( |
||
|
SetUsageId ( |
Name | Description | ||
---|---|---|---|
|
BuildParameterMapHistory ( |
Adds the current node information to the parameter map history |
|
|
Compile |
||
|
CompileInputPin ( |
Name | Description | ||
---|---|---|---|
|
AllocateDefaultPins() |
Allocate default pins for a given node, based only the NodeType, which should already be filled in. |
|
|
CanDuplicateNode() |
Whether or not this node can be safely duplicated (via copy/paste, etc...) in the graph |
|
|
CanUserDeleteNode() |
Whether or not this node can be deleted by user action |
|
|
GetNodeContextMenuActions ( |
Gets a list of actions that can be done to this particular node |
|
|
GetNodeTitle ( |
Gets the name of this node, shown in title bar |
|
|
GetNodeTitleColor() |
Gets the draw color of a node's title bar |
|
|
IncludeParentNodeContextMenu() |
Does the node context menu inherit parent class's menu |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a property on this object has been modified externally |
|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |
Name | Description | ||
---|---|---|---|
|
ScriptTypeIndex_DEPRECATED |