struct SerializedTupleEntryDelta

Inherits: IReflectable

Holds a single tuple element entry in SerializedTupleDelta.

Public

Constructors

SerializedTupleEntryDelta

SerializedTupleEntryDelta() = 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

Index

u32 Index

Index of the tuple element.

Value

SPtr<ISerialized> Value

Delta of the tuple element.