Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/TCbFieldIterator > API/Runtime/Core/Serialization/TCbFieldIterator/__ctor
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
Include | #include "Serialization/CompactBinary.h" |
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
Name | 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. |