Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online > API/Plugins/OnlineServicesInterface/Online/FCreateSession
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include | #include "Online/Sessions.h" |
Syntax
struct Params
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAllowSanctionedPlayers | Whether this session will allow sanctioned players to join it. True by default | |
| bool | bAntiCheatProtected | Whether this is a secure session protected by anti-cheat services. False by default | |
| bool | bIsLANSession | Whether the session is only available via the local network and not via internet connection. | |
| bool | bPresenceEnabled | Whether this session should be set as the local user's new presence session. False by default | |
| FAccountId | LocalAccountId | Id handle for the local user which will perform the action | |
| FString | SessionIdOverride | In platforms that support this feature, it will set the session id to this value. | |
| FName | SessionName | Local name for the session | |
| FSessionSettings | SessionSettings | Settings object to define session properties during creation |