Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_CustomEvent
Description
Updates the Signature of this event. Empties current pins and adds the new given parameters. Does nothing if DelegateSignature is nullptr
| Name | SetDelegateSignature |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CustomEvent.h |
| Include Path | #include "K2Node_CustomEvent.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_CustomEvent.cpp |
void SetDelegateSignature
(
const UFunction * DelegateSignature
)
Parameters
| Name | Remarks |
|---|---|
| DelegateSignature | The new signature for this function to have |