SGraphPreviewer

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

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Protected variable

UEdGraph *

 

EdGraphObj

The Graph we are currently viewing.

Protected variable

TSharedPtr< SGr...

 

GraphPanel

The underlying graph panel.

Protected variable

int32

 

NeedsRefreshCounter

As node's bounds dont get updated immediately, to truly zoom out to fit we need to tick a few times.

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    UEdGraph* InGraphObj
)

Classes

Name

Description

Public struct

FArguments

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss