Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 740 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 740 Bytes

Data serialize plugin for Unreal 5.3

A set of utilities for convenient data serialization

Screenshot

Custom Serialization

The plugin also provides two objects: USerializerObject and UDeSerializerObject.

It can be used to serialize and deserialize basic data types.

SerializerObject

It can be useful for serialization of complex structures like TMap.

Documentation

Doxygen documentation: GitHubPages

Documentation sources: GitHub