Navigation
Unreal Engine C++ API Reference > Runtime > Core > Serialization > FCbObjectView
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
Include | #include "Serialization/CompactBinary.h" |
Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinary.cpp |
FCbFieldView FindView
&40;
FUtf8StringView Name
&41; const
Remarks
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. The matching field if found, otherwise a field with no value.
Parameters
Name | Description |
---|---|
Name | The name of the field. |