Houdini 19.5 Unreal

Coordinate Systems

On this page

Houdini and Unreal use two different coordinate systems.

Houdini (left) and Unreal (right) coordinate systems

Axis conversion

Houdini Engine for Unreal plugins converts all the transforms and geometries (positons, normals, etc.) from Houdini to Unreal’s coordinate system.

For example, an asset located at (0, 10, 05) in Houdini and (0, 05, 10) in Unreal retain the same location.

Vector3 Parameters

Vector3 paramters such as Integer or Float are identified and displayed using Unreal’s XYZ coordinates. However, other parameters do not.

This means a Y-position parameter in Houdini controls the Z-position in Unreal’s coordinates system.

To prevent Vector3 parameter from switching its Y and Z in Unreal, you need to set the parameter tags.

  • Set the Tag Name to hengine_noswap and the Tag Value to 1.

See Parameter tags for more information.

This results in Houdini and Unreal having the same XYZ and orientation values but different visual location and orientation.

Example: (left) default import settings from Houdini Engine. (right) add the Vector3 parameter to prevent the axis from switching.

Unreal

Getting started

Basics

Using Houdini Engine

Reference