ITargetPlatform::PackageBuild

Package a build for the given platform

Windows
MacOS
Linux

Override Hierarchy

ITargetPlatform::PackageBuild()

FTargetPlatformBase::PackageBuild()

References

Module

TargetPlatform

Header

/Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h

Include

#include "Interfaces/ITargetPlatform.h"

Syntax

bool PackageBuild
(
    const FString & InPackgeDirectory
)

Remarks

Package a build for the given platform

Returns

bool true on success, false otherwise.

Parameters

Parameter

Description

InPackgeDirectory

The directory that contains what needs to be packaged.

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