Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeFunctionCall.h |
Include |
#include "NiagaraNodeFunctionCall.h" |
UCLASS(MinimalAPI)
class UNiagaraNodeFunctionCall : public UNiagaraNodeWithDynamicPins
Name | Description | ||
---|---|---|---|
|
bInheritDebugStatus |
Controls whether the debug state of the current function gets propagated into this function call. |
|
|
BoundPinNames |
||
|
CachedChangeId |
Adjusted every time that we compile this script. |
|
|
DebugState |
||
|
FunctionDisplayName |
||
|
TObjectPtr< UNi... |
FunctionScript |
|
|
FunctionScriptAssetObjectPath |
A path to a script asset which can be used to assign the function script the first time that default pins are generated. |
|
|
FunctionSpecifiers |
||
|
InvalidScriptVersionReference |
If a script version we reference goes away we select a fallback version, but save the original version to generate warnings. |
|
|
MessageKeyToMessageMap |
Marking those properties explicitly as editoronly_data will make localization not pick these up. |
|
|
FSimpleDelegate |
OnCustomNotesChangedDelegate |
|
|
OnInputsChangedDelegate |
||
|
PreviousScriptVersion |
Can be used by the ui after a version change to display change notes |
|
|
PropagatedStaticSwitchParameters |
All the input values the function propagates to the next higher caller instead of forcing the user to set them directly. |
|
|
PythonUpgradeScriptWarnings |
Can be used by the ui after a version change to display change notes |
|
|
SelectedScriptVersion |
||
|
Signature |
Some functions can be provided a signature directly rather than a script. |
|
|
StackMessages |
Name | Description | ||
---|---|---|---|
|
AddCustomNote ( |
||
|
AddMessage ( |
||
|
ChangeScriptVersion ( |
||
|
CleanupPropagatedSwitchValues() |
||
|
ComputeNodeName |
Resets the node name based on the referenced script or signature. |
|
|
ContainsDebugSwitch() |
Checks to see if this called function contains any debug switches |
|
|
FindAutoBoundInput ( |
||
|
UEdGraphPin ... |
FindParameterMapDefaultValuePin ( |
Walk through the internal script graph for an ParameterMapGet nodes and see if any of them specify a default for VariableName. |
|
FNiagaraProp... |
FindPropagatedVariable ( |
|
|
UEdGraphPin ... |
FindStaticSwitchInputPin ( |
Attempts to find the input pin for a static switch with the given name in the internal script graph. |
|
FixupFunctionScriptVersion() |
||
|
FixupPinNames() |
Checks if the existing pin names match the function script parameter names and try to fix them via guid matching if there is a difference |
|
|
GetBoundPinGuidsByName ( |
||
|
UNiagaraGrap... |
GetCalledGraph() |
|
|
ENiagaraScri... |
GetCalledUsage() |
|
|
const TArray... |
GetCustomNotes() |
Custom Notes API. |
|
GetFunctionName() |
||
|
UNiagaraScri... |
GetFunctionScriptSource() |
|
|
const auto & |
GetMessages() |
Messages API. |
|
FVersionedNi... |
GetScriptData() |
|
|
GetValidateDataInterfaces() |
||
|
IsValidPropagatedVariable ( |
||
|
FSimpleDeleg... |
OnCustomNotesChanged() |
|
|
FOnInputsCha... |
OnInputsChanged() |
|
|
RemoveCustomNote ( |
||
|
RemoveCustomNoteViaDelegate ( |
||
|
RemoveMessage ( |
||
|
RemoveMessageDelegateable ( |
||
|
RemovePropagatedVariable ( |
||
|
ScriptIsValid() |
||
|
SetPinAutoGeneratedDefaultValue ( |
||
|
SuggestName |
Tries to rename this function call to a new name. |
|
|
UpdateInputNameBinding |
When overriding an input value, this updates which variable guid was bound to which input name, so it can be reassigned when the input is renamed. |
|
|
UpdateNodeErrorMessage() |
||
|
UpdatePinTooltips() |
||
|
UpgradeDIFunctionCalls() |
Does any automated data manipulated required to update DI function call nodes to the current version. |
Name | Description | ||
---|---|---|---|
|
AllowDynamicPins() |
||
|
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. |
|
|
CanRenamePin ( |
Called to determine if a pin can be renamed by the user. |
Name | Description | ||
---|---|---|---|
|
BuildParameterMapHistory ( |
Adds the current node information to the parameter map history |
|
|
CanAddToGraph ( |
Apply any node-specific logic to determine if it is safe to add this node to the graph. |
|
|
Compile |
||
|
GatherExternalDependencyData ( |
Go through all the external dependencies of this node in isolation and add them to the reference id list. |
|
|
ENiagaraNume... |
GetNumericOutputTypeSelectionMode() |
Gets which mode to use when deducing the type of numeric output pins from the types of the input pins. |
|
UObject *... |
GetReferencedAsset() |
Gets the asset referenced by this node, or nullptr if there isn't one. |
|
RefreshFromExternalChanges() |
Refreshes the node due to external changes, e.g. the underlying function changed for a function call node. |
|
|
UpdateCompileHashForNode ( |
Old style compile hash code. To be removed in the future. |
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 |
|
|
GetTooltipText() |
Gets the tooltip to display when over the node |
|
|
IsDeprecated() |
Returns true if this node is deprecated |
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 |
---|---|
FOnInputsChanged |