Navigation
API > API/Runtime > API/Runtime/Cbor > API/Runtime/Cbor/FCborHeader
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Set a cbor code for the header. | CborTypes.h | ||
void Set
(
uint8 Code |
Set a cbor code as a uint8. | CborTypes.h |
Set(ECborCode)
Description
Set a cbor code for the header.
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Cbor/Public/CborTypes.h |
| Include Path | #include "CborTypes.h" |
void Set
(
ECborCode Code
)
Set(uint8)
Description
Set a cbor code as a uint8.
| Name | Set |
| Type | function |
| Header File | /Engine/Source/Runtime/Cbor/Public/CborTypes.h |
| Include Path | #include "CborTypes.h" |
void Set
(
uint8 Code
)