Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/SMyBlueprint.h |
| Include | #include "SMyBlueprint.h" |
Syntax
class SMyBlueprint : public SCompoundWidget
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | Clears the selection in the graph action menus | ||
| void | Construct
(
const FArguments& InArgs, |
||
| void | |||
| void | ExpandCategory
(
const FText& CategoryName |
Expands any category with the associated name | |
| TWeakPtr< FBlueprintEditor > | Gets our parent blueprint editor | ||
| UBlueprint * | Accessor the blueprint object from the main editor | ||
| FEdGraphPinType & | |||
| FEdGraphPinType & | Gets the last pin type selected by this widget, or by the function editor | ||
| void | GetSelectedItemsForContextMenu
(
TArray< FComponentEventConstructionData >& OutSelectedItems |
Fills the supplied array with the currently selected objects | |
| bool | MoveCategoryBeforeCategory
(
const FText& CategoryToMove, |
Move the category before the target category | |
| void | Callbacks for Paste Commands | ||
| void | Initiates a rename on the selected action node, if possible | ||
| void | Called to reset the search filter | ||
| void | Refresh () |
Refreshes the graph action menu | |
| void | Reset the last pin type settings to default. | ||
| FEdGraphSchemaAction_BlueprintVariableBase * | Accessor for getting the current selection as a K2 blueprint base variable | ||
| FEdGraphSchemaAction_K2Delegate * | Accessor for getting the current selection as a K2 delegate | ||
| FEdGraphSchemaAction_K2Enum * | Accessor for getting the current selection as a K2 enum | ||
| FEdGraphSchemaAction_K2Event * | Accessor for getting the current selection as a K2 event | ||
| FEdGraphSchemaAction_K2Graph * | Accessor for getting the current selection as a K2 graph | ||
| FEdGraphSchemaAction_K2InputAction * | Accessor for getting the current selection as a K2 Input Action | ||
| FEdGraphSchemaAction_K2LocalVar * | Accessor for getting the current selection as a K2 local var | ||
| FEdGraphSchemaAction_K2Struct * | Accessor for getting the current selection as a K2 enum | ||
| FEdGraphSchemaAction_K2Var * | Accessor for getting the current selection as a K2 var | ||
| bool | Accessor for determining if the current selection is a category | ||
| void | SelectItemByName
(
const FName& ItemName, |
Selects an item by name in either the main graph action menu or the local one | |
| void | SetFocusedGraph
(
UEdGraph* InEdGraph |
||
| void | SetInspector
(
TSharedPtr< SKismetInspector > InInspector |
||
| bool | Gets whether we are showing user variables only or not |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | Called after a key is pressed when this widget has focus (this event bubbles if not handled) | ||
| void | SWidget interface |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |