How Unreal Engine 4 Will Change The Next Games You Play

A couple of months ago a game developer who works on a very well-known video game walked out of a secret demonstration of Epic Games’ new Unreal Engine 4 and told me it was the most impressive thing he’d ever seen in his gaming career.

The Unreal Engine tech doesn’t just run games made by the people who make that engine (Gears of War.) It’s also licensed to heaps of major studios. Unreal Engine 3 is what BioWare used to make Mass Effect and what Rocksteady used to make Batman Arkham City. Many major games are made with Unreal, so if developers are excited about the next unreal, that’s big, right?

Several weeks later, I saw the same demo that developer saw. I saw the next-generation of video game graphics running on a PC that was powered simply by an NVIDIA GeForce GTX 680 graphics card, something you can buy now but that trounces the performance of the Xbox 360 and PlayStation 3.

I braced myself… but I was not blown away.

As impressive as the technology of the Unreal Engine 4 is, Epic Games’ first demonstration of this new tech is geared toward professional video game creators, not gamers. Show a regular gamer the debut UE4 demo side by side with last year’s Unreal Engine 3 Samaritan demo and they’ll probably say the latter looks better or at least just as good. And why not? The version of UE3 running Samaritan is what runs this E3’s extraordinary and presumably next-gen Star Wars 1313 game.

What’s so great about UE4, then? What can the tech shown in the debut UE4 demo do for games? Those were the questions I posed to Alan Willard, the technical artist at Epic who has given the UE4 demo to live crowds of developers and reporters more than 90 times.

These are his answers:

It Will Change The Lighting Of Our Games, Making Everything Look More Real…

The key detail here is the UE4 enables “real-time dynamic global illumination”, which, well, he’ll explain it…

“Think of shining a spotlight down on the floor,” Willard says. “Without [real-time dynamic global illumination] all you see is a circle on the floor where the spotlight hits. With it, you see the pillars on the side and a subtle illumination on the ceiling beyond. One of the tiles is green so there’s a little bit of green bounce to the wall behind it because of that. A major part of the global illumination is that we’re not only hitting things, but we’re inheriting them as we bounce and cast on to the surrounding environment.

“Maybe as a tech demo you could have done it on an Xbox 360 with nothing else going on, but now we have a full engine that has AI, navigation and all that stuff plus full, real-time dynamic global illumination. It’s going to be one of those things people just really haven’t seen before as part of a cohesive whole with all the other parts of the engine playing into that and feeding off of that everything can look potentially light years better with titles that are developed for that with that in mind.”

[imgclear] A more concrete example…

“Light is an important part of the environment for almost any game. Gears of War, for example, in the Trenches multiplayer map, there’s a whole sandstorm that comes in. If you add real-time global illumination, suddenly you’re not just obscuring the player’s view, you can change the entire lighting environment. You can change how everything looks. You can do that really easily. Think of knocking down a wall and having light spill and truly illuminate the room beyond and not have to be a fully-scripted thing. The wall got knocked down at a completely unexpected moment, and everything still works.”

And another…

[imgclear] “[Imagine] I’m doing a real-time strategy game and it’s mostly static environment with buildings, but I’ve got full time-of-day. And that just works cohesively, and I can see inside the buildings, and all of that. I think things like that are going to go a long way towards changing what people expect to see out of games.”

[imgclear]

Fire And Smoke Will Be Way Better, Too…

“Look at fire and smoke effects,” Willard says. “Smoke effects are a little easier to do with the previous generation of particles because they tend to be very large and voluminous. There’s a lot of known tricks to make it look like it’s rolling. But what isn’t easy to do is massive sprays of sparks and the kind of chaotic motion you see a bonfire has, with all its little sparks that come up. That’s the type of thing where the simulations that we’re doing with our particle system and the sheer number that we can create in a scene really go a long way toward selling [the scene] and making things feel like there’s fluid motion and a volume to it without having to just obscure the camera.

“Things like blizzards and wind blowing dust through the room; all of that stuff is much more convincing when you don’t have to smash the player over the head with it, when you can fill the space with subtle motions and different motions based on depth, because you just have so many particles available you can really get that volume of flow.

