Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_FormatText
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 |
UEdGraphPin &42; FindArgumentPin
&40;
const FName InPinName
&41; const
Remarks
Finds an argument pin by name, checking strings in a strict, case sensitive fashion NULL if the pin was not found, otherwise the found pin.
Parameters
| Name | Description |
|---|---|
| InPinName | The pin name to check for |