Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleUnreal Engine 5+

Start a new project, with Quality Preset set to Maximum, and Raytracing enabled.

image-20240523-101921.png

Once loaded into your project, in the Content Browser select Import:

Navigate to your alembic file and select it in file explorer.

Use these import settings:

image-20240523-103248.pngImage Removedimage-20240523-110657.pngImage Added

Once imported, from the Content Drawer drag your object into the viewport to place it. N.B. the scaling of units may be off, in the screenshot I’ve scaled up my mesh by 500.

image-20240523-103532.png

Then select all of the exr files in the results from Marso and add them to your Content Drawer:

image-20240523-103930.png

Double click on the normals and it will open the file inside Unreal Engine:

image-20240523-104011.png

Then set these settings:

image-20240523-104612.png

Now from the Content Drawer create a new material:

image-20240523-104708.png

Double click to open the material editor. Then setup your nodegraph using the texture files from the Content Drawer to look like this:

image-20240523-104911.png

After saving the material return to the viewport, then drag and drop the material from the Content Drawer onto the mesh:

image-20240523-105025.png

image-20240523-105222.pngImage Removedimage-20240523-110329.pngImage Added

Your asset is now ready for your use in Unreal Engine.

...