Navigation
API > API/Editor > API/Editor/BlueprintGraph
Reference to a delegate
| Name | FEdGraphSchemaAction_K2Delegate |
| Type | struct |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
| Include Path | #include "EdGraphSchema_K2_Actions.h" |
Syntax
USTRUCT ()
struct FEdGraphSchemaAction_K2Delegate : public FEdGraphSchemaAction_BlueprintVariableBase
Inheritance Hierarchy
- FEdGraphSchemaAction → FEdGraphSchemaAction_BlueprintVariableBase → FEdGraphSchemaAction_K2Delegate
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EdGraphSchema_K2_Actions.h | |||
FEdGraphSchemaAction_K2Delegate
(
FText InNodeCategory, |
EdGraphSchema_K2_Actions.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| EdGraph | UEdGraph * | The associated editor graph for this schema | EdGraphSchema_K2_Actions.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UClass * GetDelegateClass() |
EdGraphSchema_K2_Actions.h | ||
FName GetDelegateName() |
EdGraphSchema_K2_Actions.h | ||
FMulticastDelegateProperty * GetDelegateProperty() |
EdGraphSchema_K2_Actions.h |
Overridden from FEdGraphSchemaAction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetTypeId() |
EdGraphSchema_K2_Actions.h | ||
virtual bool IsA
(
const FName& InType |
EdGraphSchema_K2_Actions.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FName StaticGetTypeId() |
Simple type info. | EdGraphSchema_K2_Actions.h |