struct SerializedMapEntryDelta

Inherits: IReflectable

Holds a single array element entry in SerializedMapDelta.

Public

Constructors

SerializedMapEntryDelta

SerializedMapEntryDelta() = default

Methods

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const override

Returns an interface you can use to access class' Run Time Type Information.

Fields

Value

SPtr<ISerialized> Value

IsRemoved

bool IsRemoved

Will be set if the entry doesn't exist in the modified object.