Linter v2

Gamemakin LLC - 代码插件 - 2020/03/03

Scan your content for potential issues and inconsistent style conformity. Comes with rule sets for Unreal Engine's Marketplace Guidelines and Gamemakin LLC's (http://ue4.style) Guidelines, but you can also create your own.

  • 支持的平台
  • 支持的引擎版本
    4.24 - 4.26
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

Linter is an editor plugin that allows you to scan your content with rule sets in order to determine compliance to a style guide. Linter comes pre-bundled with rule sets for the Unreal Engine Marketplace Guidelines as well as the Gamemakin LLC Style Guide.


For support/discussion about Linter, please use the Gamemakin LLC Discord. For reporting inconsistencies between Linter the bundled style guides, or contributing to/forking our style guide, see our Github repo at http://ue4.style


Overview Video

Documentation


Linter can be set up to tell you if an asset is not named correctly, if blueprint variables are badly named, and more. You can also build your own lint rules in either Blueprint or C++, however C++ is currently recommended.


Simply right click in your content browser on any folder and you can then run the Linter.


Some additional features:

  • To Batch Rename, select multiple assets in the content browser, right click, and choose Batch Rename.
  • To edit blueprint property tooltips, select one or multiple blueprints in the content browser, right click, and choose Tooltip Editor.

技术细节

This is an editor only C++ plugin. Its purpose is to scan your project and warn you of style guide violations, a process commonly known as linting.


To learn more about what this is and why this exists, check out the Gamemakin LLC Style Guide which this plugin is founded around.


More technical documentation regarding Linter and the Style Guide can be found at our ReadTheDocs page.


Intended Platform: Windows, Mac, Linux