Page MenuHomeAnticto
Contents

Mutable for Unreal Engine | Baking Instances
Updated 774 Days AgoPublic

Why

The main goal of Mutable is to build dynamic objects at game runtime. However, it is also useful to be able to build these objects in the editor, and convert them to standard Unreal Engine assets (SkeletalMeshes, Materials and Textures). Possible uses for this are:

  • Production of marketing materials in other tools. From Unreal you can export these assets and import them in other content creation tools for the creation of cinematic videos, offline renders, etc.
  • Debugging your object. You can examine a baked instance in standard Unreal Editor tools to better understand the effect of Mutable and try to pinpoint inefficiencies in your object.
  • Mutable as a production tool. Some projects use Mutable purely offline at game content creation time, generating final characters for their games.

How

Instances can be baked from the Bake Instance button in any Mutable Preview panel. These currently include the CustomizableObject Editor and the CustomizableInstance Editor.

imatge.png (656×861 px, 373 KB)

A window will popup to select the target content folder for the generated resources, and a prefix for the asset names:

imatge.png (483×458 px, 50 KB)

There is an additional checkbox Export all used resources in this window. If checked, all the materials and textures used by the object will be baked in the target folder. Otherwise, only the assets that Mutable modifies will be baked, and the original references to non-Mutable assets will be used instead (i.e. textures used by object materials, but have no nodes connected to them). In other words, checking this box will generate a fully self-contained object that doesn't use any shared resources from your project.

The result is a set of Unreal assets in the target folder, including all levels of detail.

imatge.png (651×687 px, 184 KB)

Last Author
marc
Last Edited
Aug 12 2021, 11:58 AM

Event Timeline

jordi changed the visibility from "All Users" to "Public (No Login Required)".Jun 10 2020, 11:25 AM