Navigation
API > API/Developer > API/Developer/TargetPlatform > API/Developer/TargetPlatform/Common > API/Developer/TargetPlatform/Common/FTargetPlatformControlsBase
- ITargetPlatformControls::RequiresTempTarget()
- FTargetPlatformControlsBase::RequiresTempTarget()
References
| Module | TargetPlatform |
| Header | /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformControlsBase.h |
| Include | #include "Common/TargetPlatformControlsBase.h" |
| Source | /Engine/Source/Developer/TargetPlatform/Private/TargetPlatformControlsBase.cpp |
virtual 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. True if a temporary target is required
Parameters
| Name | 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 |