UK2Node_Copy::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)

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_Copy

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Copy.h
Include #include "K2Node_Copy.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/K2Node_Copy.cpp
virtual void PinTypeChanged
(
    [UEdGraphPin](API\Runtime\Engine\EdGraph\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)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library