Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | FGraphNodeFactory |
| Type | class |
| Header File | /Engine/Source/Editor/GraphEditor/Public/NodeFactory.h |
| Include Path | #include "NodeFactory.h" |
Syntax
class FGraphNodeFactory
Derived Classes
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FConnectionDrawingPolicy * CreateConnectionPolicy
(
const UEdGraphSchema* Schema, |
Create a pin connection factory for the supplied schema | NodeFactory.h | |
virtual TSharedPtr< SGraphNode > CreateNodeWidget
(
UEdGraphNode* InNode |
Create a widget for the supplied node | NodeFactory.h | |
virtual TSharedPtr< SGraphPin > CreatePinWidget
(
UEdGraphPin* InPin |
Create a widget for the supplied pin | NodeFactory.h |