FCbValue::AsInteger

Access as an integer, with both positive and negative values returned as unsigned.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Serialization/CompactBinaryValue.h"

Syntax

uint64 AsInteger
(
    UE::CompactBinary::Private::FIntegerParams Params,
    ECbFieldError * OutError,
    uint64 Default
) const

Remarks

Access as an integer, with both positive and negative values returned as unsigned.

Checks for range errors and uses the default if OutError is not null.