Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FCbWriter::FState Struct Reference

Public Attributes

EStateFlags Flags {}
 
ECbFieldType UniformType {}
 
int64 Offset {}
 
uint64 Count {}
 

Detailed Description

State of the object, array, or top-level field being written.

Definition at line 273 of file CompactBinaryWriter.h.

Member Data Documentation

◆ Count

uint64 FCbWriter::FState::Count {}

The number of fields written in this state.

Definition at line 281 of file CompactBinaryWriter.h.

◆ Flags

EStateFlags FCbWriter::FState::Flags {}

Definition at line 275 of file CompactBinaryWriter.h.

◆ Offset

int64 FCbWriter::FState::Offset {}

The offset of the start of the current field.

Definition at line 279 of file CompactBinaryWriter.h.

◆ UniformType

ECbFieldType FCbWriter::FState::UniformType {}

The type of the fields in the sequence if uniform, otherwise None.

Definition at line 277 of file CompactBinaryWriter.h.


The documentation for this struct was generated from the following file: