Navigation
API > API/Runtime > API/Runtime/Core
| Name | FVersePath |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/VersePath.h |
| Include Path | #include "Containers/VersePath.h" |
Syntax
class FVersePath
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVersePath
(
FVersePath&& |
Containers/VersePath.h | ||
FVersePath () |
Containers/VersePath.h | ||
FVersePath
(
const FVersePath& |
Containers/VersePath.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FVersePath() |
Containers/VersePath.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| PathString | FString | Containers/VersePath.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FStringView AsStringView() |
Containers/VersePath.h | ||
| Containers/VersePath.h | |||
| Containers/VersePath.h | |||
int32 Compare
(
const FVersePath& Other |
Lexicographically tests how this Verse path compares to the Other given Verse path | Containers/VersePath.h | |
FString GetPathExceptVerseDomain() |
Containers/VersePath.h | ||
FString GetVerseDomain() |
Containers/VersePath.h | ||
FStringView GetVerseDomainAsStringView() |
Containers/VersePath.h | ||
bool IsBaseOf
(
const FVersePath& Other, |
Tests whether this Verse path is a base Verse path of Other | Containers/VersePath.h | |
bool IsValid() |
Containers/VersePath.h | ||
| Containers/VersePath.h | |||
| Containers/VersePath.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool IsValidDomain
(
const TCHAR* String, |
Containers/VersePath.h | ||
static bool IsValidDomain
(
const TCHAR* String, |
Containers/VersePath.h | ||
static bool IsValidFullPath
(
const TCHAR* String, |
Containers/VersePath.h | ||
static bool IsValidFullPath
(
const TCHAR* String, |
Containers/VersePath.h | ||
static bool IsValidIdent
(
const TCHAR* String, |
Containers/VersePath.h | ||
static bool IsValidIdent
(
const TCHAR* String, |
Containers/VersePath.h | ||
static bool IsValidSubpath
(
const TCHAR* String, |
Containers/VersePath.h | ||
static bool IsValidSubpath
(
const TCHAR* String, |
Containers/VersePath.h | ||
static bool TryMake
(
FVersePath& OutPath, |
Containers/VersePath.h | ||
static bool TryMake
(
FVersePath& OutPath, |
Containers/VersePath.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Containers/VersePath.h | ||
const TCHAR * operator*() |
Containers/VersePath.h | ||
FVersePath & operator=
(
FVersePath&& |
Containers/VersePath.h | ||
FVersePath & operator=
(
const FVersePath& |
Containers/VersePath.h |