Navigation
API > API/Plugins > API/Plugins/AutomationTestToolset > API/Plugins/AutomationTestToolset/UAutomationTestToolset
Description
Get a lightweight status snapshot of the automation controller. Requires DiscoverTests() to have completed. Returns a JSON object with the controller state, enabled test count, and completion/pass/fail counts.
| Name | GetTestStatus |
| Type | function |
| Header File | /Engine/Plugins/Experimental/Toolsets/AutomationTestToolset/Source/AutomationTestToolset/Public/AutomationTestToolset.h |
| Include Path | #include "AutomationTestToolset.h" |
| Source | /Engine/Plugins/Experimental/Toolsets/AutomationTestToolset/Source/AutomationTestToolset/Private/AutomationTestToolset.cpp |
UFUNCTION (Meta=(AICallable), Category="AutomationTestToolset")
static FString GetTestStatus()