UK2Node_FormatText::FindArgumentPin

Finds an argument pin by name, checking strings in a strict, case sensitive fashion

Windows
MacOS
Linux

References

Module

BlueprintGraph

Header

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

Include

#include "K2Node_FormatText.h"

Source

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

Syntax

UEdGraphPin * FindArgumentPin
(
    const FName InPinName
) const

Remarks

Finds an argument pin by name, checking strings in a strict, case sensitive fashion

Returns

NULL if the pin was not found, otherwise the found pin.

Parameters

Parameter

Description

InPinName

The pin name to check for

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