(UE 5.4.1) I can't find Display Device Model part in the motion controller


As shown in the picture, I see the Display Device Model in Visualization in UE 5.3.2 but not in UE 5.4.1. Why?

I was just wondering the same thing!

Looks like they made it a separate component. Add an “XRDeviceVisualization” component as a child of the motion controller and set all relevant properties there.

Hope this helps!

Chiming in as a novice dev, there’s no easy way to use that new property with existing configurations.
The pins aren’t compatible either.

https://dev.epicgames.com/documentation/en-us/unreal-engine/python-api/class/MotionControllerComponent?application_version=5.2

  • display_device_model (bool): [Read-Write] deprecated: bDisplayDeviceModel is deprecated. Please use the XRDeviceVisualizationComponent for rendering instead.