Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- TSharedFromThis
- FApplicationMode
- FBlueprintEditorApplicationMode
- FWidgetBlueprintApplicationMode
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintEditorModes.h |
| Include | #include "BlueprintEditorModes.h" |
Syntax
class FBlueprintEditorApplicationMode : public FApplicationMode
Variables
| Type | Name | Description | |
|---|---|---|---|
| FWorkflowAllowedTabSet | BlueprintEditorOnlyTabFactories | Set of spawnable tabs only usable in blueprint editing mode (not useful in Persona, etc...) | |
| FWorkflowAllowedTabSet | BlueprintEditorTabFactories | Set of spawnable tabs in blueprint editing mode. | |
| FWorkflowAllowedTabSet | CoreTabFactories | Set of spawnable tabs useful in derived classes, even without a blueprint. | |
| TWeakPtr< FBlueprintEditor > | MyBlueprintEditor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlueprintEditorApplicationMode
(
TSharedPtr< class FBlueprintEditor > InBlueprintEditor, |
Overridden from FApplicationMode
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| void | RegisterTabFactories
(
TSharedPtr< FTabManager > InTabManager |