UEdGraphPin::GetLinkInfoString

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

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss