Navigation
API > API/Editor > API/Editor/GraphEditor
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SGraphPreviewer
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/SGraphPreviewer.h |
| Include | #include "SGraphPreviewer.h" |
Syntax
class SGraphPreviewer : public SCompoundWidget
Remarks
This widget provides a fully-zoomed-out preview of a specified graph.
Variables
| Type | Name | Description | |
|---|---|---|---|
| UEdGraph * | EdGraphObj | The Graph we are currently viewing. | |
| TSharedPtr< SGraphPanel > | GraphPanel | The underlying graph panel. | |
| int32 | NeedsRefreshCounter | As node's bounds dont get updated immediately, to truly zoom out to fit we need to tick a few times. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |