Navigation
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 |