Navigation
API > API/Editor > API/Editor/Kismet
| Name | FBlueprintEditorToolbar |
| Type | class |
| Header File | /Engine/Source/Editor/Kismet/Public/SBlueprintEditorToolbar.h |
| Include Path | #include "SBlueprintEditorToolbar.h" |
Syntax
class FBlueprintEditorToolbar : public TSharedFromThis< FBlueprintEditorToolbar >
Inheritance Hierarchy
- TSharedFromThis< FBlueprintEditorToolbar > → FBlueprintEditorToolbar
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FBlueprintEditorToolbar
(
TSharedPtr< FBlueprintEditor > InBlueprintEditor |
SBlueprintEditorToolbar.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddBlueprintGlobalOptionsToolbar
(
UToolMenu* InMenu, |
SBlueprintEditorToolbar.h | ||
void AddCompileToolbar
(
UToolMenu* InMenu |
SBlueprintEditorToolbar.h | ||
void AddDebuggingToolbar
(
UToolMenu* InMenu |
SBlueprintEditorToolbar.h | ||
void AddNewToolbar
(
UToolMenu* InMenu |
SBlueprintEditorToolbar.h | ||
void AddScriptingToolbar
(
UToolMenu* InMenu |
SBlueprintEditorToolbar.h | ||
FSlateIcon GetStatusImage() |
Returns the current status icon for the blueprint being edited | SBlueprintEditorToolbar.h | |
FText GetStatusTooltip() |
Returns the current status as text for the blueprint being edited | SBlueprintEditorToolbar.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static void DiffAgainstRevision
(
UBlueprint* Current, |
Diff current blueprint against the specified revision | SBlueprintEditorToolbar.h | |
static TSharedRef< SWidget > MakeDiffMenu
(
const UBlueprintEditorToolMenuContext* InContext |
SBlueprintEditorToolbar.h |