UNiagaraNodeWriteDataSet::CreateVisualWidget

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

Windows
MacOS
Linux

Override Hierarchy

UEdGraphNode::CreateVisualWidget()

UNiagaraNode::CreateVisualWidget()

UNiagaraNodeWriteDataSet::CreateVisualWidget()

References

Module

NiagaraEditor

Header

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

Include

#include "NiagaraNodeWriteDataSet.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/NiagaraNodeWriteDataSet.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.

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