UNiagaraEmitter::HandleVariableRenamed

Helper method for when a rename has been detected within the graph.

Choose your operating system:

Windows

macOS

Linux

References

Module

Niagara

Header

/Engine/Plugins/FX/Niagara/Source/Niagara/Classes/NiagaraEmitter.h

Include

#include "NiagaraEmitter.h"

Source

/Engine/Plugins/FX/Niagara/Source/Niagara/Private/NiagaraEmitter.cpp

Syntax

void HandleVariableRenamed
(
    const FNiagaraVariable & InOldVariable,
    const FNiagaraVariable & InNewVariable,
    bool bUpdateContexts
)

Remarks

Helper method for when a rename has been detected within the graph. Covers renaming the internal renderer bindings.