Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization > API/Runtime/Core/Serialization/FCbValue
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryValue.h |
| Include | #include "Serialization/CompactBinaryValue.h" |
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.