EBuildTargetType

Enumerates build target types.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h

Include

#include "GenericPlatform/GenericPlatformMisc.h"

Syntax

enum EBuildTargetType
{
    Unknown,
    Game,
    Server,
    Client,
    Editor,
    Program,
}

Values

Name

Description

Unknown

Unknown build target.

Game

Game target.

Server

Server target.

Client

Client target.

Editor

Editor target.

Program

Program target.

Remarks

Enumerates build target types.

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