FCbFieldViewIterator::FCbFieldViewIterator

Construct an iterator from another iterator.

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>
FCbFieldViewIterator
(
    const TCbFieldIterator< OtherFieldType > & It
)

Remarks

Construct an iterator from another iterator.