Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeInput.h |
Include |
#include "NiagaraNodeInput.h" |
UCLASS(MinimalAPI)
class UNiagaraNodeInput : public UNiagaraNode
Name | Description | ||
---|---|---|---|
|
CallSortPriority |
Controls where this input is relative to others in the calling node. |
|
|
ExposureOptions |
Controls this inputs exposure to callers. |
|
|
Input |
||
|
Usage |
Name | Description | |
---|---|---|
|
UNiagaraNodeInput ( |
Name | Description | ||
---|---|---|---|
|
CanAutoBind() |
||
|
GenerateNewSortPriority ( |
Generate a unique sort index based off the existing nodes in the system. |
|
|
GenerateUniqueName ( |
Generate a unique name based off of the existing names in the system. |
|
|
UNiagaraData... |
GetDataInterface() |
|
|
IsExposed() |
||
|
IsHidden() |
||
|
IsRequired() |
||
|
NotifyExposureOptionsChanged() |
Notifies the node that the exposure options have changed externally. |
|
|
NotifyInputTypeChanged() |
Notifies the node that the type of it's input has been changed externally. |
|
|
ReferencesSameInput ( |
||
|
SetDataInterface ( |
||
|
SortNodes ( |
Given an array of nodes, sort them in place by their sort order, then lexicographically if the same. |
Name | Description | ||
---|---|---|---|
|
AppendFunctionAliasForContext ( |
||
|
BuildParameterMapHistory ( |
Adds the current node information to the parameter map history |
|
|
Compile |
Name | Description | ||
---|---|---|---|
|
AllocateDefaultPins() |
Allocate default pins for a given node, based only the NodeType, which should already be filled in. |
|
|
AutowireNewNode ( |
Autowire a newly created node. |
|
|
TSharedPtr< ... |
CreateVisualWidget() |
Create a visual widget to represent this node in a graph editor or graph panel. |
|
GetNodeTitle ( |
Gets the name of this node, shown in title bar |
|
|
GetNodeTitleColor() |
Gets the draw color of a node's title bar |
|
|
OnRenameNode ( |
Called when this node is being renamed after a successful name validation |
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 |
---|---|
TitleColor_Attribute |
|
TitleColor_Constant |