Navigation
Unreal Engine C++ API Reference > Developer > AutomationController > IAutomationReport
References
Module | AutomationController |
Header | /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h |
Include | #include "IAutomationReport.h" |
bool IsToBeSkipped ( [FName](API\Runtime\Core\UObject\FName) * OutReason, bool * OutWarn ) 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 |