Verse Insights

Status

None

Verse Insights traces Verse code execution on the UEFN server and renders it as a flamegraph in the editor, so time spent in Verse can be attributed to the functions responsible for it.

Verse Insights traces the execution of Verse code running on the UEFN server, and returns that data to a window in the editor that displays it as a flamegraph. Developers investigating whether a hitch originates in their Verse code have no profiling workflow for Verse today, and cannot trace Verse in a retail build at all. Verse Insights captures sampled execution data rather than a complete call trace, and it measures Verse execution on the server, not memory or client-side frame time.

Roadmap Image