ClearAllEventHandlerCBExecutors
Clears all added callback executors.
UFUNCTION(BlueprintCallable, Category = "Agora|IRtcEngine")
void ClearAllEventHandlerCBExecutors();
After calling this method, all callback executors will be removed. If you need to continue processing event callbacks, you need to re-add the callback executor.
Call timing
Call this method after calling AddBlueprintCallbackExecutor, AddBlueprintCallbackExecutorEx, or AddBlueprintCallbackExecutor to add callback executors.
Restrictions
None.