Ark Server API (ASA) - Wiki
|
#include <CompactBinary.h>
Public Attributes | |
FUtf8StringView | Name |
FMemoryView | Data |
A custom compact binary field type with a string identifier.
Definition at line 550 of file CompactBinary.h.
FMemoryView FCbCustomByName::Data |
A view of the value. Lifetime is tied to the field that the value is associated with.
Definition at line 555 of file CompactBinary.h.
FUtf8StringView FCbCustomByName::Name |
An identifier for the sub-type of the field. Lifetime is tied to the field that the name is associated with.
Definition at line 553 of file CompactBinary.h.