EFunctionalTestResult

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  
{  
    Default,  
    Invalid,  
    Error,  
    Running,  
    Failed,  
    Succeeded,  
}  

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  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library