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::SetFlag
(
uint32 & InMask,
const [EFileExportType::Type](API\Developer\AutomationController\EFileExportType__Type) InFlag
)
}
Remarks
Set a flag
Parameters
Name | Description |
---|---|
InMask | The mask to set the flag on |
InFlag | The flag to set |