Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
User-defined data to be stored along with the session information. Will be evaluated in session searches
| Name | FCustomSessionSetting |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include Path | #include "Online/Sessions.h" |
Syntax
struct FCustomSessionSetting
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Data | FSchemaVariant | Setting data value | Online/Sessions.h | |
| ID | int32 | Optional ID used in some platforms as the index instead of the setting name | Online/Sessions.h | |
| Visibility | ESchemaAttributeVisibility | Manner in which this session setting is advertised with the backend or searches | Online/Sessions.h |