FTabId

Windows
MacOS
Linux

References

Module

Slate

Header

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

Include

#include "Framework/Docking/TabManager.h"

Syntax

struct FTabId

Variables

Name Description

Public variable

int32

 

InstanceId

Public variable

FName

 

TabType

Constructors

Name Description

Public function

FTabId()

Public function

FTabId

(
    const FName& InTabType
)

Public function

FTabId

(
    const FName& InTabType,
    const int32 InInstanceId
)

Functions

Name Description

Public function Const

bool

 

IsTabPersistable()

Document tabs allow multiple instances of the same tab type.

Public function Const

FString

 

ToString()

Public function Const

FText

 

ToText()

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FTabId& Other
)

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