İçeriğe atla
SimpleByteConversion ilanı için 1. medya
0 yorum

Açıklama

# SimpleByteConversion


## Documentation


https://github.com/MZSH-UEPlugins/UEPluginDocs/blob/main/SimpleByteConversion/README.md


---


## Overview


SimpleByteConversion is a lightweight plugin for Unreal Engine that enables efficient serialization of native types and structs to and from byte arrays. It also provides JSON string conversion with enhanced precision.


---


## Key Features


- Native Type Conversion: Convert int32, int64, float, double, bool, FString to/from byte arrays

- Struct Serialization: Serialize any Blueprint-exposed USTRUCT to byte arrays or JSON strings

- High Precision JSON: Preserves original field names and maintains float/double precision

- Fully Blueprint-Compatible: All functions exposed as Blueprint nodes


---


## Use Cases


- Network communication: Encode structured data for UDP/TCP transmission

- Data persistence: Serialize game state to binary format

- External tool integration: Exchange data with Python, C++, C# programs

İçerdiği biçimler