struct ManagedSerializableDelta::ModifiedArrayEntry

Inherits: IReflectable

Represents a single modified array or list entry.

Public

Constructors

ModifiedArrayEntry

ModifiedArrayEntry() = default

ModifiedArrayEntry

ModifiedArrayEntry(u32 idx, const SPtr<Modification> &modification)

Methods

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const override

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

Fields

Idx

u32 Idx

Index of the array/list entry that is modified.

Modification

Recorded modification(s) on the entry.