Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
Inheritance Hierarchy
- ISessionInvite
- FSessionInviteCommon
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/SessionsCommon.h |
| Include | #include "Online/SessionsCommon.h" |
Syntax
class FSessionInviteCommon : public UE::Online::ISessionInvite
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSessionInviteId | InviteId | The invite id handle, needed for retrieving invite information and rejecting the invite | |
| FAccountId | RecipientId | The id handle for the user which the invite got sent to | |
| FAccountId | SenderId | The id handle for the user which sent the invite | |
| FOnlineSessionId | SessionId | The session id handle, needed for retrieving the session information |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSessionInviteCommon
(
const FAccountId& InRecipientId, |
FSessionInvitecommon |
Overridden from ISessionInvite
| Type | Name | Description | |
|---|---|---|---|
| const FSessionInviteId | GetInviteId () |
||
| const FAccountId | Retrieves the id handle for the user who received the invite | ||
| const FAccountId | GetSenderId () |
Retrieves the id handle for the user who sent the invite | |
| const FOnlineSessionId | GetSessionId () |
||
| FString | ToLogString () |