FTargetPlatformBase::CopyFileToTarget

Copy a file to the target

Unreal Engine C++ API Reference > Developer > TargetPlatform > Common > FTargetPlatformBase

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Common/TargetPlatformBase.h
Include #include "Common/TargetPlatformBase.h"
virtual bool CopyFileToTarget
(
    const [FString](API\Runtime\Core\Containers\FString) & DeviceId,
    const [FString](API\Runtime\Core\Containers\FString) & HostFilename,
    const [FString](API\Runtime\Core\Containers\FString) & TargetFilename,
    const [TMap](API\Runtime\Core\Containers\TMap)< [FString](API\Runtime\Core\Containers\FString), [FString](API\Runtime\Core\Containers\FString) > & CustomPlatformData
)

Remarks

Copy a file to the target


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library