Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FPathViews
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/PathViews.h |
| Include | #include "Misc/PathViews.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/PathViews.cpp |
static void SplitVolumeSpecifier
(
FStringView InPath,
FStringView & OutVolumeSpecifier,
FStringView & OutRemainder
)
Remarks
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.
See Also
IsDriveSpecifierWithoutRoot