Navigation
Unreal Engine C++ API Reference > 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< SWi... | Widget | Widget to use |
Constructors
Type | Name | Description |
---|---|---|
FOverlayWidgetInfo () | ||
FOverlayWidgetInfo ( TSharedPtr< SWidget > InWidget ) |