ITargetPlatform::CopyFileToTarget

Copy a file to the target

Unreal Engine C++ API Reference > Developer > TargetPlatform > Interfaces > ITargetPlatform

  • ITargetPlatform::CopyFileToTarget()

References

   
Module TargetPlatform
Header /Engine/Source/Developer/TargetPlatform/Public/Interfaces/ITargetPlatform.h
Include #include "Interfaces/ITargetPlatform.h"
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