Resolution

Hi. I need a help. I trying to create setting for my game and i want to do resolution setting with slider but i dont know how. Can anybody help me?

First you need to read all avaiable resolutions for your device. For this i think you need C++.
Then you need to set game resolution with Execute console command node
This is described there: https://answers.unrealengine.com/questions/26895/how-can-i-change-games-resolution-in-blueprints.html

PS. Rama Plugin can give you list of resolutions, google for it.