AddBlueprintCallbackExecutorEx

Adds a blueprint callback executor.

UFUNCTION(BlueprintCallable, Category = "Agora|Event")
void AddBlueprintCallbackExecutorEx(UAgoraBPuIRtcEngineEventHandlerExCBExecutor* Executor);

After obtaining the event handler, you can call this method to bind the callback executor for executing the relevant callbacks under the IRtcEngineEventHandlerEx interface class.

Call timing

Call this method after calling GetEventHandler to get the event handler.

Restrictions

None.

Parameters

Executor
A pointer to the UAgoraBPuIRtcEngineEventHandlerExCBExecutor type, used to execute callback logic under the IRtcEngineEventHandlerEx interface class.