Navigation
API > API/Editor > API/Editor/BlueprintGraph
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UBlueprintNodeSpawner
- UBlueprintFieldNodeSpawner
- UBlueprintDelegateNodeSpawner
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/BlueprintDelegateNodeSpawner.h |
| Include | #include "BlueprintDelegateNodeSpawner.h" |
Syntax
class UBlueprintDelegateNodeSpawner : public UBlueprintFieldNodeSpawner
Remarks
Takes care of spawning various nodes associated with delegates. Serves as the "action" portion for certain FBlueprintActionMenuItems. Evolved from FEdGraphSchemaAction_K2Delegate, FEdGraphSchemaAction_K2AssignDelegate, etc.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UBlueprintDelegateNodeSpawner
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UBlueprintDelegateNodeSpawner * | Create
(
TSubclassOf< UK2Node_BaseMCDelegate > NodeClass, |
Creates a new UBlueprintDelegateNodeSpawner for the specified property. | |
| FMulticastDelegateProperty const * | Accessor to the delegate property that this spawner wraps (the delegate that this will assign spawned nodes with). |