SGraphPreviewer

This widget provides a fully-zoomed-out preview of a specified graph.

Unreal Engine C++ API Reference > Editor > GraphEditor

Inheritance Hierarchy

References

   
Module GraphEditor
Header /Engine/Source/Editor/GraphEditor/Public/SGraphPreviewer.h
Include #include "SGraphPreviewer.h"

Syntax

class SGraphPreviewer : public [SCompoundWidget](API\Runtime\SlateCore\Widgets\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< SGr... 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, UEdGraph* InGraphObj )  

Classes

Type Name Description
Public struct FArguments  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library