AddBlueprintCallbackExecutor
Adds a blueprint callback executor.
UFUNCTION(BlueprintCallable, Category = "Agora|Event")
void AddBlueprintCallbackExecutor(UAgoraBPuIRtcEngineEventHandlerCBExecutor* Executor);
After obtaining the event handler, you can call this method to bind the callback executor for executing related callbacks under the IRtcEngineEventHandler interface class.
Call timing
Call this method after calling GetEventHandler to get the event handler.
Restrictions
None.
Parameters
- Executor
- Pointer to the
UAgoraBPuIRtcEngineEventHandlerCBExecutortype, used to execute callback logic under the IRtcEngineEventHandler interface class.