Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGroupsInterface.h |
| Include | #include "Interfaces/OnlineGroupsInterface.h" |
Syntax
struct FGroupSearchOptions
Remarks
Group search options
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FString > | Language | Language filter | |
| TOptional< uint32 > | MinSize | Minimal group size threshold - a size group should have to show up in results | |
| TOptional< FPagedQuery > | Paging | Offset and size for the query. | |
| FString | Query | Case insensitive group name keyword for search group, should itself be a valid team name | |
| TArray< FString > | Tags | Tags filter |