FCbArrayView::TryGetView

Try to get a view of the array as it would be serialized, such as by CopyTo.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Serialization/CompactBinary.h"

Syntax

bool TryGetView
(
    FMemoryView & OutView
) const

Remarks

Try to get a view of the array as it would be serialized, such as by CopyTo.

A view is available if the array contains its type and has no name. Access the equivalent for other arrays through FCbArray::GetBuffer, FCbArray::Clone, or CopyTo.