Work in progress

Godot documentation is being updated to reflect the latest changes in version 4.0. Some documentation pages may still state outdated information. This banner will tell you if you're reading one of such pages.

The contents of this page are up to date. If you can still find outdated information, please open an issue.

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

PackedStringArray

_get_file_extensions ( ) virtual const

bool

_is_active ( ) virtual const

bool

_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.


bool _query ( ) virtual const

Query support. Return false if import must not continue.