Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPaths > API/Runtime/Core/Misc/FPaths/RemoveDuplicateSlashes
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 RemoveDuplicateSlashes
(
const FString & InPath
)
Remarks
Returns a copy of the given path on which duplicate slashes were removed (see the inplace version for more details).