Navigation
API > API/Runtime > API/Runtime/CoreUObject
| Name | FUpdatedPersistentPairSave |
| Type | struct |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMPersistence.h |
| Include Path | #include "VerseVM/VVMPersistence.h" |
Syntax
struct FUpdatedPersistentPairSave
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Key | void * | Key of the updated value in the map. | VerseVM/VVMPersistence.h | |
| Path | FString | Verse path of the update persistent var_weak_map_ |
VerseVM/VVMPersistence.h | |
| RawValue | VValue | VerseVM/VVMPersistence.h | ||
| Value | TSharedPtr< FJsonValue > | Updated value in the map. | VerseVM/VVMPersistence.h |