UNiagaraNodeFunctionCall::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.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/NiagaraNodeFunctionCall.h

Include

#include "NiagaraNodeFunctionCall.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNodeFunctionCall.cpp

Syntax

void UpdateInputNameBinding
(
    const FGuid & BoundVariableGuid,
    const FName & BoundName
)

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss