Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSessionSettings.h |
Include |
#include "OnlineSessionSettings.h" |
struct FOnlineSessionSetting
One setting describing an online session contains a key, value and how this setting is advertised to others, if at all
Name | Description | ||
---|---|---|---|
|
AdvertisementType |
How is this session setting advertised with the backend or searches |
|
|
Data |
Settings value |
|
|
ID |
Optional ID used in some platforms as the index instead of the session name |
Name | Description | |
---|---|---|
|
FOnlineSessionSetting() |
Default constructor, used when serializing a network packet |
|
FOnlineSessionSetting ( |
Constructor for settings created/defined on the host for a session |
|
FOnlineSessionSetting ( |
Constructor for settings created/defined on the host for a session |
|
FOnlineSessionSetting ( |
Constructor for settings created/defined on the host for a session |
Name | Description | ||
---|---|---|---|
|
ToString() |
Name | Description | ||
---|---|---|---|
|
operator!= ( |
||
|
operator== ( |
Comparison operator |