Test Suite

UE4

Access by going to Window → Developer Tools → Debug Tools → Test Suite.

UE5

Access from menus has been removed but the functionality is still there. Need to call RestoreSlateTestSuite() located in STestSuite.h.

#include "Widgets/Testing/STestSuite.h"

void OpenTestSuite()
{
	RestoreSlateTestSuite();
}

<Module Include> AppFramework

There is also STARSHIP GALLERY and it’s super hidden.

  1. Trace

  2. Unreal Insights (Session Browser)

  3. The little arrow in the botom right corner

  4. Starship Test Suite

Last updated