Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FPathViews
Description
Return whether the given path is a relativepath - does not start with a separator or volume:. Returns true for empty paths.
| Name | IsRelativePath |
| 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 bool IsRelativePath
(
FStringView InPath
)