# Unreal Engine

### POKKT SDK v7.6.0 Integration Steps for Unreal Engine v4.15+

Download Latest Version Here

Last Update: 22nd November, 2019

***

1. Ensure that the project is a C++ project. A pure blueprint project is not supported at this moment.
2. Put the “PokktAds” folder inside “Plugins” folder (create one if not there already) of your project directory.

   Error creating thumbnail: File missing
3. Restart the Editor to force-build the plugin and to open your project. Once successfully built, PokktAds Plugin should have been added to your project.

   Error creating thumbnail: File missing
4. Open a desired Actor in blueprint editor and add “Pokkt Ads” component to it. You should be able to notice all the SDK events. You can then subscribe to these events.

   Error creating thumbnail: File missing
5. You can enable on Pokkt SDK debug mode with “Should Debug” function, make sure to set it to false before final release.
6. Now, first and foremost, ensure that you have set Pokkt configuration using “Set Pokkt Config” function. Any other calls to SDK’s APIs will fail if this is not set.

   Error creating thumbnail: File missing
7. Set *GDPR consent* in Pokkt SDK. This must be called before calling any ad related API. Developers/Publishers must get the consent from user. For more information on GDPR please refer <https://www.eugdpr.org/> and <https://www.eugdpr.org/gdprfaqs>. html. This API can again be used by publishers to revoke the consent. If this API is not called or invalid data provided, then SDK will access the user’s personal data for ad targeting.\
   GDPR Step 1:

   Error creating thumbnail: File missing

   GDPR Step 2:

   Error creating thumbnail: File missing
8. You are now ready to cache/show Pokkt Ads. Simply make call to required API functions.

   Error creating thumbnail: File missing

   Error creating thumbnail: File missing


---

# 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://wiki.pokkt.com/pokkt-sdk-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.
