Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UBlueprintPathsLibrary
Description
Converts a relative path name to a fully qualified name relative to the specified BasePath. BasePath will be the process BaseDir() if not BasePath is given
| Name | ConvertRelativePathToFull |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintPathsLibrary.h |
| Include Path | #include "Kismet/BlueprintPathsLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Kismet/BlueprintPathsLibrary.cpp |
UFUNCTION (BlueprintPure, Category="Utilities|Paths")
static FString ConvertRelativePathToFull
(
const FString & InPath,
const FString & InBasePath
)