Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
Filter class for a session search, will be compared against the session's CustomSettings
| Name | FFindSessionsSearchFilter |
| Type | struct |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include Path | #include "Online/Sessions.h" |
Syntax
struct FFindSessionsSearchFilter
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ComparisonOp | ESchemaAttributeComparisonOp | The type of comparison to perform | Online/Sessions.h | |
| Key | FSchemaAttributeId | Name of the custom setting to be used as filter | Online/Sessions.h | |
| Value | FSchemaVariant | Value to use when comparing the filter | Online/Sessions.h |