# About

{% embed url="<https://www.youtube.com/watch?v=blAKd4bcVwc>" %}

The Osero Suite Module Creator is an Unreal Engine editor tool that offers a quick and easy solution for creating new C++ modules for a uproject or uplugin. It removes the hassle of manually copying and creating code files and replaces it with the simple click of a button! The tool Includes settings for module type and loading phase, and also has support for module templates and revision control, making the process of creating new C++ modules super easy and simple.

### Features

* Easily create new C++ modules for a uproject or uplugin!
* Select module type (eg, runtime, editor, etc)!
* Select loading phase (eg, default, post-engine init, etc)!
* Use module templates to create similar modules for multiple plugins or projects!
* Ability to create a new module as a new project plugin!
* Handles revision control for newly generated files!

{% hint style="info" %}
[View the Osero Suite: Module Creator on Fab!](https://www.fab.com/listings/1386de9b-6e3d-4aa1-a84b-3d10eda24c86)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.oserosuite.com/supported-assets/module-creator/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
