ECbFieldError

Errors that can occur when accessing a field.

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

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.