Navigation
API > API/Editor > API/Editor/UnrealEd
| |
|
| Name |
EGlobalTabSwitchingBehavior |
| Type |
enum |
| Header File |
/Engine/Source/Editor/UnrealEd/Classes/Editor/EditorPerProjectUserSettings.h |
| Include Path |
#include "Editor/EditorPerProjectUserSettings.h" |
Syntax
enum EGlobalTabSwitchingBehavior
{
LastAccessedAsset,
BrowserStyle,
}
Values
| Name |
Remarks |
| LastAccessedAsset |
Legacy behavior where last accessed asset defines order of switching |
| BrowserStyle |
Same behavior as browser where window tab order defines order of switching |