EFileExportType::RemoveFlag

Remove a flag

Unreal Engine C++ API Reference > Developer > AutomationController

References

   
Module AutomationController
Header /Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h
Include #include "IAutomationControllerManager.h"
namespace EFileExportType  
{  
    static void EFileExportType::RemoveFlag  
    (  
        uint32 & InMask,  
        const [EFileExportType::Type](API\Developer\AutomationController\EFileExportType__Type) InFlag  
    )  
}  

Remarks

Remove a flag

Parameters

Name Description
InMask The mask to unset the flag on
InFlag The flag to remove

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library