How to rename Group Actors in Unreal Engine

Renaming groups should be as easy as pressing F2 in the Unreal Engine outliner, but alas it doesn’t work. There’s seemingly no renaming feature, but I’ve worked out how to do it and wanted to share it, together with another Groups related trick you may not be familiar with. Renaming Groups First of all, select …

Read more

Changing the UV Tiling on a Material in Unreal Engine

Sometimes you have a tiled material on an object, and the UV tiling isn’t exposed. This means some manual intervention, which had me stumped in Unreal Engine, and here’s how I’ve solved it. On the material, each texture needs a Texture Coordinate node in the UV input for tiling to be changeable. If nothing is …

Read more

Displaying an Image Sequence on a Plane in Unreal Engine

Most 3D apps have a concept of 2D planes that can show pre-rendered images and videos. They’re often called billboards, splats or simply image planes, they usually involve transparency and they’re a great way to conserve some rendering power. The principle is used with LODs as well, where usually the lowest LOD is a flat …

Read more