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