Navigation
API > API/Plugins > API/Plugins/PCGEditor
| Name | FPCGGenericTabFactory |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditorTabFactories.h |
| Include Path | #include "PCGEditorTabFactories.h" |
Syntax
struct FPCGGenericTabFactory : public FWorkflowTabFactory
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FWorkflowTabFactory → FPCGGenericTabFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGGenericTabFactory
(
const FPCGGenericTabFactoryParams& InParams |
PCGEditorTabFactories.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CreateTabBodyFunc | TFunction< TSharedRef< SWidget >()> | PCGEditorTabFactories.h | ||
| OnTabClosedDelegate | FPCGGenericTabClosed | PCGEditorTabFactories.h |
Functions
Public
Public Virtual
Overridden from FWorkflowTabFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > CreateTabBody
(
const FWorkflowTabSpawnInfo& Info |
PCGEditorTabFactories.h | ||
virtual TSharedRef< SDockTab > SpawnTab
(
const FWorkflowTabSpawnInfo& Info |
PCGEditorTabFactories.h |