> For the complete documentation index, see [llms.txt](https://venty.gitbook.io/cmc-plus/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://venty.gitbook.io/cmc-plus/features-and-nodes/prediction-data-nodes.md).

# 🔹 Prediction Data Nodes

The **CaptureNetwork** layer allows developers to add custom prediction values into the movement prediction system.

These values are used to synchronize custom movement states and gameplay data between client and server.

Supported data types:

* Boolean
* Byte
* Int32
* Int64
* Float
* Double
* Vector
* Vector2D
* Rotator

Each value can be configured through the Schema system to control serialization and optimization settings.
