Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommonEngineUtils > API/Plugins/OnlineServicesCommonEngineUtils/Online
Inheritance Hierarchy
References
| Module | OnlineServicesCommonEngineUtils |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommonEngineUtils/Public/Online/SessionsLAN.h |
| Include | #include "Online/SessionsLAN.h" |
Syntax
class FSessionsLAN : public UE::Online::FSessionsCommon
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< FLANSession > | LANSessionManager | ||
| uint32 | PublicSessionsHosted |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSessionsLAN
(
FOnlineServicesCommon& InServices |
FSessionsLAN |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | AppendSessionToPacket
(
FNboSerializeToBuffer& Packet, |
||
| void | FindLANSessions
(
const FAccountId& LocalAccountId |
||
| void | OnLANSearchTimeout
(
const FAccountId LocalAccountId |
||
| void | OnValidQueryPacketReceived
(
uint8* PacketData, |
||
| void | OnValidResponsePacketReceived
(
uint8* PacketData, |
||
| void | ReadSessionFromPacket
(
FNboSerializeFromBuffer& Packet, |
||
| void | |||
| TOptional< FOnlineError > | LANSessionManager methods |
Overridden from FSessionsCommon
| Type | Name | Description | |
|---|---|---|---|
| TFuture< TOnlineResult< FCreateSession > > | CreateSessionImpl
(
const FCreateSession::Params& Params |
FSessionsCommon. | |
| TFuture< TOnlineResult< FFindSessions > > | FindSessionsImpl
(
const FFindSessions::Params& Params |
||
| TFuture< TOnlineResult< FJoinSession > > | JoinSessionImpl
(
const FJoinSession::Params& Params |
||
| TFuture< TOnlineResult< FLeaveSession > > | LeaveSessionImpl
(
const FLeaveSession::Params& Params |
||
| TFuture< TOnlineResult< FUpdateSessionSettings > > | UpdateSessionSettingsImpl
(
const FUpdateSessionSettings::Params& Params |
Overridden from IOnlineComponent
| Type | Name | Description | |
|---|---|---|---|
| void | Tick
(
float DeltaSeconds |
Called every Tick. |
Typedefs
| Name | Description |
|---|---|
| Super |