Navigation
API > API/Plugins > API/Plugins/RigVMEditor
| Name | FRigVMGraphEditorSummoner |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMGraphEditorSummoner.h |
| Include Path | #include "Editor/RigVMGraphEditorSummoner.h" |
Syntax
struct FRigVMGraphEditorSummoner : public FDocumentTabFactoryForObjects< UEdGraph >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → FWorkflowTabFactory → FDocumentTabFactory → FDocumentTabFactoryForObjects → FRigVMGraphEditorSummoner
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FRigVMGraphEditorSummoner
(
TSharedPtr< class FRigVMNewEditor > InEditorPtr, |
Editor/RigVMGraphEditorSummoner.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnCreateGraphEditorWidget | TBaseDelegate_TwoParams< TSharedRef< SGraphEditor >, TSharedRef< FTabInfo >, UEdGraph * > | Editor/RigVMGraphEditorSummoner.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TabID | const FLazyName | Editor/RigVMGraphEditorSummoner.h |
Functions
Public
Overridden from FDocumentTabFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnTabActivated
(
TSharedPtr< SDockTab > Tab |
Editor/RigVMGraphEditorSummoner.h | ||
virtual void OnTabBackgrounded
(
TSharedPtr< SDockTab > Tab |
Editor/RigVMGraphEditorSummoner.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TAttribute< FText > ConstructTabNameForObject
(
UEdGraph* DocumentID |
Editor/RigVMGraphEditorSummoner.h | ||
virtual TSharedRef< SWidget > CreateTabBodyForObject
(
const FWorkflowTabSpawnInfo& Info, |
Editor/RigVMGraphEditorSummoner.h | ||
virtual const FSlateBrush * GetTabIconForObject
(
const FWorkflowTabSpawnInfo& Info, |
Editor/RigVMGraphEditorSummoner.h |