Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCbWriter
State of the object, array, or top-level field being written.
| Name | FState |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/CompactBinaryWriter.h |
| Include Path | #include "Serialization/CompactBinaryWriter.h" |
Syntax
struct FState
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Count | uint64 | The number of fields written in this state. | Serialization/CompactBinaryWriter.h | |
| Flags | EStateFlags | Serialization/CompactBinaryWriter.h | ||
| Offset | int64 | The offset of the start of the current field. | Serialization/CompactBinaryWriter.h | |
| UniformType | ECbFieldType | The type of the fields in the sequence if uniform, otherwise None. | Serialization/CompactBinaryWriter.h |