JoinPinPath

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

FString

 

JoinPinPath

(
    const TArray< FString >& InParts
)

Joins a PinPath from to segments, so for example ["Node", "Color", "R"] becomes "Node.Color.R".

Public function Static

FString

 

JoinPinPath

(
    const FString& Left,
    const FString& Right
)

Joins a PinPath from to segments, so for example "Node.Color" and "R" becomes "Node.Color.R".

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