Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include | #include "Online/Sessions.h" |
Syntax
struct FSessionInfo
Remarks
Information about an FSession that will be set at creation time and remain constant during its lifetime
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 | bIsDedicatedServerSession | Whether the session is configured to run as a dedicated server. | |
| bool | bIsLANSession | Whether the session is only available in the local network and not via internet connection. | |
| FOnlineSessionId | SessionId | The id handle for the session, platform dependent | |
| FString | SessionIdOverride | In platforms that support this feature, it will set the session id to this value. |