AddBlueprintCallbackExecutor

Adds a blueprint callback executor.

UFUNCTION(BlueprintCallable, Category = "Agora|Event")
void AddBlueprintCallbackExecutor(UAgoraBPuIMediaPlayerSourceObserverCBExecutor* Executor);

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

Call timing

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

Restrictions

None.

Parameters

Executor
Pointer to the UAgoraBPuIMediaPlayerSourceObserverCBExecutor type, used to execute callback logic under the IMediaPlayerSourceObserver interface class.