Navigation
API > API/Editor > API/Editor/VREditor > API/Editor/VREditor/UVREditorUISystem
Description
Called by proxy tab manager to ask us whether we support the specified tab ID. bOutIsTabSupported defaults to true.
| Name | IsProxyTabSupported |
| Type | function |
| Header File | /Engine/Source/Editor/VREditor/Public/UI/VREditorUISystem.h |
| Include Path | #include "UI/VREditorUISystem.h" |
| Source | /Engine/Source/Editor/VREditor/Private/UI/VREditorUISystem.cpp |
void IsProxyTabSupported
(
FTabId TabId,
bool & bOutIsTabSupported
)