IAutomationReport::SetSkipFlag

Add or remove test from exclude list.

Unreal Engine C++ API Reference > Developer > AutomationController > IAutomationReport

References

   
Module AutomationController
Header /Engine/Source/Developer/AutomationController/Public/IAutomationReport.h
Include #include "IAutomationReport.h"
void SetSkipFlag
(
    bool bEnableSkip,
    const [FAutomationTestExcludelistEntry](API\Runtime\AutomationTest\FAutomationTestExcludelistEntry) * Template,
    bool bFromPropagation
)

Remarks

Add or remove test from exclude list.

Parameters

Name Description
if true, add this item to the exclude list, remove otherwise.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library