Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphPin
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphPin.h |
| Include | #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
Remarks
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