ScriptCanvasContextIdentifiers.h 650 B

12345678910111213141516171819202122
  1. /*
  2. * Copyright (c) Contributors to the Open 3D Engine Project.
  3. * For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0 OR MIT
  6. *
  7. */
  8. #pragma once
  9. #include <AzCore/std/string/string_view.h>
  10. namespace ScriptCanvasIdentifiers
  11. {
  12. // Main Window
  13. inline constexpr AZStd::string_view ScriptCanvasActionContextIdentifier = "o3de.context.editor.scriptcanvas";
  14. // Main Window Widgets
  15. inline constexpr AZStd::string_view ScriptCanvasVariablesActionContextIdentifier = "o3de.context.editor.scriptcanvas.variables";
  16. } // namespace ScriptCanvasIdentifiers