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.
Trace
Unreal Insights (Session Browser)
The little arrow in the botom right corner
Starship Test Suite


Last updated