Navigation
API > API/Editor > API/Editor/BlueprintEditorLibrary > API/Editor/BlueprintEditorLibrary/UBlueprintGraphPinLibrary
Description
Returns the literal value associated with the pin. Empty string for pins that have nothing set or are connected to some other pin:
| Name | GetPinValue |
| Type | function |
| Header File | /Engine/Source/Editor/BlueprintEditorLibrary/Public/BlueprintEditorLibrary/BlueprintGraphPin.h |
| Include Path | #include "BlueprintEditorLibrary/BlueprintGraphPin.h" |
| Source | /Engine/Source/Editor/BlueprintEditorLibrary/Private/BlueprintEditorLibrary/BlueprintGraphPin.cpp |
UFUNCTION (BlueprintCallable, Category="Blueprint Editor", Meta=(ScriptMethod))
static FString GetPinValue
(
const FBlueprintGraphPin & Pin
)