Skip to main content

5 docs tagged with "modules"

View all tags

Editor-only modules

Every custom editor tool you write — a Details panel customization, a custom asset factory, an Editor

Modules (C++20)

Modules are C++20's replacement for the textual #include model. Instead of the preprocessor

Modules and plugins

A module is the compilation unit; a plugin is the distribution unit. Confusing the two leads to two