Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include | #include "Serialization/CompactBinary.h" |
Syntax
enum ECbFieldError
{
None,
TypeError,
RangeError,
}
Values
| Name | Description |
|---|---|
| None | The field is not in an error state. |
| TypeError | The value type does not match the requested type. |
| RangeError | The value is out of range for the requested type. |
Remarks
Errors that can occur when accessing a field.