FCbWriter::AddCustom

Write a custom field with a string 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,
    FUtf8StringView TypeName,
    FMemoryView Value
)

Remarks

Write a custom field with a string sub-type identifier.