Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting
Inheritance Hierarchy
References
Module | FunctionalTesting |
Header | /Engine/Source/Developer/FunctionalTesting/Public/FunctionalTestingHelper.h |
Include | #include "FunctionalTestingHelper.h" |
Syntax
class FWaitForFTestsToFinish : public [IAutomationLatentCommand](API\Runtime\Core\Misc\IAutomationLatentCommand)
Remarks
Wait for all running functional tests to finish
Destructors
Type | Name | Description |
---|---|---|
~FWaitForFTestsToFinish () |
Overridden from IAutomationLatentCommand
Type | Name | Description |
---|---|---|
bool | Update () | Updates the current command and will only return TRUE when it has fulfilled its role (Load map has completed and wait time has expired) |