Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineGroups
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGroupsInterface.h |
| Include | #include "Interfaces/OnlineGroupsInterface.h" |
void FindGroups
&40;
const FUniqueNetId & ContextUserId,
const FGroupSearchOptions & SearchOptions,
const FOnFindGroupsCompleted & OnCompleted
&41;
Remarks
Find all groups matching the specified search string
Parameters
| Name | Description |
|---|---|
| ContextUserId | The ID of the user whose credentials are being used to make this call |
| SearchOptions | A collections of search parameters passed to the search. |
| OnCompleted | Callback delegate which will receive the results of the search. Any GroupInfo from the search will also be available from GetCachedGroupInfo. |