Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- TSharedFromThis
- FApplicationMode
- FBlueprintComponentsApplicationMode
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintEditorModes.h |
| Include | #include "BlueprintEditorModes.h" |
Syntax
class FBlueprintComponentsApplicationMode : public FApplicationMode
Variables
| Type | Name | Description | |
|---|---|---|---|
| FWorkflowAllowedTabSet | BlueprintComponentsTabFactories | Set of spawnable tabs in this mode. | |
| TArray< TWeakObjectPtr< const UActorComponent > > | CachedComponentSelection | ||
| TWeakPtr< FBlueprintEditor > | MyBlueprintEditor |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlueprintComponentsApplicationMode
(
TSharedPtr< class FBlueprintEditor > InBlueprintEditor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FBlueprintEditor > | |||
| AActor * |
Overridden from FApplicationMode
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| void | RegisterTabFactories
(
TSharedPtr< FTabManager > InTabManager |