ConvertRelativePathToFull

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

FString

 

ConvertRelativePathToFull

(
    const FString& InPath
)

Converts a relative path name to a fully qualified name relative to the process BaseDir().

Public function Static

FString

 

ConvertRelativePathToFull

(
    FString&& InPath
)

Converts a relative path name to a fully qualified name relative to the process BaseDir().

Public function Static

FString

 

ConvertRelativePathToFull

(
    const FString& BasePath,
    const FString& InPath
)

Converts a relative path name to a fully qualified name relative to the specified BasePath.

Public function Static

FString

 

ConvertRelativePathToFull

(
    const FString& BasePath,
    FString&& InPath
)

Converts a relative path name to a fully qualified name relative to the specified BasePath.

Public function Static

FString

 

ConvertRelativePathToFull

(
    FString&& BasePath,
    const FString& InPath
)

Converts a relative path name to a fully qualified name relative to the specified BasePath.

Public function Static

FString

 

ConvertRelativePathToFull

(
    FString&& BasePath,
    FString&& InPath
)

Converts a relative path name to a fully qualified name relative to the specified BasePath.

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