Outdated documentation
This documentation page refers to Godot
4.3,
and may be outdated or incorrect.
Additionally, this engine version is
no longer supported.
Check this page in the stable branch for the latest additions and corrections.
EditorFileSystemImportFormatSupportQuery
Inherits: RefCounted < Object
Used to query and configure import format support.
Description
This class is used to query and configure a certain import format. It is used in conjunction with asset format import plugins.
Methods
_get_file_extensions() virtual const |
|
_is_active() virtual const |
|
_query() virtual const |
Method Descriptions
PackedStringArray _get_file_extensions() virtual const 🔗
Return the file extensions supported.
bool _is_active() virtual const 🔗
Return whether this importer is active.
Query support. Return false if import must not continue.