IConcertClient::DropSessionRepositories

Drop a set of repositories (and delete the files) from the server.

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertClient.h

Include

#include "IConcertClient.h"

Syntax

TFuture< FConcertAdmin_DropSessionRepositoriesResponse > DropSessionRepositories
(
    const FGuid & ServerAdminEndpointId,
    const TArray< FGuid > & RepositoryIds
) const

Remarks

Drop a set of repositories (and delete the files) from the server. All sessions stored in the unmounted repository will be unloaded and unreachable. The server can only drop the repository if it is not mounted or has mounted it itself.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss