> For the complete documentation index, see [llms.txt](https://werewolf-and-witch.gitbook.io/whitepaper-english/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://werewolf-and-witch.gitbook.io/whitepaper-english/technologies/metahuman.md).

# Metahuman

Werewolf and Witch utilizes Metahuman technology to promote the service and create various cinematic content.

{% embed url="<https://www.youtube.com/watch?v=BLkwXzkykus&t=2s>" %}

MetaHuman in Unreal Engine 5.2 is a technology for rapidly and innovatively creating human characters. MetaHuman is a powerful tool that allows designers and artists to create digital human characters with astonishingly realistic appearance and movement. MetaHuman provides a variety of pre-made human character presets to help designers and artists quickly create the characters they want. These presets include various characteristics such as different races, ages, genders, hairstyles, and clothing, allowing for the creation of diverse human characters. MetaHuman utilizes advanced 3D scanning technology to create realistic facial shapes and textures. It also implements an advanced animation system to achieve realistic movements. MetaHuman supports a wide range of actions such as walking, running, dancing, etc., enabling the implementation of lifelike character movements. Furthermore, MetaHuman is customizable and integrates with various features of Unreal Engine. For example, MetaHuman characters can be easily integrated into game or simulation projects in Unreal Engine, and various game logic and interactions can be added. MetaHuman is expected to be utilized in various fields such as game development, virtual reality, film, animation, etc., as a tool for designers and artists to quickly and effectively create astonishingly realistic human characters.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://werewolf-and-witch.gitbook.io/whitepaper-english/technologies/metahuman.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
