ETabState::Type

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h

Include

#include "Framework/Docking/TabManager.h"

Syntax

namespace ETabState
{
    enum Type
    {
        OpenedTab     = 0x1 << 0,
        ClosedTab     = 0x1 << 1,
        InvalidTab    = 0x1 << 2,
    }
}

Values

Name

Description

OpenedTab

ClosedTab

InvalidTab

InvalidTab refers to tabs that were not recognized by the Editor (e.g., LiveLink when its plugin its disabled).

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