Navigation
API > API/Runtime > API/Runtime/CoreUObject
Represents an update to a persistent var_weak_map_. A range of FUpdatedPair_s is broadcast by Updated_.
| |
|
| Name |
FUpdatedPersistentPairVM |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/CoreUObject/Public/VerseVM/VVMPersistence.h |
| Include Path |
#include "VerseVM/VVMPersistence.h" |
Syntax
struct FUpdatedPersistentPairVM
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FUpdatedPersistentPairVM
(
FString Path,
FString RelativePath,
VValue Key,
VValue Value
)
|
|
VerseVM/VVMPersistence.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Key |
VValue |
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 |
|
| RelativePath |
FString |
Package-relative verse path of the update persistent var_weak_map_ |
VerseVM/VVMPersistence.h |
|
| Value |
VValue |
Updated value in the map. |
VerseVM/VVMPersistence.h |
|
Functions
Public