Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/FPCGEditor
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CloseGraphPanel
(
EPCGEditorPanel Panel |
Attempts to close the specific panel if it's open. | PCGEditor.h | |
void CloseGraphPanel
(
const FName PanelID |
Attempts to close the specific panel if it's open. | PCGEditor.h |
CloseGraphPanel(EPCGEditorPanel)
Description
Attempts to close the specific panel if it's open.
| Name | CloseGraphPanel |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditor.h |
| Include Path | #include "PCGEditor.h" |
void CloseGraphPanel
(
EPCGEditorPanel Panel
) const
CloseGraphPanel(const FName)
Description
Attempts to close the specific panel if it's open.
| Name | CloseGraphPanel |
| 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 |
void CloseGraphPanel
(
const FName PanelID
) const