Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/IVersePersistence
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddPersistentPair
(
const FString& Path, |
Add key and value to a persistent var_weak_map_ with Verse path `Path_ |
VerseVM/VVMPersistence.h | |
void AddPersistentPair
(
const FString& Path, |
Add key and value to a persistent var_weak_map_ with Verse path `Path_ |
VerseVM/VVMPersistence.h |
AddPersistentPair(const FString &, const void *, const TSharedRef< const FJsonValue > &)
Description
Add key and value to a persistent var_weak_map_ with Verse path `Path_
| Name | AddPersistentPair |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMPersistence.h |
| Include Path | #include "VerseVM/VVMPersistence.h" |
void AddPersistentPair
(
const FString & Path,
const void * Key,
const TSharedRef < const FJsonValue > & Value
)
AddPersistentPair(const FString &, const void *, VValue)
Description
Add key and value to a persistent var_weak_map_ with Verse path `Path_
| Name | AddPersistentPair |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMPersistence.h |
| Include Path | #include "VerseVM/VVMPersistence.h" |
void AddPersistentPair
(
const FString & Path,
const void * Key,
VValue Value
)