# Setting up the Plugin

{% hint style="warning" %}
Unreal Engine plugin is under intense development, so this page might change in the future. Please contact us at <support@lightact.com> if you encounter any difficulties.
{% endhint %}

To set up the plugin there are the following steps you need to do:

1. place and set up **LightAct Runtime** actor into the scene.
2. Create **LightActTimeStep** asset and set it as a **Custom Time Step** provider.
3. Create **LightActTimeCode** asset and set it as a **Timecode provider**.


---

# 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.lightact.com/real-time-content-playback/unreal-engine-integration-overview/required-unreal-engine-plugins/setting-up-the-plugin.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.
