Introduction ๐Ÿ‘‹

Welcome to my second development note. This one is focusing on a particular issue that I have with Unreal Engine 5.4 on Linux, and possibly Windows due to telemetry.

Note ๐Ÿ“

Currently, UE5.4 editor will be stuttering on start-up and possibly crash.

To fix this, DISABLE the StudioTelemetryplugin.

Add this part to the *.uproject if the editor is too lagged and unresponsive:

{ "Name": "StudioTelemetry", "Enabled": false }