Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
Inheritance Hierarchy
- ISessionInvite
- FSessionInviteCommon
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include | #include "Online/Sessions.h" |
Syntax
class ISessionInvite
Remarks
Interface to access all information about an invitation to join an Online Session. Read only
Functions
| 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 () |