Navigation
API > API/Plugins > API/Plugins/EditorTests
References
| Module | EditorTests |
| Header | /Engine/Plugins/Tests/EditorTests/Source/EditorTests/Classes/EditorUtilityTest.h |
| Include | #include "EditorUtilityTest.h" |
Syntax
enum EEditorUtilityTestResult
&123;
Default,
Invalid,
Preparing,
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 | |
| Preparing | |
| Running | |
| Failed | |
| Succeeded |
Remarks
Base class of any editor-only test objects