FCbCustomByName

A custom compact binary field type with a string 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"

Syntax

struct FCbCustomByName

Remarks

A custom compact binary field type with a string identifier.

Variables

Name Description

Public variable

FMemoryView

 

Data

A view of the value. Lifetime is tied to the field that the value is associated with.

Public variable

FUtf8StringView

 

Name

An identifier for the sub-type of the field.