PlatformInfo::EPlatformFilter

Flavor types used when filtering the platforms based upon their flags

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

/Engine/Source/Developer/DesktopPlatform/Public/PlatformInfo.h

Include

#include "PlatformInfo.h"

Syntax

namespace PlatformInfo
{
    enum EPlatformFilter
    {
        All,
        BuildFlavor,
        CookFlavor,
    }
}

Values

Name

Description

All

Include all platform types

BuildFlavor

Include only build flavors

CookFlavor

Include only cook flavors

Remarks

Flavor types used when filtering the platforms based upon their flags

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