![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <CborTypes.h>
Public Member Functions | |
| FCborHeader (uint8 InHeader=0) | |
| FCborHeader (ECborCode InHeader) | |
| void | Set (ECborCode Code) |
| void | Set (uint8 Code) |
| uint8 | Raw () const |
| ECborCode | RawCode () const |
| ECborCode | MajorType () const |
| ECborCode | AdditionalValue () const |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FCborHeader &InHeader) |
class that represent a cbor header
|
inline |
|
inline |
|
inline |
Get the additional value part of the cbor header.
|
inline |
Get the major type part of the cbor header.
|
inline |
Get the cbor header as a uint8
|
inline |
Get the cbor header raw code.
|
friend |
Serialization helper