FCbArrayView::CopyTo

Copy the array into a buffer of exactly [GetSize()](API\Runtime\Core\Serialization\FCbArrayView\GetSize) bytes, with no name.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h

Include

#include "Serialization/CompactBinary.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/CompactBinary.cpp

Syntax

void CopyTo
(
    FMutableMemoryView Buffer
) const

Remarks

Copy the array into a buffer of exactly GetSize() bytes, with no name.