Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphNode
Description
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.
| Name | CreateVisualWidget |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
| Include Path | #include "EdGraph/EdGraphNode.h" |
virtual TSharedPtr < SGraphNode > CreateVisualWidget()