Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/ILobbies
Description
Change the attributes applied to a lobby member. Lobby members may only change their own attributes. Attributes are validated against the lobby schema before an update can succeed.
| Name | ModifyLobbyMemberAttributes |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Lobbies.h |
| Include Path | #include "Online/Lobbies.h" |
TOnlineAsyncOpHandle < FModifyLobbyMemberAttributes > ModifyLobbyMemberAttributes
(
FModifyLobbyMemberAttributes::Params && Params
)
Parameters
| Name | Remarks |
|---|---|
| Params | for the ModifyLobbyAttributes call |