ITargetPlatform::CopyFileToTarget

Copy a file to the target

Windows
MacOS
Linux

Override Hierarchy

ITargetPlatform::CopyFileToTarget()

FTargetPlatformBase::CopyFileToTarget()

References

Module

TargetPlatform

Header

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

Include

#include "Interfaces/ITargetPlatform.h"

Syntax

bool CopyFileToTarget
(
    const FString & DeviceId,
    const FString & HostFilename,
    const FString & TargetFilename,
    const TMap< FString, FString > & CustomPlatformData
)

Remarks

Copy a file to the target

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