Navigation
API > API/Runtime > API/Runtime/Cbor
References
| Module | Cbor |
| Header | /Engine/Source/Runtime/Cbor/Public/CborTypes.h |
| Include | #include "CborTypes.h" |
Syntax
struct FCborContext
Remarks
Class that represent a cbor context which consists of a header and value pair
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | BoolValue | ||
| double | DoubleValue | ||
| float | FloatValue | ||
| int64 | IntValue | ||
| uint64 | Length | ||
| uint64 | UIntValue |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCborContext () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ECborCode | |||
| bool | AsBool () |
||
| ECborCode | AsBreak () |
||
| TArrayView< const uint8 > | AsByteArray () |
||
| const char * | AsCString () |
||
| double | AsDouble () |
||
| float | AsFloat () |
||
| int64 | AsInt () |
||
| uint64 | AsLength () |
||
| FString | AsString () |
||
| uint64 | AsUInt () |
||
| bool | IsBreak () |
||
| bool | IsContainer () |
||
| bool | IsDummy () |
||
| bool | IsError () |
||
| bool | |||
| bool | |||
| bool | IsString () |
||
| ECborCode | MajorType () |
||
| ECborCode | RawCode () |
||
| void | Reset () |
Reset the context to a dummy state. |