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