UNiagaraNodeOp::RefreshFromExternalChanges

Refreshes the node due to external changes, e.g. the underlying function changed for a function call node.

Windows
MacOS
Linux

Override Hierarchy

UNiagaraNode::RefreshFromExternalChanges()

UNiagaraNodeOp::RefreshFromExternalChanges()

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraNodeOp.h"

Source

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

Syntax

virtual bool RefreshFromExternalChanges()

Remarks

Refreshes the node due to external changes, e.g. the underlying function changed for a function call node. Return true if the graph changed.

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