Hello everyone, my problem is that if a player uploads a file to shared cloud for other players to access its content, so how other players can get that file with custom function GetSharedData(const FSharedContentHandle & SharedHandle) delegating for ReadSharedFile of IOnlineSharedCloud (see the picture below for my custom function). I have no way on how to create a local FSharedContentSharedHandle object to put it into the required parameter, and really need your precious consultation. Thanks!