Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph
Inheritance Hierarchy
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
Include | #include "EdGraphSchema_K2_Actions.h" |
Syntax
struct FEdGraphSchemaAction_K2Delegate : public [FEdGraphSchemaAction_BlueprintVariableBase](API\Editor\BlueprintGraph\FEdGraphSchemaAction_BlueprintVa-)
Remarks
Reference to a delegate
Variables
Type | Name | Description |
---|---|---|
UEdGraph * | EdGraph | The associated editor graph for this schema |
Constructors
Type | Name | Description |
---|---|---|
FEdGraphSchemaAction_K2Delegate () | ||
FEdGraphSchemaAction_K2Delegate ( FText InNodeCategory, FText InMenuDesc, FText InToolTip, const int32 InGrouping, const int32 InSectionID ) |
Functions
Type | Name | Description |
---|---|---|
UClass * | GetDelegateClass () | |
FName | GetDelegateName () | |
FMulticastDe... | GetDelegateProperty () | |
FName | StaticGetTypeId () | Simple type info. |