#include <SettingsRegistry.h>
Public Member Functions | |
| VisitArgs (const AZ::SettingsRegistryInterface ®istry) | |
Public Attributes | |
| AZStd::string_view | m_jsonKeyPath |
| AZStd::string_view | m_fieldName |
| SettingsType | m_type |
| The type of the setting stored within the registry. | |
| const AZ::SettingsRegistryInterface & | m_registry |
| Reference to the Settings Registry instance performing the visit operations. | |
Stores the data about the settings field being visited The full key path to the settings field is supplied, along with the settings type
| AZStd::string_view AZ::SettingsRegistryInterface::VisitArgs::m_fieldName |
The specific field name being visited. The field name is parented to an object or array i.e "FieldName"
| AZStd::string_view AZ::SettingsRegistryInterface::VisitArgs::m_jsonKeyPath |
Full key path to the settings field being visited. Includes field name i.e "/O3DE/Settings/FieldName"