Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeOp.h |
Include |
#include "NiagaraNodeOp.h" |
UCLASS(MinimalAPI)
class UNiagaraNodeOp : public UNiagaraNodeWithDynamicPins
Name | Description | |
---|---|---|
|
UNiagaraNodeOp ( |
Name | Description | ||
---|---|---|---|
|
HandleStaticInputPinUpgrade ( |
||
|
HandleStaticOutputPinUpgrade() |
Name | Description | ||
---|---|---|---|
|
AllowDynamicPins() |
||
|
AllowNiagaraTypeForAddPin ( |
Determine whether or not a Niagara type is supported for an Add Pin possibility. |
|
|
CanMovePin ( |
Called to determine if a pin can be moved by the user. Negative values for up, positive for down. |
|
|
CanRemovePin ( |
Called to determine if a pin can be removed by the user. |
|
|
OnNewTypedPinAdded ( |
Called when a new typed pin is added by the user. |
|
|
OnPinRenamed ( |
Called when a pin is renamed. |
Name | Description | ||
---|---|---|---|
|
BuildParameterMapHistory ( |
Adds the current node information to the parameter map history |
|
|
Compile |
||
|
GenerateCompileHashForClassMembers ( |
Go through all class members for a given UClass on this object and hash them into the visitor. |
|
|
ENiagaraNume... |
GetNumericOutputTypeSelectionMode() |
Gets which mode to use when deducing the type of numeric output pins from the types of the input pins. |
|
OnPostSynchronizationInReallocatePins() |
||
|
RefreshFromExternalChanges() |
Refreshes the node due to external changes, e.g. the underlying function changed for a function call node. |
Name | Description | ||
---|---|---|---|
|
AllocateDefaultPins() |
Allocate default pins for a given node, based only the NodeType, which should already be filled in. |
|
|
GetNodeTitle ( |
Gets the name of this node, shown in title bar |
|
|
GetNodeTitleColor() |
Gets the draw color of a node's title bar |
|
|
GetTooltipText() |
Gets the tooltip to display when over the node |
|
|
OnPinRemoved ( |
Called when a pin is removed |
|
|
PinConnectionListChanged ( |
Called when the connection list of one of the pins of this node is changed in the editor |
Name | Description | ||
---|---|---|---|
|
PostLoad() |
Do any object-specific cleanup required immediately after loading an object. |