Overview

Gameface provides several Unreal Engine console commands that can help during development. The following commands are supported:

  • cohtml.list - lists the id and document of all Views
  • cohtml.reload [<id>] - reload the View with the specified <id> or all Views if no <id> is specified
  • cohtml.redirect [<id>] <url> - change the page of the View with the specified <id> or all Views if no <id> is specified. The <url> must be surrounded by double quotes (e.g. "coui://uiresources/hud.html")
  • cohtml.debug [<id>] - toggles paint rectangles on the View with the specified <id> or all Views if no <id> is specified
  • cohtml.track [<id>] - toggles whether the View with the specified <id> is tracked during stat Gameface and stat GamefaceCounters. Only tracked Views are profiled with the stat commands. If no Views are explicitly profiled, we profile all Views. Don’t pass <id> to reset all tracking information.
  • Performance - this section lists all console commands that can display individual performance statistics (CPU memory usage, GPU memory usage, etc.)