UK2Node_Switch::RemovePinFromSwitchNode

Removes the specified execution pin from an switch node

Windows
MacOS
Linux

Override Hierarchy

UK2Node_Switch::RemovePinFromSwitchNode()

UK2Node_SwitchEnum::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

Syntax

virtual void RemovePinFromSwitchNode
(
    UEdGraphPin * TargetPin
)

Remarks

Removes the specified execution pin from an switch node

Parameters

Parameter

Description

TargetPin

The pin to remove from the node

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