Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
Include |
#include "Serialization/CompactBinary.h" |
enum ECbFieldError
{
None,
TypeError,
RangeError,
}
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. |
Errors that can occur when accessing a field.