Navigation
API > API/Plugins > API/Plugins/PCGEditor
| Name | FPCGGenericTabFactoryParams |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditorTabFactories.h |
| Include Path | #include "PCGEditorTabFactories.h" |
Syntax
struct FPCGGenericTabFactoryParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGGenericTabFactoryParams
(
FName InId, |
PCGEditorTabFactories.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSingleton | bool | PCGEditorTabFactories.h | ||
| CreateTabBodyFunc | TFunction< TSharedRef< SWidget >()> | PCGEditorTabFactories.h | ||
| Editor | TSharedPtr< FPCGEditor > | PCGEditorTabFactories.h | ||
| Group | TSharedPtr< FWorkspaceItem > | PCGEditorTabFactories.h | ||
| Icon | TOptional< FSlateIcon > | PCGEditorTabFactories.h | ||
| Id | FName | PCGEditorTabFactories.h | ||
| Label | TOptional< FText > | PCGEditorTabFactories.h | ||
| OnTabClosed | FPCGGenericTabClosed | PCGEditorTabFactories.h | ||
| Role | TOptional< ETabRole > | PCGEditorTabFactories.h |