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