Navigation
API > API/Developer > API/Developer/FunctionalTesting
| Name | EFunctionalTestLogHandling |
| Type | enum |
| Header File | /Engine/Source/Developer/FunctionalTesting/Classes/FunctionalTest.h |
| Include Path | #include "FunctionalTest.h" |
Syntax
enum EFunctionalTestLogHandling
{
ProjectDefault,
OutputIsError,
OutputIgnored,
}
Values
| Name | Remarks |
|---|---|
| ProjectDefault | How do log categories affect rest results. |
| OutputIsError | |
| OutputIgnored |