Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSessionSettings.h |
| Include | #include "OnlineSessionSettings.h" |
Syntax
struct FOnlineSessionSetting
Remarks
One setting describing an online session contains a key, value and how this setting is advertised to others, if at all
Variables
| Type | Name | Description | |
|---|---|---|---|
| EOnlineDataAdvertisementType::Type | AdvertisementType | How is this session setting advertised with the backend or searches | |
| FVariantData | Data | Settings value | |
| int32 | ID | Optional ID used in some platforms as the index instead of the session name |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor, used when serializing a network packet | |||
FOnlineSessionSetting
(
Type&& InData |
Constructor for settings created/defined on the host for a session | ||
FOnlineSessionSetting
(
Type&& InData, |
Constructor for settings created/defined on the host for a session | ||
FOnlineSessionSetting
(
Type&& InData, |
Constructor for settings created/defined on the host for a session |
Functions
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FOnlineSessionSetting& Other |
||
| bool | operator==
(
const FOnlineSessionSetting& Other |
Comparison operator |