Navigation
API > API/Runtime > API/Runtime/Cbor
References
| Module | Cbor |
| Header | /Engine/Source/Runtime/Cbor/Public/CborTypes.h |
| Include | #include "CborTypes.h" |
Syntax
class FCborHeader
Remarks
Class that represent a cbor header
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCborHeader
(
uint8 InHeader |
|||
FCborHeader
(
ECborCode InHeader |
Functions
| Type | Name | Description | |
|---|---|---|---|
| ECborCode | Get the additional value part of the cbor header. | ||
| ECborCode | MajorType () |
Get the major type part of the cbor header. | |
| uint8 | Raw () |
Get the cbor header as a uint8 | |
| ECborCode | RawCode () |
Get the cbor header raw code. | |
| void | Set a cbor code for the header. | ||
| void | Set a cbor code as a uint8. |