Skip to content

ArtemIyX/DataSerializerUnreal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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