Gems/EditorPythonBindings

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
monroegm-disable-blank-issue-2
Esteban Papp 4 years ago
parent 30a976baa3
commit 53c026b43e

@ -425,6 +425,8 @@ namespace EditorPythonBindings
GetGemSourcePathsVisitor(AZ::SettingsRegistryInterface& settingsRegistry) GetGemSourcePathsVisitor(AZ::SettingsRegistryInterface& settingsRegistry)
: m_settingsRegistry(settingsRegistry) : m_settingsRegistry(settingsRegistry)
{} {}
using AZ::SettingsRegistryInterface::Visitor::Visit;
void Visit(AZStd::string_view path, AZStd::string_view, AZ::SettingsRegistryInterface::Type, void Visit(AZStd::string_view path, AZStd::string_view, AZ::SettingsRegistryInterface::Type,
AZStd::string_view value) override AZStd::string_view value) override
{ {

Loading…
Cancel
Save