Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface
| |
|
| Name |
FUISessionJoinRequested |
| Type |
struct |
| Header File |
/Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include Path |
#include "Online/Sessions.h" |
Syntax
struct FUISessionJoinRequested
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| JoinRequestedSource |
EUISessionJoinRequestedSource |
Join request source |
Online/Sessions.h |
|
| LocalAccountId |
FAccountId |
Id handle for the local user associated with the join request |
Online/Sessions.h |
|
| Result |
TResult< FOnlineSessionId, FOnlineError > |
Id handle for the session the local user requested to join, or the online error if there was a failure retrieving it |
Online/Sessions.h |
|