Navigation
API > API/Runtime > API/Runtime/CoreUObject
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool Verse::Names::IsFullPath
(
FUtf8StringView Name |
Verse path helper methods. | VerseVM/VVMNames.h | |
bool Verse::Names::IsFullPath
(
FStringView Name |
VerseVM/VVMNames.h |
Verse::Names::IsFullPath(FUtf8StringView)
Description
Test to see if the given path is a full Verse path (begins with open parenthesis)
| Name | Verse::Names::IsFullPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMNames.h |
| Include Path | #include "VerseVM/VVMNames.h" |
namespace Verse
{
namespace Names
{
bool Verse::Names::IsFullPath
(
FUtf8StringView Name
)
}
}
Verse::Names::IsFullPath(FStringView)
| Name | Verse::Names::IsFullPath |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMNames.h |
| Include Path | #include "VerseVM/VVMNames.h" |
namespace Verse
{
namespace Names
{
bool Verse::Names::IsFullPath
(
FStringView Name
)
}
}