TCbFieldIterator::TCbFieldIterator

Construct a field range from the first field and a pointer to the end of the last field.

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

constexpr TCbFieldIterator
(
    FieldType && InField,
    const void * InFieldsEnd
)

Remarks

Construct a field range from the first field and a pointer to the end of the last field.

Parameters

Parameter

Description

InField

The first field, or the default field if there are no fields.

InFieldsEnd

A pointer to the end of the value of the last field, or null.