UNiagaraNode::CreateVisualWidget

Create a visual widget to represent this node in a graph editor or graph panel.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraNode.h"

Source

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

Syntax

virtual TSharedPtr< SGraphNode > CreateVisualWidget()

Remarks

Create a visual widget to represent this node in a graph editor or graph panel. If not implemented, the default node factory will be used.