Navigation
API > API/Plugins > API/Plugins/PCGEditor
| Name | FPCGGraphEditorDocumentTabFactory |
| Type | struct |
| Header File | /Engine/Plugins/PCG/Source/PCGEditor/Public/PCGEditorTabFactories.h |
| Include Path | #include "PCGEditorTabFactories.h" |
Syntax
struct FPCGGraphEditorDocumentTabFactory : public FDocumentTabFactoryForObjects< UPCGEditorGraph >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FWorkflowTabFactory → FDocumentTabFactory → FDocumentTabFactoryForObjects → FPCGGraphEditorDocumentTabFactory
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPCGGraphEditorDocumentTabFactory
(
TSharedPtr< FPCGEditor > InEditorPtr, |
PCGEditorTabFactories.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnCreateGraphEditorWidget | TBaseDelegate_TwoParams< TSharedRef< SGraphEditor >, TSharedPtr< FTabInfo >, UPCGEditorGraph * > | PCGEditorTabFactories.h |
Functions
Public
Public Virtual
Overridden from FDocumentTabFactoryForObjects
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SupportsObjectType
(
UObject* InDocumentID |
PCGEditorTabFactories.h |
Overridden from FDocumentTabFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnTabActivated
(
TSharedPtr< SDockTab > InTab |
PCGEditorTabFactories.h | ||
virtual void OnTabBackgrounded
(
TSharedPtr< SDockTab > InTab |
PCGEditorTabFactories.h | ||
virtual void OnTabRefreshed
(
TSharedPtr< SDockTab > InTab |
PCGEditorTabFactories.h | ||
virtual void SaveState
(
TSharedPtr< SDockTab > InTab, |
PCGEditorTabFactories.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< FPCGEditor > GetPCGEditor() |
PCGEditorTabFactories.h |
Protected Virtual
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TAttribute< FText > ConstructTabNameForObject
(
UPCGEditorGraph* InEditorGraph |
PCGEditorTabFactories.h | ||
virtual TSharedRef< SWidget > CreateTabBodyForObject
(
const FWorkflowTabSpawnInfo& InInfo, |
PCGEditorTabFactories.h | ||
virtual const FSlateBrush * GetTabIconForObject
(
const FWorkflowTabSpawnInfo& InInfo, |
PCGEditorTabFactories.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FText GetTabTitle
(
TWeakObjectPtr< UPCGEditorGraph > InWeakEditorGraph |
PCGEditorTabFactories.h |