UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FCborHeader Class Reference

#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

FArchiveoperator<< (FArchive &Ar, FCborHeader &InHeader)
 

Detailed Description

class that represent a cbor header

Constructor & Destructor Documentation

◆ FCborHeader() [1/2]

FCborHeader::FCborHeader ( uint8  InHeader = 0)
inline

◆ FCborHeader() [2/2]

FCborHeader::FCborHeader ( ECborCode  InHeader)
inline

Member Function Documentation

◆ AdditionalValue()

ECborCode FCborHeader::AdditionalValue ( ) const
inline

Get the additional value part of the cbor header.

◆ MajorType()

ECborCode FCborHeader::MajorType ( ) const
inline

Get the major type part of the cbor header.

◆ Raw()

uint8 FCborHeader::Raw ( ) const
inline

Get the cbor header as a uint8

◆ RawCode()

ECborCode FCborHeader::RawCode ( ) const
inline

Get the cbor header raw code.

◆ Set() [1/2]

void FCborHeader::Set ( ECborCode  Code)
inline

Set a cbor code for the header.

◆ Set() [2/2]

void FCborHeader::Set ( uint8  Code)
inline

Set a cbor code as a uint8.

Friends And Related Symbol Documentation

◆ operator<<

FArchive & operator<< ( FArchive Ar,
FCborHeader InHeader 
)
friend

Serialization helper


The documentation for this class was generated from the following file: