Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbValue
Description
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.
| Name | AsInteger |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryValue.h |
| Include Path | #include "Serialization/CompactBinaryValue.h" |
uint64 AsInteger
(
UE::CompactBinary::Private::FIntegerParams Params,
ECbFieldError * OutError,
uint64 Default
) const