IOnlineGroups::UpdateGroupInfo

Update the user specified fields of the group such as name, description, etc.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineGroupsInterface.h"

Syntax

void UpdateGroupInfo
(
    const FUniqueNetId & ContextUserId,
    const FUniqueNetId & GroupId,
    const FGroupDisplayInfo & GroupInfo,
    const FOnGroupsRequestCompleted & OnCompleted
)

Remarks

Update the user specified fields of the group such as name, description, etc. This call may fail if the name changes and the new name is already in use within this namespace.

Parameters

Parameter

Description

ContextUserId

The ID of the user whose credentials are being used to make this call

GroupId

The group's globally unique ID

GroupInfo

The new group display info structure.

OnCompleted

This callback is invoked after contacting the server. It is guaranteed to occur (regardless of success/fail) and will not be called before this function returns.

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