Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPaths
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Paths.h |
| Include | #include "Misc/Paths.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Paths.cpp |
static FString ConvertPath
(
const FString & Path,
EPathConversion Method,
const TCHAR * ExtraData,
const TCHAR * OverrideProjectDir
)
Remarks
Converts a path with the given method. Initially used for converting from normal paths to platform extensions (programs make it confusing, so haveing one source of truth is a good idea)