Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/FPCGEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsPanelCurrentlyOpen
(
EPCGEditorPanel Panel |
Returns true if the selected tab is currently open. | PCGEditor.h | |
bool IsPanelCurrentlyOpen
(
const FName PanelID |
Returns true if the selected tab is currently open. | PCGEditor.h |
IsPanelCurrentlyOpen(EPCGEditorPanel)
Description
Returns true if the selected tab is currently open.
| Name | IsPanelCurrentlyOpen |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditor.h |
| Include Path | #include "PCGEditor.h" |
bool IsPanelCurrentlyOpen
(
EPCGEditorPanel Panel
) const
IsPanelCurrentlyOpen(const FName)
Description
Returns true if the selected tab is currently open.
| Name | IsPanelCurrentlyOpen |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditor.h |
| Include Path | #include "PCGEditor.h" |
| Source | /Engine/Plugins/PCG/Source/PCGEditor/Private/PCGEditor.cpp |
bool IsPanelCurrentlyOpen
(
const FName PanelID
) const