FCbWriter::AddCustom

Write a custom field with an integer sub-type identifier.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Serialization/CompactBinaryWriter.h"

Syntax

void AddCustom
(
    FUtf8StringView FieldName,
    uint64 TypeId,
    FMemoryView Value
)

Remarks

Write a custom field with an integer sub-type identifier.