Navigation
API > API/Developer > API/Developer/AutomationController > API/Developer/AutomationController/IAutomationReport
References
| Module | AutomationController |
| Header | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
| Include | #include "IAutomationReport.h" |
bool IsToBeSkipped
&40;
FName &42; OutReason,
bool &42; OutWarn
&41; const
Remarks
Is the test need to be skipped. true if the test is inside exclude list.
Parameters
| Name | Description |
|---|---|
| OutReasaon | the related reason of the exclusion information |
| OutWarn | the related warning of the exclusion |