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