gpg::
  #include <real_time_multiplayer_manager.h>
  Data and ResponseStatus for the ShowWaitingRoomUI operation. 
Summary
If IsSuccess(status) returns true, room is populated. 
| Public attributes | |
|---|---|
| room | The  RealTimeRoomfor this response. | 
| status | The  ResponseStatusof the operation which generated thisResponse. | 
Public attributes
room
RealTimeRoom gpg::RealTimeMultiplayerManager::WaitingRoomUIResponse::room
The RealTimeRoom for this response. 
Valid() only returns true for the room if IsSuccess() returns true for status. 
status
UIStatus gpg::RealTimeMultiplayerManager::WaitingRoomUIResponse::status
The ResponseStatus of the operation which generated this Response. 
