struct
SerializedMapEntryDelta
Inherits:
IReflectable
Holds a single array element entry in SerializedMapDelta.
Public
Constructors
SerializedMapEntryDelta
SerializedMapEntryDelta() = default
Methods
staticGetRttiStatic
static RTTIType *GetRttiStatic()
Fields
Value
SPtr<ISerialized> Value
IsRemoved
bool IsRemoved
Will be set if the entry doesn't exist in the modified object.