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