Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UEdGraphNode
- UK2Node
- UK2Node_BaseMCDelegate
- UK2Node_AddDelegate
- UK2Node_AssignDelegate
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_AssignDelegate.h |
| Include | #include "K2Node_AssignDelegate.h" |
Syntax
UCLASS (MinimalAPI)
class UK2Node_AssignDelegate : public UK2Node_AddDelegate
Remarks
Modeled after FEdGraphSchemaAction_K2AssignDelegate for the newer Blueprint menu system. Acts simply as a UK2Node_AddDelegate with an attached custom- event node (spawned in PostPlacedNewNode).
Constructors
| Type | Name | Description | |
|---|---|---|---|
UK2Node_AssignDelegate
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |
Overridden from UK2Node_AddDelegate
| Type | Name | Description | |
|---|---|---|---|
| FText | GetNodeTitle
(
ENodeTitleType::Type TitleType |
Overridden from UK2Node_BaseMCDelegate
| Type | Name | Description | |
|---|---|---|---|
| bool | IsCompatibleWithGraph
(
const UEdGraph* TargetGraph |
Overridden from UK2Node
| Type | Name | Description | |
|---|---|---|---|
| FText | Override to provide a default category for specific node types to be listed under. |