PlatformInfo::EPlatformFilter

Flavor types used when filtering the platforms based upon their flags

Unreal Engine C++ API Reference > Developer > DesktopPlatform

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


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library