Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCbFieldIterator
Description
Try to get a view of every field in the range as they would be serialized.
A view is available if each field contains its type. Access the equivalent for other field ranges through FCbFieldIterator::CloneRange or CopyRangeTo.
| Name | TryGetRangeView |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
bool TryGetRangeView
(
FMemoryView & OutView
) const