SanitizeImportFilename

Overload list

Windows
MacOS
Linux
Name Description

Protected function Const

FString

 

SanitizeImportFilename

(
    const FString& InPath
)

Convert an absolute import path so that it's relative to either this object's package, BaseDir() or leave it absolute

Public function Static

FString

 

SanitizeImportFilename

(
    const FString& InPath,
    const UPackage* Outermost
)

Convert an absolute import path so that it's relative to either this object's package, BaseDir() or leave it absolute

Public function Static

FString

 

SanitizeImportFilename

(
    const FString& InPath,
    const FString& PackagePath
)

Convert an absolute import path so that it's relative to either this object's package, BaseDir() or leave it absolute

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