Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Set of all of an FSession's defining properties that can be updated by the session owner during its lifetime, using the FUpdateSessionSettings method
| Name | FSessionSettings |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include Path | #include "Online/Sessions.h" |
Syntax
struct FSessionSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowNewMembers | bool | Override value to restrict the session from accepting new members, regardless of other factors. | Online/Sessions.h | |
| CustomSettings | FCustomSessionSettingsMap | Map of user-defined settings to be passed to the platform APIs as additional information for various purposes | Online/Sessions.h | |
| JoinPolicy | ESessionJoinPolicy | Enum value describing the level of restriction to join the session. Public by default | Online/Sessions.h | |
| NumMaxConnections | uint32 | Maximum number of slots for session members | Online/Sessions.h | |
| SchemaName | FName | The name for the schema which will be applied to the session's user-defined attributes | Online/Sessions.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSessionSettings & operator+=
(
const FSessionSettingsChanges& UpdatedValue |
Online/Sessions.h |