ITargetPlatform::RequiresTempTarget

Checks whether the current project needs a temporary .target.cs file to be packaged as a code project.

Windows
MacOS
Linux

Override Hierarchy

ITargetPlatform::RequiresTempTarget()

FTargetPlatformBase::RequiresTempTarget()

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITargetPlatform.h"

Syntax

bool RequiresTempTarget
(
    bool bProjectHasCode,
    EBuildConfiguration Configuration,
    bool bRequiresAssetNativization,
    FText & OutReason
) const

Remarks

Checks whether the current project needs a temporary .target.cs file to be packaged as a code project.

Returns

True if a temporary target is required

Parameters

Parameter

Description

bProjectHasCode

Whether the project has code

Configuration

The configuration being built

bRequiresAssetNativization

Whether asset nativization is enabled

OutReason

On success, includes a description of the reason why a target is required

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