Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPaths
Description
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)
| Name | ConvertPath |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Paths.h |
| Include Path | #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
)