Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGBlueprintElement
Description
Returns true if there is an input pin with the matching label. If found, will copy the pin properties in OutFoundPin
| Name | GetInputPinByLabel |
| Type | function |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGExecuteBlueprint.h |
| Include Path | #include "Elements/PCGExecuteBlueprint.h" |
| Source | /Engine/Plugins/PCG/Source/PCG/Private/Elements/PCGExecuteBlueprint.cpp |
UFUNCTION (BlueprintCallable, Category="PCG|Input & Output", Meta=(HideSelfPin="true"))
bool GetInputPinByLabel
(
FName InPinLabel,
FPCGPinProperties & OutFoundPin
) const