Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/VersePath.h |
| Include | #include "Containers/VersePath.h" |
Syntax
class FVersePath
Constructors
| Type | Name | Description | |
|---|---|---|---|
FVersePath () |
|||
FVersePath
(
FVersePath&& |
|||
FVersePath
(
const FVersePath& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FVersePath () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FStringView | AsStringView () |
||
| bool | IsValid () |
||
| bool | IsValidDomain
(
const TCHAR* String, |
||
| bool | IsValidDomain
(
const TCHAR* String, |
||
| bool | IsValidFullPath
(
const TCHAR* String, |
||
| bool | IsValidFullPath
(
const TCHAR* String, |
||
| bool | IsValidIdent
(
const TCHAR* String, |
||
| bool | IsValidIdent
(
const TCHAR* String, |
||
| bool | IsValidSubpath
(
const TCHAR* String, |
||
| bool | IsValidSubpath
(
const TCHAR* String, |
||
| FString | ToString () |
||
| FString | ToString () |
||
| bool | TryMake
(
FVersePath& OutPath, |
||
| bool | TryMake
(
FVersePath& OutPath, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| const TCHAR * | operator* () |
||
| FVersePath & | operator=
(
FVersePath&& |
||
| FVersePath & | operator=
(
const FVersePath& |