Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbObjectView
Description
Find a field by case-sensitive name comparison.
The cost of this operation scales linearly with the number of fields in the object. Prefer to iterate over the fields only once when consuming an object.
| Name | FindView |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinary.cpp |
FCbFieldView FindView
(
FUtf8StringView Name
) const
The matching field if found, otherwise a field with no value.
Parameters
| Name | Remarks |
|---|---|
| Name | The name of the field. |