IBlueprintEditor::OpenGraphAndBringToFront

Tries to open the specified graph and bring it's document to the front (note: this can return NULL)

Unreal Engine C++ API Reference > Editor > Kismet > IBlueprintEditor

  • IBlueprintEditor::OpenGraphAndBringToFront()

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/BlueprintEditorModule.h
Include #include "BlueprintEditorModule.h"
[TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< class [SGraphEditor](API\Editor\UnrealEd\SGraphEditor) > OpenGraphAndBringToFront
(
    class [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * Graph,
    bool bSetFocus
)

Remarks

Tries to open the specified graph and bring it's document to the front (note: this can return NULL)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library