Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FVersePath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsValidIdent
(
const TCHAR* String, |
Containers/VersePath.h | ||
static bool IsValidIdent
(
const TCHAR* String, |
Containers/VersePath.h |
IsValidIdent(const TCHAR , FText , const FText *)
| Name | IsValidIdent |
| 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 IsValidIdent
(
const TCHAR * String,
FText * OutErrorMessage,
const FText * IdentTermReplacement
)
IsValidIdent(const TCHAR , int32, FText , const FText *)
| Name | IsValidIdent |
| 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 IsValidIdent
(
const TCHAR * String,
int32 Len,
FText * OutErrorMessage,
const FText * IdentTermReplacement
)