UNiagaraNodeAssignment::RenameAssignmentTarget

This will rename an existing input but will not refresh the underlying script.

Windows
MacOS
Linux

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraNodeAssignment.h"

Source

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

Syntax

bool RenameAssignmentTarget
(
    FName OldName,
    FName NewName
)

Remarks

This will rename an existing input but will not refresh the underlying script. RefreshFromExternalChanges must be called if this function returns true.

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