Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UEdGraphPin
Description
Generate a string detailing the link this pin has to another pin.
@Param InFunctionName String with function name requesting the info @Param InInfoData String detailing the info (EG. Is Not linked to) @Param InToPin The relevant pin
| Name | GetLinkInfoString |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h |
| Include Path | #include "EdGraph/EdGraphPin.h" |
| Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphPin.cpp |
const FString GetLinkInfoString
(
const FString & InFunctionName,
const FString & InInfoData,
const UEdGraphPin * InToPin
) const