Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FCbFieldIterator
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
Include | #include "Serialization/CompactBinary.h" |
static FCbFieldIterator MakeRange
(
FSharedBuffer Buffer,
ECbFieldType Type
)
Remarks
Construct a field range from a buffer containing zero or more valid fields.
Parameters
Name | Description |
---|---|
Buffer | A buffer containing zero or more valid fields. |
Type | HasFieldType means that Buffer contains the type. Otherwise, use the given type. |