TCbFieldIterator::GetFieldsEnd

Returns the end of the last field, or null for an iterator at the end.

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

template<typename OtherFieldType>
static const void * GetFieldsEnd
(
    const TCbFieldIterator< OtherFieldType > & It
)

Remarks

Returns the end of the last field, or null for an iterator at the end.