Example Project | Main repository https://github.com/stomt/stomt-unreal-plugin
This SDK allows the easy integration of the feedback solution www.stomt.com in your Unreal apps and games.
Example Games that use our integrations:
This repository contains a complete Unreal-Project with the STOMT plugin already integrated. Use it as example and integrate the plugin into your game by following the steps below.
If you use an older Unreal Engine version please check out the UE/[version]
branch.
-
Clone or download this repository to a folder.
-
Open the project file with Unreal Engine
-
Create a page for your game on www.stomt.com.
-
Create an App Id for Unreal.
-
Enter the variables into the
StomtWidgetBP
Blueprint:
- the
App Id
you obtained in the second step - the
Target Id
of your STOMT project (stomt.com/{Target Id}) - the production
Rest URL
:https://rest.stomt.com
Enter the configuration directly into the StomtWidgetBP
blueprint
Alternatively access the variables
You can disable the screenshot and log-upload functionality
The widget can be opened and closed whenever you want by using our trigger functions.
That allows you to:
- Put a button into the main menu (Example)
- Put a button into the HUD (Example)
- Only show the button to certain players (e.g. power users)
- Trigger the form after certain events
The STOMT Widget supports a variety of callback events.
Labels will help you track down user issues. Append labels, as for example your game-version or the player position/level. You can either hardcode them in the Unity Inspector or use a script to add them in a flexible way based on the information you have.
Easily add an array of labels
- UE 4.18.2 Error/Info message text disappears when it's displayed for the second time.
- UE 4.16.3 None
Don't hesitate to contact us if you have any issues or need help.
We use SemVer for versioning. For the versions available, see the tags on this repository.
We would love to see you contributing to this project. Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Visit the project on STOMT to support with your ideas, wishes and feedback.
Daniel Schukies | Follow Daniel Schukies on STOMT
See also the list of contributors who participated in this project.
Regularly communicate your page on social channels and checkout our Website-Widget for your websites to collect feedback from anywhere.