Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineSession
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSessionInterface.h |
| Include | #include "Interfaces/OnlineSessionInterface.h" |
bool UpdateSession
(
FName SessionName,
FOnlineSessionSettings & UpdatedSessionSettings,
bool bShouldRefreshOnlineData
)
Remarks
Updates the localized settings/properties for the session in question true if successful creating the session, false otherwise
Parameters
| Name | Description |
|---|---|
| SessionName | the name of the session to update |
| UpdatedSessionSettings | the object to update the session settings with |
| bShouldRefreshOnlineData | whether to submit the data to the backend or not |