IOnlineGroups::FindGroups

Find all groups matching the specified search string

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineGroupsInterface.h

Include

#include "Interfaces/OnlineGroupsInterface.h"

Syntax

void FindGroups
(
    const FUniqueNetId & ContextUserId,
    const FGroupSearchOptions & SearchOptions,
    const FOnFindGroupsCompleted & OnCompleted
)

Remarks

Find all groups matching the specified search string

Parameters

Parameter

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss