Open 3D Engine AzCore API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AZ::SettingsRegistryOriginTracker::SettingsRegistryOrigin Struct Reference

Public Types

using ValueType = AZStd::optional< AZStd::string >
 Sutable for representing a setting as a JSON string or to be not engaged if the setting has been deleted.
 

Public Member Functions

bool operator== (const SettingsRegistryOrigin &origin) const
 

Public Attributes

AZ::IO::Path m_originFilePath
 Path to the file where the settings is sourced from or a special value in angle brackets to indicate a non-file source(<C++>, <command-line>, etc...)
 
AZStd::string m_settingsKey
 The value of the settings key associated with the origin.
 
ValueType m_settingsValue
 

Member Data Documentation

◆ m_settingsValue

ValueType AZ::SettingsRegistryOriginTracker::SettingsRegistryOrigin::m_settingsValue

The value of the setting as a JSON string at the time the origin entry was created If the value is a nullopt, then the setting was removed


The documentation for this struct was generated from the following file: