# Unreal Engine

#### [GitHub Repository](#github-repository)

## Installation

1. Make sure that you also have [Visual Studio set up for game development with C++](https://docs.unrealengine.com/4.26/en-US/ProductionPipelines/DevelopmentSetup/VisualStudioSetup/) and that you are running a [C++ Project](https://allarsblog.com/2015/11/05/converting-bp-project-to-cpp/)
2. Locate the directory of your project. For example `C:\Users\User\Unreal Engine\MyProject`
3. Create a `Plugins` folder if it does not exist already

<figure><img src="/files/lRSMCOG6llTLVuih7H5C" alt=""><figcaption></figcaption></figure>

4. Download the repository

<figure><img src="/files/zbMdVIxMHC81uozAgWcW" alt=""><figcaption></figcaption></figure>

5. Unzip the file and place the source code into the Plugins directory. For example `C:\Users\User\Unreal Engine\MyProject\Plugins`

<figure><img src="/files/yBk1MnheLR84gzlFKia9" alt=""><figcaption></figcaption></figure>

6. Reopen the project and Unreal Engine should prompt you to rebuild the project with the new plugin

## Usage

1. Navigate to your editor view and navigate to the Kaedim plugin

<figure><img src="/files/vW4cVrAHFWzN4pnVwOCy" alt=""><figcaption></figcaption></figure>

2. Click Kaedim to open the plugin

<figure><img src="/files/EoEIvEdxcw7KqIMYkvpo" alt=""><figcaption></figcaption></figure>

3. Enter your Dev ID and API Key found on your [Kaedim account](https://www.app.kaedim3d.com/settings?tab=api) and register your keys
4. Click "Download Assets" to retrieve your assets. They will be stored under `Content/Kaedim`
5. You will then be prompted by Unreal Engine to import your assets once they’ve been downloaded. From here, you can make additional configurations changes

<figure><img src="/files/B6nnODX3E7aQVbXwYoAt" alt=""><figcaption></figcaption></figure>

6. We recommend using an X rotation of 90 degrees and an increased scale to handle the orientation due to the difference in software

<figure><img src="/files/eirkHVkeizpTRmQzhiQ6" alt=""><figcaption></figcaption></figure>

7. Navigate to your Content Browser and to the `Content/Kaedim` folder. You will find all of your assets stored there

<figure><img src="/files/6lzwijU00SEOc1aYm7qn" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/yYU7xHfbrkdZrOw4DWLw" alt=""><figcaption></figcaption></figure>


---

# 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.kaedim3d.com/enterprise-features/custom-integrations/plugins/unreal-engine.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.
