ConcertUtil::Copy

Copy the specified data size from a source archive into a destination archive.

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertUtil.h

Include

#include "ConcertUtil.h"

Source

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Private/ConcertUtil.cpp

Syntax

namespace ConcertUtil
{
    bool ConcertUtil::Copy
    (
        FArchive & DstAr,
        FArchive & SrcAr,
        int64 Size
    )
}

Remarks

Copy the specified data size from a source archive into a destination archive.

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