UK2Node_Switch::RemovePinFromSwitchNode

Removes the specified execution pin from an switch node

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

  • UK2Node_Switch::RemovePinFromSwitchNode()

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Switch.h
Include #include "K2Node_Switch.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/K2Node_Switch.cpp
virtual void RemovePinFromSwitchNode
(
    [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * TargetPin
)

Remarks

Removes the specified execution pin from an switch node

Parameters

Name Description
TargetPin The pin to remove from the node

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library