UAutomationBlueprintFunctionLibrary::AreAutomatedTestsRunning

Lets you know if any automated tests are running, or are about to run and the automation system is spinning up tests.

Unreal Engine C++ API Reference > Developer > FunctionalTesting > UAutomationBlueprintFunctionLibrary

References

   
Module FunctionalTesting
Header /Engine/Source/Developer/FunctionalTesting/Public/AutomationBlueprintFunctionLibrary.h
Include #include "AutomationBlueprintFunctionLibrary.h"
Source /Engine/Source/Developer/FunctionalTesting/Private/AutomationBlueprintFunctionLibrary.cpp
static bool AreAutomatedTestsRunning()

Remarks

Lets you know if any automated tests are running, or are about to run and the automation system is spinning up tests.


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library