HUD Module Display

You can display information about modules loaded onto a vehicle by using the HUD Module Display component.

Add this component anywhere on your vehicle to get started. If it's part of the HUD, make sure it has a HUD Component component on it as well, or is a child of one.

On the HUD Module Display component, you can set the Module Mount to get module information from, and add a UI text and image to display the module on the HUD.

If you want to display more information about a specific type of module, create your own script that extends the HUD Module Display base class, and add your own custom code.

Last updated