Combo Graph

Pull Request #47

Pull Request #47

on May 29th, 2023

Fix Lyra Edge replication by not duplicating edges, and remove 4.26 / 4.27 / 5.0 workaround with Edge DuplicateObject

Fix Lyra Edge replication by not duplicating edges, and remove 4.26 / 4.27 / 5.0 workaround with Edge DuplicateObject

This PR drops support for engine version prior to 5.0 (so 4.26 / 4.27 / 5.0), which means going forward only the last two versions of the engines will receive further updates.

The workaround implying the use of DuplicateObject for edges was due to a missing API for Enhanced Input delegates and binding of additional parameters that is only possible from engine version 5.1


Before

After

Edit this page on GitHub