FCbFieldView::HasValue

Whether the field has a value.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h

Include

#include "Serialization/CompactBinary.h"

Syntax

constexpr bool HasValue() const

Remarks

Whether the field has a value.

All fields in a valid object or array have a value. A field with no value is returned when finding a field by name fails or when accessing an iterator past the end.