Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- TSharedFromThis
- FBlueprintEditorToolbar
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SBlueprintEditorToolbar.h |
| Include | #include "SBlueprintEditorToolbar.h" |
Syntax
class FBlueprintEditorToolbar : public TSharedFromThis< FBlueprintEditorToolbar >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TWeakPtr< FBlueprintEditor > | BlueprintEditor | Pointer back to the blueprint editor tool that owns us |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlueprintEditorToolbar
(
TSharedPtr< FBlueprintEditor > InBlueprintEditor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AddBlueprintGlobalOptionsToolbar
(
UToolMenu* InMenu, |
||
| void | AddCompileToolbar
(
UToolMenu* InMenu |
||
| void | AddDebuggingToolbar
(
UToolMenu* InMenu |
||
| void | AddNewToolbar
(
UToolMenu* InMenu |
||
| void | AddScriptingToolbar
(
UToolMenu* InMenu |
||
| void | DiffAgainstRevision
(
UBlueprint* Current, |
Diff current blueprint against the specified revision | |
| FSlateIcon | Returns the current status icon for the blueprint being edited | ||
| FText | Returns the current status as text for the blueprint being edited | ||
| TSharedRef< SWidget > | MakeDiffMenu
(
const UBlueprintEditorToolMenuContext* InContext |