For the complete documentation index, see llms.txt. This page is also available as Markdown.

Latency Inspector

There are some built in Morpheus tools to monitor latency, using the MorpheusLatencyInspector class. The easiest way to use the tool is to add a BPM_LatencyInspectorSingleton to the AdditionalSingletons section of the World Settings:

This will spawn a Morpheus Actor in your world that can be used to monitor network latency.

To use the tool, open the console and enter the command Morpheus.Inspector.Latency. By default this will spawn a BPM_LatencyInspector actor that will add a UI element to your HUD:

The behaviour can be modified if desired by using your own version of blueprint derived from MorpheusLatencyInspectorSingleton instead of BPM_LatencyInspectorSingleton.

Last updated