Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Interfaces > API/Developer/TargetPlatform/Interfaces/ITargetPlatformControls
- ITargetPlatformControls::PackageBuild()
- FTargetPlatformControlsBase::PackageBuild()
- FTargetPlatformMerged::PackageBuild()
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatformControls.h |
| Include | #include "Interfaces/ITargetPlatformControls.h" |
bool PackageBuild
(
const FString & InPackgeDirectory
)
Remarks
Package a build for the given platform bool true on success, false otherwise.
Parameters
| Name | Description |
|---|---|
| InPackgeDirectory | The directory that contains what needs to be packaged. |