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