UK2Node_CreateDelegate::PinTypeChanged

Called when one of the pins of this node has had its' pin type changed from an external source (like the [SPinTypeSelector](API\Editor\KismetWidgets\SPinTypeSelector) in the case of kismet)

Windows
MacOS
Linux

Override Hierarchy

UEdGraphNode::PinTypeChanged()

UK2Node_CreateDelegate::PinTypeChanged()

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node_CreateDelegate.h"

Source

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

Syntax

virtual void PinTypeChanged
(
    UEdGraphPin * Pin
)

Remarks

Called when one of the pins of this node has had its' pin type changed from an external source (like the SPinTypeSelector in the case of kismet)

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