Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online > API/Plugins/OnlineServicesInterface/Online/ISessions
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include | #include "Online/Sessions.h" |
TOnlineAsyncOpHandle < FCreateSession > CreateSession
(
FCreateSession::Params && Params
)
Remarks
Creates a new session with the given parameters, and assigns to it the given local name. Depending on the implementation, the creating user might not be added to the Session Members automatically, so a subsequent call to AddSessionMember is recommended
Parameters
| Name | Description |
|---|---|
| Parameters | for the CreateSession call |