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" |
TSharedPtr < const IGroupDenylist > GetCachedGroupDenylist
(
const FUniqueNetId & ContextUserId,
const FUniqueNetId & GroupId
)
Remarks
Get the cached list of users banned from this group. If the information is not cached locally, call QueryGroupDenylist to request it from the server. Shared pointer to the cached roster structure if one exists
Parameters
| Name | Description |
|---|---|
| ContextUserId | The ID of the user whose credentials are being used to make this call |
| GroupId | The group's globally unique ID |