Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbObjectView
Description
Try to get a view of the object as it would be serialized, such as by CopyTo.
A view is available if the object contains its type and has no name. Access the equivalent for other objects through FCbObject::GetBuffer, FCbObject::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