Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPaths
| Type | Name | Description | |
|---|---|---|---|
| void | RemoveDuplicateSlashes
(
FString& InPath |
Removes duplicate slashes in paths. | |
| FString | RemoveDuplicateSlashes
(
const FString& InPath |
Returns a copy of the given path on which duplicate slashes were removed (see the inplace version for more details). |