Navigation
API > API/Editor > API/Editor/GraphEditor
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SNodePanel.h |
| Include | #include "SNodePanel.h" |
Syntax
struct FOverlayWidgetInfo
Remarks
Entry for an overlay widget in the node panel.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | OverlayOffset | Offset origin of the overlay from the widget | |
| TSharedPtr< SWidget > | Widget | Widget to use |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOverlayWidgetInfo
(
TSharedPtr< SWidget > InWidget |