IDesktopPlatform::CompileGameProject

Compiles a game project.

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

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

Include

#include "IDesktopPlatform.h"

Syntax

bool CompileGameProject
(
    const FString & RootDir,
    const FString & ProjectFileName,
    FFeedbackContext * Warn,
    ECompilationResult::Type * OutResult
)

Remarks

Compiles a game project.

Returns

true if project files were generated successfully.

Parameters

Parameter

Description

RootDir

Engine root directory for the project to use.

ProjectFileName

Filename of the project to update

Warn

Feedback context to use for progress updates

OutResult

The compilation result. May be null.

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