FCbFieldView::AsCustom

Access the field as a custom sub-type with an integer identifier.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h

Include

#include "Serialization/CompactBinary.h"

Source

/Engine/Source/Runtime/Core/Private/Serialization/CompactBinary.cpp

Syntax

FMemoryView AsCustom
(
    uint64 Id,
    FMemoryView Default
)

Remarks

Access the field as a custom sub-type with an integer identifier. Returns the provided default on error.