Description ObjectDeliverer: Flexible Data Transmission Library for Unreal Engine Overview ObjectDeliverer is a comprehensive data transmission and reception library for Unreal Engine, designed with flexibility and ease of use in mind. Whether you’re developing real-time applications, or tools requiring data exchange, ObjectDeliverer provides a robust framework that works seamlessly in both C++ and Blueprint environments. Key …
Read More »ayumax
EasyJsonParser V2 – Read, Write & Parse JSON with Blueprints
Description EasyJsonParser V2 – JSON Made Easy for Everyone EasyJsonParser is a powerful plugin that makes reading and writing JSON data in Unreal Engine incredibly simple. Even without programming knowledge, you can handle complex JSON data using Blueprints alone. What’s New in V2 For V1 Users: This plugin includes both V1 and V2. Your existing projects using V1 will …
Read More »WindowCapture2D
Description WindowCapture2D WindowCapture2D is a high-performance window capture plugin for Unreal Engine. On Windows, it allows you to capture any window with low latency and high performance, and render the captured image in real-time onto 3D meshes or UMG. This plugin specializes in “real-time transfer of any window and integration into 3D/UMG.” It provides expertise and flexibility especially …
Read More »EasyXMLParser
Description Values in XML can be obtained by the following types. + string + int + float + bool For example, you can easily refer to values ??by simply connecting tags with dots as follows: <Root> <ABC id=”1″>123</ABC> <ABC id=”2″>456</ABC> <ABC id=”3″>789</ABC> </Root> Root.ABC[1] => 456 Root.ABC[2].@id => 3 About the Open Source Version This plugin …
Read More »