FTargetReceipt::GetDefaultPath

Gets the default path for a target receipt

Windows
MacOS
Linux

References

Module

DesktopPlatform

Header

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

Include

#include "TargetReceipt.h"

Source

/Engine/Source/Developer/DesktopPlatform/Private/TargetReceipt.cpp

Syntax

static FString GetDefaultPath
(
    const TCHAR * BaseDir,
    const TCHAR * TargetName,
    const TCHAR * Platform,
    EBuildConfiguration Configuration,
    const TCHAR * BuildArchitecture
)

Remarks

Gets the default path for a target receipt

Returns

Path to the receipt for this target

Parameters

Parameter

Description

BaseDir

Base directory for the target being built; either the project directory or engine directory.

TargetName

The target being built

Platform

The target platform

Configuration

The target configuration

BuildArchitecture

The architecture being built

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