FBlueprintActionMenuItem

Wrapper around a [UBlueprintNodeSpawner](API\Editor\BlueprintGraph\UBlueprintNodeSpawner), which takes care of specialized node spawning.

Unreal Engine C++ API Reference > Editor > Kismet

Inheritance Hierarchy

References

   
Module Kismet
Header /Engine/Source/Editor/Kismet/Public/BlueprintActionMenuItem.h
Include #include "BlueprintActionMenuItem.h"

Syntax

struct FBlueprintActionMenuItem : public [FEdGraphSchemaAction](API\Runtime\Engine\EdGraph\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* N... ) Constructors
  FBlueprintActionMenuItem ( UBlueprintNodeSpawner const* N..., FBlueprintActionUiSpec const& UiDe..., IBlueprintNodeBinder::FBindingSet c..., FText InNodeCategory, int32 InGrouping )  

Functions

Type Name Description
void AppendBindings ( const FBlueprintActionContext& Con..., IBlueprintNodeBinder::FBindingSet c... )  
const FDocEx... GetDocumentationExcerpt ()  
FSlateBrush ... GetMenuIcon ( FSlateColor& ColorOut ) Retrieves the icon brush for this menu entry (to be displayed alongside in the menu).
UBlueprintNo... GetRawAction ()  
FName StaticGetTypeId ()  

Overridden from FEdGraphSchemaAction

Type Name Description
void AddReferencedObjects ( FReferenceCollector& Collector ) GC.
FName GetTypeId ()  
UEdGraphNode... PerformAction ( UEdGraph* ParentGraph, UEdGraphPin* FromPin, FVector2D const Location, bool bSelectNewNode ) Execute this action, given the graph and schema, and possibly a pin that we were dragged from.
UEdGraphNode... PerformAction ( UEdGraph* ParentGraph, TArray< UEdGraphPin* >& FromP..., FVector2D const Location, bool bSelectNewNode ) Execute this action, given the graph and schema, and possibly a pin that we were dragged from.

Classes

Type Name Description
Public struct FDocExcerptRef Utility struct for pairing documentation page names with excerpt names

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library