PlatformInfo::EPlatformSDKStatus

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

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

Include

#include "PlatformInfo.h"

Syntax

namespace PlatformInfo
{
    enum EPlatformSDKStatus
    {
        Unknown,
        Installed,
        NotInstalled,
    }
}

Values

Name

Description

Unknown

SDK status is unknown

Installed

SDK is installed

NotInstalled

SDK is not installed

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