Upgrade from 1.46.0 to 1.47.0

Deprecated Genvid.Plugin.Listener.EventListener.OnEventTriggered

The Unity Plugin event listener has been enhanced to support partial and final event summaries by adding a new delegate named Genvid.Plugin.Listener.EventListener.OnEventSummaryTriggered.

The existing delegate Genvid.Plugin.Listener.EventListener.OnEventTriggered is now deprecated and only dispatches final event summaries to maintain backward compatibility until it is removed in a future release.

Intergrating periodic events to the Genvid Plugin for Unreal Engine

The Blueprint now exposes the isFinal flag, which allows you to ignore partial summaries. However, the previous events configuration can be preserved, and should not change the actual behavior. To know more about the reductions, see the Reduce Schema section.