Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPathViews
Description
Split the path into a volume specifier and the rest of the path. This function handles drive specifiers without a root in a specific way, see the examples and
See FPathViewsVolumeSpecifierTest for further edgecases.
| Name | SplitVolumeSpecifier |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/PathViews.h |
| Include Path | #include "Misc/PathViews.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/PathViews.cpp |
static void SplitVolumeSpecifier
(
FStringView InPath,
FStringView & OutVolumeSpecifier,
FStringView & OutRemainder
)
See Also
- IsDriveSpecifierWithoutRoot