“It’s not just boom and there’s a million bright sparks. That looks good for a tech demo, but the places where I think it’ll really get used is to fill in an explosion with a ton of pieces of debris instead of a big boom with some sparks and some smoke. You really can scatter things and have a lot more depth and volume to sell things.”

And The People Who Make Games Will Have Less Of Their Time Wasted…

The new engine lets developers change settings in their games on the fly (see the tweaking of a character’s jumping height in the UE4 demo). There’s less need for game creators to wait around for the game code to re-compile. That gives them more time to tweak and create, Willard says.

“The ability for the developer to iterate quickly means that they’re spending more time developing a good game instead of waiting for a game to compile,” he says. “It’s an increase in productivity across the board more than anything.

“The gamer is not going to know that the developer has been able to change the jump height 10 times in five minutes, but they will get a game where it’s potentially much more tweaked because [the developers] were able to tweak quickly instead of, ‘I changed the jump height; let’s wait 10 minutes for a build to compile and then play.’ Instead, it’s ‘change, change, change, change, it’s good, move on to the next thing.’

[imgclear] “[In older engines], if you wanted to change the relationship between your weapon damage and how long it’ll take to kill a creature, you may spend a couple of days iterating, but if you have to spend a lot of time waiting for a build every time, you’re talking one change, waiting 15 minutes for the compile to complete, and then play the game, get to the point where you can test it, test it, exit the game, change, compile… now, since all of that can be done very quickly within the tools, it’s ‘Make the change, play, when it compiles, finish, shoot the guy and then escape, make the change, play… the iteration time is down to 30 seconds instead of 15 minutes. Our ability to kind of roll through and see how the game is playing out is much faster.”

In Fact, The People Making Games Can Do Each Other’s Jobs And Fill Games With Many More Small Surprises.

The “Kismet” tool in UE4 makes it easier for anyone who is using the engine to click on an element in game — say, a pillar or chair or bookcase — and add properties to it within seconds. Ideally, Willard says, this allows developers to create more “whimsical” game worlds that are more full of surprises tucked into every little thing.

[imgclear] “The fact that I can evaluate at any moment where the player [will be] and what he’s doing, and make decisions in my script based on that, completely in concert with what the AI is doing… that’s going to be huge,” Willard says.

“I could say: ‘I’m going to convert this pillar into a blueprint [in the Engine] and add some sort of trap to it.’ It means I can really go in and start enhancing my world with interaction that just would not have been possible without a technical artist, a designer and a programmer and now any one of those three can do all of it, provided they have the assets handy. The fact that I can just go in and say, ‘If you’re within X distance of this thing, start to glow and take my distance to it, normalise it zero to one and then just lerp [oscillate] between two different brightness values, so as I reach for something it gets hot’… that would have been something do-able but very difficult for anybody except a gameplay programmer. And he wouldn’t have known how to set up the assets, but now any one of the three could do it.”

You Just Won’t Be Able To Play Games Like This Soon, Probably Not Even Late Next Year When New Consoles Launch.

As likely as it is that we’re getting a new Xbox and PlayStation in late 2013, we probably won’t even be playing UE4 games then.

“We anticipate quite a few people shipping titles early in the lifespan of the next generation of consoles using UE3 and then using UE4 for their next project,” Willard says.

[imgclear] During the previous transition, relatively early games such as BioShock used Unreal Engine 2 modified with parts of 3. Willard doesn’t think that’ll happen this time. “The architectural changes from 3 to 4 are greater than those from 2 to 3. But I can certainly see quite a few developers deciding mid-development to shift their focus from current to next generation and it makes sense to just stay with [UE3], do higher resolution textures, increase their polygon budget, increase the number of characters on screen and things like that…”

So, really, don’t hold your breath for the first UE4 title.

“I’m sure everyone wants to know when they’ll want to see the first UE4 game, but we don’t have an answer for that. We don’t know when we’re going to ship anything we’re working on for it. We don’t know when our licensees will. And we don’t make any restrictions. If a licensee finishes their game first, that’s happened before.”

Comments


8 responses to “How Unreal Engine 4 Will Change The Next Games You Play”

Leave a Reply

Your email address will not be published. Required fields are marked *