FCborWriter::WriteContainerStart

Write a container start code.

Windows
MacOS
Linux

References

Module

Cbor

Header

/Engine/Source/Runtime/Cbor/Public/CborWriter.h

Include

#include "CborWriter.h"

Source

/Engine/Source/Runtime/Cbor/Private/CborWriter.cpp

Syntax

void WriteContainerStart
(
    ECborCode ContainerType,
    int64 NbItem
)

Remarks

Write a container start code.

Parameters

Parameter

Description

ContainerType

container major type, either array or map.

NbItem

the number of item in the container or negative to indicate indefinite containers.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss