Engine Features Preview 6/11/2015

We’re excited to share a few of the new features now available on the Master branch on GitHub. To be able to try out these new features, you will need to download the source code for the Master branch and build the Engine yourself. For more information about how to build the Engine from source code, please see this page. The Master branch on GitHub is constantly being updated and is not quality tested so it may be potentially unstable. We do not recommend using the Master branch for project development. If you wish to wait, these features will be made available to all in an upcoming official release.
**
Engine News
**
**New Features
**
Parallax Occlusion Mapping

A new node has been added to the Material Editor! Use Parallax Occlusion Mapping to get accurate, detailed shadows out of your materials.

https://lh3.googleusercontent.com/ABCa7x6lZTEJLdFh-dFqOfrffLn6azgd57ekud_FyliE0ZknHHvuIBwgOjJKOYiyR05B8YaLA_Lo95KEg7N80BAKM-Ky7y6TyB4DB9QLQ0-srsFRFkbhXFD70YsdlUJ3PhEOT3o

To achieve this level of detail, Parallax Mapping traces a ray through a heightmap texture, returning the intersection offset. Occlusion Mapping is then performing a second trace from that offset location in the direction of the light. Pixel Depth Offset involves pushing pixels into the Z buffer which means they receive accurate shadows and intersect with other meshes using the heightmap rather than the geometry.

https://lh5.googleusercontent.com/3lZ-XsOsd3fkc22rWnrzqhSLWGLau4uyfyz5xlNBNSN4g76Y5FcVb-0BuFA-E-FAMKqcnadxvqVbtfDS6CPUOkiKO4AzrrfALWN_V5yIZpPyDD10thyxgoNBkmDZNZlPW-jp5lY

From Left to Right: Flat Surface, Parallax Mapping, +Occlusion Mapping

**Blueprints: Easily Change Variable Types **

You can now alter variable pin types right in the My Blueprint window. Simply left click to bring up the pin type selector, or right click to toggle the variable to an array.

https://lh5.googleusercontent.com/o6gUuMGF9eRONjNT5r1_zEwVmI86X4DyU5VpZqcSBt6sKNy3iimpRV5lO1_qATWcR8O-zp0WYfVBDEEpMjCuFAQKnTsjw3AMYhMF4YA4yQBxxqvefaZj3JRYyqKTgIxVsUrxWxQ

Advanced Content Browser Search

We’ve added the ability to expand the simple search from the content browser to allow for more advanced searches.

https://lh6.googleusercontent.com/ww_dxmF0BEMeXcdwoFwZYJ1kjX1n4EiRsZTlo0uTkGnELmcD7DoF1pbU7bbbXTatdHL-8F9KdjQNRF159jPwmHPmIqwdWWcr5YjIA3X6eTVgdwunBYPTMqjIdgnaHEYEmmmlaqo

wow that parallax + occlusion mapping is surreal!

Awesome! That parallaxing looks great!

POM looks incredible! Can’t wait to utilize it!

Do we have a time frame as to when we might be seeing the POM being implemented? :slight_smile: if not it’s cool, I’m just super excited for it as someone who came from using Cryengine.

Features being implemented into the master branch now should be available in the 4.9 release (potentially as either standard or “experimental”). 4.9 will be available in a few months.

Thanks! :slight_smile:

Keep in mind, if you are working on a project and decide you want a feature, you can always back port that particular feature, so you will know that the build in general is stable and can just test that one feature. Now, some features touch more parts of the code than others, but many studios already do this as they have decided to stick with a branch as they get closer to release, and so they don’t have to update their whole project every few months.

The Hits just keep on coming! Pretty dang cool. So this is what it’s like to stay on the cutting edge of technology. Gotta keep moving. Do you guys ever sleep?

Awesome. Any updates on dynamic physical materials?

Loving the POM!

Can’t wait to finally have a nice way to do POM!

[=Kheka;309996]
Awesome. Any updates on dynamic physical materials?
[/]

Oooh I haven’t heard of this. Changing mass on the fly would have made some simulations I was doing ages ago a heck of a lot easier. I was trying to simulate a tree with each branch being attached with a physics constraint but each branch had to be lighter than the previous one or it got all messed up, but without dynamic physics materials this was hard to achieve, I basically gave up

wow the search filter looks pretty awesome, does it have auto completion?

Amazing- the POM looks so good, can’t wait to try it out!

POM looks great, can’t wait to try it!

do you plan to integrate SPOM ?