UK2Node_EditablePinBase::UserDefinedPinExists

Check if a pin with this name exists in the user defined pin set

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node_EditablePinBase.h"

Source

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

Syntax

bool UserDefinedPinExists
(
    const FName PinName
) const

Remarks

Check if a pin with this name exists in the user defined pin set

Returns

True if a user defined pin with this name exists

Parameters

Parameter

Description

PinName

name of pin check existence of

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