Ark Server API (ASA) - Wiki
|
Public Attributes | |
EStateFlags | Flags {} |
ECbFieldType | UniformType {} |
int64 | Offset {} |
uint64 | Count {} |
State of the object, array, or top-level field being written.
Definition at line 273 of file CompactBinaryWriter.h.
uint64 FCbWriter::FState::Count {} |
The number of fields written in this state.
Definition at line 281 of file CompactBinaryWriter.h.
EStateFlags FCbWriter::FState::Flags {} |
Definition at line 275 of file CompactBinaryWriter.h.
int64 FCbWriter::FState::Offset {} |
The offset of the start of the current field.
Definition at line 279 of file CompactBinaryWriter.h.
ECbFieldType FCbWriter::FState::UniformType {} |
The type of the fields in the sequence if uniform, otherwise None.
Definition at line 277 of file CompactBinaryWriter.h.