Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPaths
Description
Helper function to reduce duplication between NormalizeFilename and other functions that need to normalize while also doing other transformations. Does not do all steps of NormalizeFilename, see the comments in the function for details of which steps it handles.
| Name | PlatformIndependentNormalizePath |
| 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 void PlatformIndependentNormalizePath
(
FString & Path,
bool bRemoveDuplicateSlashes,
int32 & OutFirstColonIndex,
int32 & OutFirstSlashIndex
)