Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FVersePath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsValidSubpath
(
const TCHAR* String, |
Containers/VersePath.h | ||
static bool IsValidSubpath
(
const TCHAR* String, |
Containers/VersePath.h |
IsValidSubpath(const TCHAR , FText )
| Name | IsValidSubpath |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/VersePath.h |
| Include Path | #include "Containers/VersePath.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/VersePath.cpp |
static bool IsValidSubpath
(
const TCHAR * String,
FText * OutErrorMessage
)
IsValidSubpath(const TCHAR , int32, FText )
| Name | IsValidSubpath |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/VersePath.h |
| Include Path | #include "Containers/VersePath.h" |
| Source | /Engine/Source/Runtime/Core/Private/Containers/VersePath.cpp |
static bool IsValidSubpath
(
const TCHAR * String,
int32 Len,
FText * OutErrorMessage
)