Navigation
Unreal Engine C++ API Reference > Runtime > Cbor > FCborReader
References
Module | Cbor |
Header | /Engine/Source/Runtime/Cbor/Public/CborReader.h |
Include | #include "CborReader.h" |
Source | /Engine/Source/Runtime/Cbor/Private/CborReader.cpp |
bool SkipContainer
&40;
ECborCode ContainerType
&41;
Remarks
Skip a container of ContainerType type true if successful, false if the current container wasn't a ContainerType or an error occurred.
Parameters
Name | Description |
---|---|
ContainerType | the container we expect to skip. |