Navigation
API > API/Runtime > API/Runtime/Core
A custom compact binary field type with an integer identifier.
| Name | FCbCustomById |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinary.h |
| Include Path | #include "Serialization/CompactBinary.h" |
Syntax
struct FCbCustomById
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | FMemoryView | A view of the value. Lifetime is tied to the field that the value is associated with. | Serialization/CompactBinary.h | |
| Id | uint64 | An identifier for the sub-type of the field. | Serialization/CompactBinary.h |