Navigation
API > API/Plugins > API/Plugins/PCGEditor > API/Plugins/PCGEditor/FPCGEditor
Description
Create a new viewport widget for the given index. Can be subclassed to have customization around the viewport.
| Name | CreateViewportWidget |
| 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 |
virtual TSharedRef < SPCGEditorViewport > CreateViewportWidget
(
int32 Index
)