Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbFieldView
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IntType AsInteger
(
IntType Default |
Access the field as the given integer type. | Serialization/CompactBinary.h | |
uint64 AsInteger
(
uint64 Default, |
Serialization/CompactBinary.h |
AsInteger(IntType)
Description
Access the field as the given integer type.
Returns the provided default if the value cannot be represented in the output type.
| Name | AsInteger |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
template<typename IntType>
IntType AsInteger
(
IntType Default
)
AsInteger(uint64, UE::CompactBinary::Private::FIntegerParams)
| Name | AsInteger |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
| Source | /Engine/Source/Runtime/Core/Private/Serialization/CompactBinary.cpp |
uint64 AsInteger
(
uint64 Default,
UE::CompactBinary::Private::FIntegerParams Params
)