FCborReader::SkipContainer

Skip a container of ContainerType type

Windows
MacOS
Linux

References

Module

Cbor

Header

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

Include

#include "CborReader.h"

Source

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

Syntax

bool SkipContainer
(
    ECborCode ContainerType
)

Remarks

Skip a container of ContainerType type

Returns

true if successful, false if the current container wasn't a ContainerType or an error occurred.

Parameters

Parameter

Description

ContainerType

the container we expect to skip.

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