Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
Include |
#include "Serialization/CompactBinary.h" |
static FCbFieldViewIterator MakeRange
(
FMemoryView View,
ECbFieldType Type
)
Construct a field range from a buffer containing zero or more valid fields.
Parameter |
Description |
---|---|
View |
A buffer containing zero or more valid fields. |
Type |
HasFieldType means that View contains the type. Otherwise, use the given type. |