EFileExportType::IsSet

Check if a flag is set

Windows
MacOS
Linux

References

Module

AutomationController

Header

/Engine/Source/Developer/AutomationController/Public/IAutomationControllerManager.h

Include

#include "IAutomationControllerManager.h"

Syntax

namespace EFileExportType
{
    static bool EFileExportType::IsSet
    (
        const uint32 & InMask,
        const EFileExportType::Type InFlag
    )
}

Remarks

Check if a flag is set

Returns

True if the flag is set

Parameters

Parameter

Description

InMask

The mask to check

InFlag

The flag to check

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss