Navigation
API > API/Editor > API/Editor/Kismet
Inheritance Hierarchy
- FEdGraphSchemaAction
- FBlueprintActionMenuItem
References
| Module | Kismet |
| Header | /Engine/Source/Editor/Kismet/Public/BlueprintActionMenuItem.h |
| Include | #include "BlueprintActionMenuItem.h" |
Syntax
struct FBlueprintActionMenuItem : public FEdGraphSchemaAction
Remarks
Wrapper around a UBlueprintNodeSpawner, which takes care of specialized node spawning. This class should not be sub-classed, any special handling should be done inside a UBlueprintNodeSpawner subclass, which will be invoked from this class (separated to divide ui and node-spawning).
Constructors
| Type | Name | Description | |
|---|---|---|---|
FBlueprintActionMenuItem
(
UBlueprintNodeSpawner const* NodeSpawner |
Constructors | ||
FBlueprintActionMenuItem
(
UBlueprintNodeSpawner const* NodeSpawner, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendBindings
(
const FBlueprintActionContext& Context, |
||
| const FDocExcerptRef & | |||
| FSlateBrush const * | GetMenuIcon
(
FSlateColor& ColorOut |
Retrieves the icon brush for this menu entry (to be displayed alongside in the menu). | |
| UBlueprintNodeSpawner const * | GetRawAction () |
||
| FName |
Overridden from FEdGraphSchemaAction
| Type | Name | Description | |
|---|---|---|---|
| void | AddReferencedObjects
(
FReferenceCollector& Collector |
GC. | |
| FName | GetTypeId () |
||
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. | |
| UEdGraphNode * | PerformAction
(
UEdGraph* ParentGraph, |
Execute this action, given the graph and schema, and possibly a pin that we were dragged from. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FDocExcerptRef | Utility struct for pairing documentation page names with excerpt names |