Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineSession
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h |
| Include | #include "Interfaces/OnlineSessionInterface.h" |
bool DestroySession
&40;
FName SessionName,
const FOnDestroySessionCompleteDelegate & CompletionDelegate
&41;
Remarks
Destroys the specified online session NOTE: online session de-registration is an async process and does not complete until the OnDestroySessionComplete delegate is called. true if successful destroying the session, false otherwise
Parameters
| Name | Description |
|---|---|
| SessionName | the name of the session to delete |