Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/ISessions
Description
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
| Name | CreateSession |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include Path | #include "Online/Sessions.h" |
TOnlineAsyncOpHandle < FCreateSession > CreateSession
(
FCreateSession::Params && Params
)
Parameters
| Name | Remarks |
|---|---|
| Parameters | for the CreateSession call |