UK2Node_CustomEvent::SetDelegateSignature

Updates the Signature of this event.

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_CustomEvent.h

Include

#include "K2Node_CustomEvent.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_CustomEvent.cpp

Syntax

void SetDelegateSignature
(
    const UFunction * DelegateSignature
)

Remarks

Updates the Signature of this event. Empties current pins and adds the new given parameters. Does nothing if DelegateSignature is nullptr

Parameters

Parameter

Description

DelegateSignature

The new signature for this function to have

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss