Hi, Everybody.
I’m sorry for my no knowledge from UE4, but I need to make something very easy, How could I to set my screen resolution to when I press play button? I need a custom resolution. 1366 x 720px.
Thanks for now.
Hi, Everybody.
I’m sorry for my no knowledge from UE4, but I need to make something very easy, How could I to set my screen resolution to when I press play button? I need a custom resolution. 1366 x 720px.
Thanks for now.
In your level blueprint after the “Event Begin Play” type: “Execute Console Command” and in that node type: r.SetRes 1366x720f
Thanks, but I set the blueprint and play the game, ok, but when I play again, it’s not working. why ?
Maybe you set something that conflicts with that. Try to run the game only with the SerRes Node and see if it happens again, or show me a picture of your code and maybe i can figure out why this is happening.
Hi LoN. That is my printscreen.
Thank you again
Do you play the game as a “Stand Alone”? Only then you will see this command in action.
Hi LoN. Thank you for it.
could I ask a new question? Please, look. What is that component? - Blueprint - Epic Developer Community Forums
So it worked by playing as a standalone?
If it did, then mark the question as answered so other people will find it useful.