# Unreal Plugin

### Getting Started

To add the Nice1 Plugin into your Unreal project you just need to download or clone our latest version of the Nice1 Unreal plugin and put its content into the `Plugins` folder in your project's root diretory (were your .uproject file is located). You can manually create a `Plugins` folder if it does not exists already.

### Setup

To ensure the Nice1 plugin functions correctly, you need to provide the necessary license and blockchain network information.

1. Launch Unreal Editor: Open your project in Unreal Engine.
2. Navigate to Settings: Go to Edit -> Project Settings -> Nice1 Settings.
3. Enter Required Information: Fill out all the fields with

### Blueprint example

![alt tex](https://github.com/nice1-blockchain/nice1-plugin/blob/develop/UE-Plugin/Nice1Plugin/Documentation/BlueprintExample.jpg?raw=true)

{% hint style="warning" %}
**⏳ Documentation under revision.**
{% 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.nice1.dev/nice1-plugin/unreal-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.
