B1BookState
- Tracks the runtime reading state of a book for a character, including
* the book data table ID, accumulated reading time, and read count.
| Property | Type | Description | Metadata |
|---|---|---|---|
| BookDtId | FName | Data table ID of the book being tracked. | |
| AccumulateReadTickTime | double | Accumulated reading time in seconds. | |
| ReadCount | int32 | Number of times the book has been fully read. |