diff --git a/modules/openxr/editor/openxr_editor_plugin.h b/modules/openxr/editor/openxr_editor_plugin.h index d11e4c045ca..b034b94afab 100644 --- a/modules/openxr/editor/openxr_editor_plugin.h +++ b/modules/openxr/editor/openxr_editor_plugin.h @@ -41,6 +41,7 @@ class OpenXRExportPlugin : public EditorExportPlugin { GDCLASS(OpenXRExportPlugin, EditorExportPlugin) public: + virtual String get_name() const override { return "OpenXRExportPlugin"; } virtual bool supports_platform(const Ref &p_export_platform) const override; virtual PackedStringArray get_android_dependencies(const Ref &p_export_platform, bool p_debug) const override;