SGraphEditor::FindGraphEditorForGraph

Returns the first graph editor that is viewing the specified graph.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/GraphEditor.h

Include

#include "GraphEditor.h"

Source

/Engine/Source/Editor/UnrealEd/Private/GraphEditor.cpp

Syntax

static TSharedPtr< SGraphEditor > FindGraphEditorForGraph
(
    const UEdGraph * Graph
)

Remarks

Returns the first graph editor that is viewing the specified graph.

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