v2.1 (17 apr. 2023)
Added
MultiExecuteEventDeferred
function to the Open Logic Runtime Worker, which allows setting variables in event tasks before the graph starts. This function is particularly useful when precise variable values are needed before triggering the graph's execution.The
OpenLogicEventContext
class is now exposed to Blueprint, enabling the "FinishExecute" function to be called, effectively finishing the execution of the event tasks and triggering the graph's execution.
Last updated