We are using the Gamelift Unreal Plugin.
Is it safe for us to make calls to the plugin api from different threads? For example:
Calling from a worker thread: FGameLiftServerSDKModule::StartMatchBackfill
Calling from the main game thread: FGameLiftServerSDKModule::StopBackfill
Thanks!