Navigation
API > API/Plugins > API/Plugins/OnlineServicesNull > API/Plugins/OnlineServicesNull/Online
Inheritance Hierarchy
- IOnlineComponent
- TOnlineComponent
- FLobbiesCommon
- FLobbiesNull
References
| Module | OnlineServicesNull |
| Header | /Engine/Plugins/Online/OnlineServicesNull/Source/Public/Online/LobbiesNull.h |
| Include | #include "Online/LobbiesNull.h" |
Syntax
class FLobbiesNull : public UE::Online::FLobbiesCommon
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLobbiesNull
(
FOnlineServicesNull& InServices |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOnlineAsyncOpHandle< FCreateLobby > | CreateLobby
(
FCreateLobby::Params&& Params |
ILobbies. | |
| TOnlineAsyncOpHandle< FFindLobbies > | FindLobbies
(
FFindLobbies::Params&& Params |
Search for lobbies using filtering parameters. | |
| TOnlineResult< FGetJoinedLobbies > | GetJoinedLobbies
(
FGetJoinedLobbies::Params&& Params |
Retrieve the list of joined lobbies for the target local user. | |
| TOnlineAsyncOpHandle< FJoinLobby > | JoinLobby
(
FJoinLobby::Params&& Params |
Join a lobby using its id. | |
| TOnlineAsyncOpHandle< FLeaveLobby > | LeaveLobby
(
FLeaveLobby::Params&& Params |
Leave a joined lobby. |
Overridden from IOnlineComponent
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
TOnlineComponent. | |
| void | PreShutdown () |
Called before any component has been shutdown. | |
| void | Tick
(
float DeltaSeconds |
Called every Tick. |