Navigation
Unreal Engine C++ API Reference > Developer > FunctionalTesting
References
Module | FunctionalTesting |
Header | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h |
Include | #include "FunctionalTest.h" |
Syntax
enum EFunctionalTestResult
&123;
Default,
Invalid,
Error,
Running,
Failed,
Succeeded,
&125;
Values
Name | Description |
---|---|
Default | When finishing a test if you use Default, you're not explicitly stating if the test passed or failed. |
Invalid | |
Error | |
Running | |
Failed | |
Succeeded |