Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FVersePath
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool TryMake
(
FVersePath& OutPath, |
Containers/VersePath.h | ||
static bool TryMake
(
FVersePath& OutPath, |
Containers/VersePath.h |
TryMake(FVersePath &, const FString &, FText *)
| Name | TryMake |
| 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 TryMake
(
FVersePath & OutPath,
const FString & Path,
FText * OutErrorMessage
)
TryMake(FVersePath &, FString &&, FText *)
| Name | TryMake |
| 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 TryMake
(
FVersePath & OutPath,
FString && Path,
FText * OutErrorMessage
)