struct SettingsObjectValue

Inherits: IReflectable

Contains an object and corresponding key in the settings list.

Public

Constructors

SettingsObjectValue

SettingsObjectValue() = default

SettingsObjectValue

SettingsObjectValue(const String &key, const SPtr<IReflectable> &value)

Methods

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const override

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

Fields

Key

String Key

Key used to look up the value.

Value

SPtr<IReflectable> Value

Stored value.