Most voted "unreal-engine" questions
Unreal Engine is an integrated toolkit for designing and building games, simulations and visualizations.
Learn more…4 questions
Sort by count of
-
5
votes1
answer608
viewsHow snow and particulate texture is created in the Unreal engine 4
I am trying to create a map where it is full of snow, however, I could not find any tutorial in Portuguese, or even a tutorial in English, which is very explanatory. I intend to put snow particles…
unreal-engineasked 9 years, 1 month ago Victor Hugo 51 -
2
votes0
answers390
viewsUnreal Engine 4, Cry Engine or Unity for networking
I need to choose between these 3 Engines in order to develop my game in 3D. The main point is that I need to connect the client to a server written in Scala with Akka through TCP. I saw that they…
-
0
votes0
answers503
viewsProblem with 2D character Sprite display in Unreal Engine 4
I was following a tutorial from the site of Unreal Engine 4 and in a certain video has an explanation of how to give movement to some character (WASD, jump, run and etc). In another video shows how…
-
0
votes1
answer72
viewsClass definition
When I studied about defining a class it would be like this in the header: class Jogador { int id; std::string nome; int vida; void setNome(); std::string getNome(); } However I am seeing a little…