UEditorUtilitySubsystem::DoesTabExist

Given an ID for a tab, try to find an existing tab. Returns true if it found a tab.

Windows
MacOS
Linux

References

Module

Blutility

Header

/Engine/Source/Editor/Blutility/Public/EditorUtilitySubsystem.h

Include

#include "EditorUtilitySubsystem.h"

Source

/Engine/Source/Editor/Blutility/Private/EditorUtilitySubsystem.cpp

Syntax

bool DoesTabExist
(
    FName NewTabID
)

Remarks

Given an ID for a tab, try to find an existing tab. Returns true if it found a tab.

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