Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbFieldView
Description
Try to get a view of the field as it would be serialized, such as by CopyTo.
A view is available if the field contains its type. Access the equivalent for other fields through FCbField::GetBuffer, FCbField::Clone, or CopyTo.
| Name | TryGetView |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
bool TryGetView
(
FMemoryView & OutView
) const