EPlatformNameType

Checks for the existence of compiled modules for a given (usually another, target, platform) Since there are different types of platform names, it is necessary pass in the type of name

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/DataDrivenPlatformInfoRegistry.h

Include

#include "Misc/DataDrivenPlatformInfoRegistry.h"

Syntax

enum EPlatformNameType
{
    UBT,
    Ini,
    TargetPlatform,
}

Values

Name

Description

UBT

For instance Win64

Ini

For instance Windows

TargetPlatform

For instance WindowsNoEditor

Remarks

Checks for the existence of compiled modules for a given (usually another, target, platform) Since there are different types of platform names, it is necessary pass in the type of name

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