UEdGraphPin::GetLinkInfoString

Generate a string detailing the link this pin has to another pin.

Choose your operating system:

Windows

macOS

Linux

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

Syntax

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.

InFunctionName String with function name requesting the info InInfoData String detailing the info (EG. Is Not linked to) InToPin The relevant pin