Engine.OnlinePlayerInterface
- Modifiers
- dependson ( OnlineSubsystem )
This interface provides accessors to the platform specific player methods.
NOTE: All players are referenced by their controller number, which is
zero on the PC.
Engine.OnlinePlayerInterface
Functions Summary |
 | bool | AcceptFriendInvite (byte LocalUserNum, niqueNetId RequestingPlayer)
|
 | | AddAddFriendByNameCompleteDelegate (byte LocalUserNum, elegate<OnAddFriendByNameComplete> FriendDelegate)
|
 | bool | AddFriend (byte LocalUserNum, niqueNetId NewFriend, ptional string Message)
|
 | bool | AddFriendByName (byte LocalUserNum, tring FriendName, ptional string Message)
|
 | | AddFriendInviteReceivedDelegate (byte LocalUserNum, elegate<OnFriendInviteReceived> InviteDelegate)
|
 | | AddFriendMessageReceivedDelegate (byte LocalUserNum, elegate<OnFriendMessageReceived> MessageDelegate)
|
 | | AddFriendsChangeDelegate (byte LocalUserNum, elegate<OnFriendsChange> FriendsDelegate)
|
 | | AddJoinFriendGameCompleteDelegate (delegate<OnJoinFriendGameComplete> JoinFriendGameCompleteDelegate)
|
 | | AddKeyboardInputDoneDelegate (delegate<OnKeyboardInputComplete> InputDelegate)
|
 | | AddLoginCancelledDelegate (delegate<OnLoginCancelled> CancelledDelegate)
|
 | | AddLoginChangeDelegate (delegate<OnLoginChange> LoginDelegate, ptional byte LocalUserNum = 255)
|
 | | AddLoginFailedDelegate (byte LocalUserNum, elegate<OnLoginFailed> LoginDelegate)
|
 | | AddLogoutCompletedDelegate (byte LocalUserNum, elegate<OnLogoutCompleted> LogoutDelegate)
|
 | | AddMutingChangeDelegate (delegate<OnMutingChange> MutingDelegate)
|
 | | AddReadFriendsCompleteDelegate (byte LocalUserNum, elegate<OnReadFriendsComplete> ReadFriendsCompleteDelegate)
|
 | | AddReadProfileSettingsCompleteDelegate (byte LocalUserNum, elegate<OnReadProfileSettingsComplete> ReadProfileSettingsCompleteDelegate)
|
 | | AddReceivedGameInviteDelegate (byte LocalUserNum, elegate<OnReceivedGameInvite> ReceivedGameInviteDelegate)
|
 | | AddWriteProfileSettingsCompleteDelegate (byte LocalUserNum, elegate<OnWriteProfileSettingsComplete> WriteProfileSettingsCompleteDelegate)
|
 | bool | AreAnyFriends (byte LocalUserNum, ut array<FriendsQuery> Query)
|
 | bool | AutoLogin ()
|
 | EFeaturePrivilegeLevel | CanCommunicate (byte LocalUserNum)
|
 | EFeaturePrivilegeLevel | CanDownloadUserContent (byte LocalUserNum)
|
 | EFeaturePrivilegeLevel | CanPlayOnline (byte LocalUserNum)
|
 | EFeaturePrivilegeLevel | CanPurchaseContent (byte LocalUserNum)
|
 | EFeaturePrivilegeLevel | CanShowPresenceInformation (byte LocalUserNum)
|
 | EFeaturePrivilegeLevel | CanViewPlayerProfiles (byte LocalUserNum)
|
 | | ClearAddFriendByNameCompleteDelegate (byte LocalUserNum, elegate<OnAddFriendByNameComplete> FriendDelegate)
|
 | | ClearFriendInviteReceivedDelegate (byte LocalUserNum, elegate<OnFriendInviteReceived> InviteDelegate)
|
 | | ClearFriendMessageReceivedDelegate (byte LocalUserNum, elegate<OnFriendMessageReceived> MessageDelegate)
|
 | | ClearFriendsChangeDelegate (byte LocalUserNum, elegate<OnFriendsChange> FriendsDelegate)
|
 | | ClearJoinFriendGameCompleteDelegate (delegate<OnJoinFriendGameComplete> JoinFriendGameCompleteDelegate)
|
 | | ClearKeyboardInputDoneDelegate (delegate<OnKeyboardInputComplete> InputDelegate)
|
 | | ClearLoginCancelledDelegate (delegate<OnLoginCancelled> CancelledDelegate)
|
 | | ClearLoginChangeDelegate (delegate<OnLoginChange> LoginDelegate, ptional byte LocalUserNum = 255)
|
 | | ClearLoginFailedDelegate (byte LocalUserNum, elegate<OnLoginFailed> LoginDelegate)
|
 | | ClearLogoutCompletedDelegate (byte LocalUserNum, elegate<OnLogoutCompleted> LogoutDelegate)
|
 | | ClearMutingChangeDelegate (delegate<OnMutingChange> MutingDelegate)
|
 | | ClearReadFriendsCompleteDelegate (byte LocalUserNum, elegate<OnReadFriendsComplete> ReadFriendsCompleteDelegate)
|
 | | ClearReadProfileSettingsCompleteDelegate (byte LocalUserNum, elegate<OnReadProfileSettingsComplete> ReadProfileSettingsCompleteDelegate)
|
 | | ClearReceivedGameInviteDelegate (byte LocalUserNum, elegate<OnReceivedGameInvite> ReceivedGameInviteDelegate)
|
 | | ClearWriteProfileSettingsCompleteDelegate (byte LocalUserNum, elegate<OnWriteProfileSettingsComplete> WriteProfileSettingsCompleteDelegate)
|
 | bool | DeleteMessage (byte LocalUserNum, nt MessageIndex)
|
 | bool | DenyFriendInvite (byte LocalUserNum, niqueNetId RequestingPlayer)
|
 | | GetFriendMessages (byte LocalUserNum, ut array<OnlineFriendMessage> FriendMessages)
|
 | EOnlineEnumerationReadState | GetFriendsList (byte LocalUserNum, ut array<OnlineFriend> Friends, ptional int Count, ptional int StartingAt)
|
 | string | GetKeyboardInputResults (out byte bWasCanceled)
|
 | ELoginStatus | GetLoginStatus (byte LocalUserNum)
|
 | string | GetPlayerNickname (byte LocalUserNum)
|
 | OnlineProfileSettings | GetProfileSettings (byte LocalUserNum)
|
 | bool | GetUniquePlayerId (byte LocalUserNum, ut UniqueNetId PlayerId)
|
 | bool | IsFriend (byte LocalUserNum, niqueNetId PlayerId)
|
 | bool | IsMuted (byte LocalUserNum, niqueNetId PlayerId)
|
 | bool | JoinFriendGame (byte LocalUserNum, niqueNetId Friend)
|
 | bool | Login (byte LocalUserNum, tring LoginName, tring Password, ptional bool bWantsLocalOnly)
|
 | bool | Logout (byte LocalUserNum)
|
 | bool | ReadFriendsList (byte LocalUserNum, ptional int Count, ptional int StartingAt)
|
 | bool | ReadProfileSettings (byte LocalUserNum, nlineProfileSettings ProfileSettings)
|
 | bool | RemoveFriend (byte LocalUserNum, niqueNetId FormerFriend)
|
 | bool | SendGameInviteToFriend (byte LocalUserNum, niqueNetId Friend, ptional string Text)
|
 | bool | SendGameInviteToFriends (byte LocalUserNum, rray<UniqueNetId> Friends, ptional string Text)
|
 | bool | SendMessageToFriend (byte LocalUserNum, niqueNetId Friend, tring Message)
|
 | | SetOnlineStatus (byte LocalUserNum, nt StatusId, onst out array<LocalizedStringSetting> LocalizedStringSettings, onst out array<SettingsProperty> Properties)
|
 | bool | ShowFriendsUI (byte LocalUserNum)
|
 | bool | ShowKeyboardUI (byte LocalUserNum, tring TitleText, tring DescriptionText, optional bool bIsPassword = false, optional bool bShouldValidate = true, optional string DefaultText, optional int MaxResultLength = 256)
|
 | bool | ShowLoginUI (optional bool bShowOnlineOnly = false)
|
 | bool | WriteProfileSettings (byte LocalUserNum, nlineProfileSettings ProfileSettings)
|
OnAddFriendByNameComplete Source code
delegate OnAddFriendByNameComplete ( bool bWasSuccessful )
OnFriendInviteReceived Source code
delegate OnFriendInviteReceived ( byte LocalUserNum,UniqueNetId RequestingPlayer,string RequestingNick,string Message )
OnFriendMessageReceived Source code
delegate OnFriendMessageReceived ( byte LocalUserNum,UniqueNetId SendingPlayer,string SendingNick,string Message )
delegate OnFriendsChange ( )
OnJoinFriendGameComplete Source code
delegate OnJoinFriendGameComplete ( bool bWasSuccessful )
OnKeyboardInputComplete Source code
delegate OnKeyboardInputComplete ( bool bWasSuccessful )
delegate OnLoginCancelled ( )
delegate OnLoginChange ( )
delegate OnLoginFailed ( byte LocalUserNum,EOnlineServerConnectionStatus ErrorCode )
delegate OnLogoutCompleted ( bool bWasSuccessful )
delegate OnMutingChange ( )
delegate OnReadFriendsComplete ( bool bWasSuccessful )
OnReadProfileSettingsComplete Source code
delegate OnReadProfileSettingsComplete ( bool bWasSuccessful )
delegate OnReceivedGameInvite ( byte LocalUserNum,string InviterName )
OnWriteProfileSettingsComplete Source code
delegate OnWriteProfileSettingsComplete ( bool bWasSuccessful )
function bool AcceptFriendInvite ( byte LocalUserNum,UniqueNetId RequestingPlayer )
AddAddFriendByNameCompleteDelegate Source code
function AddAddFriendByNameCompleteDelegate ( byte LocalUserNum,delegate<OnAddFriendByNameComplete> FriendDelegate )
function bool AddFriend ( byte LocalUserNum,UniqueNetId NewFriend,optional string Message )
function bool AddFriendByName ( byte LocalUserNum,string FriendName,optional string Message )
AddFriendInviteReceivedDelegate Source code
function AddFriendInviteReceivedDelegate ( byte LocalUserNum,delegate<OnFriendInviteReceived> InviteDelegate )
AddFriendMessageReceivedDelegate Source code
function AddFriendMessageReceivedDelegate ( byte LocalUserNum,delegate<OnFriendMessageReceived> MessageDelegate )
AddFriendsChangeDelegate Source code
function AddFriendsChangeDelegate ( byte LocalUserNum,delegate<OnFriendsChange> FriendsDelegate )
AddJoinFriendGameCompleteDelegate Source code
function AddJoinFriendGameCompleteDelegate ( delegate<OnJoinFriendGameComplete> JoinFriendGameCompleteDelegate )
AddKeyboardInputDoneDelegate Source code
function AddKeyboardInputDoneDelegate ( delegate<OnKeyboardInputComplete> InputDelegate )
AddLoginCancelledDelegate Source code
function AddLoginCancelledDelegate ( delegate<OnLoginCancelled> CancelledDelegate )
AddLoginChangeDelegate Source code
function AddLoginChangeDelegate ( delegate<OnLoginChange> LoginDelegate,optional byte LocalUserNum = 255 )
AddLoginFailedDelegate Source code
function AddLoginFailedDelegate ( byte LocalUserNum,delegate<OnLoginFailed> LoginDelegate )
AddLogoutCompletedDelegate Source code
function AddLogoutCompletedDelegate ( byte LocalUserNum,delegate<OnLogoutCompleted> LogoutDelegate )
AddMutingChangeDelegate Source code
function AddMutingChangeDelegate ( delegate<OnMutingChange> MutingDelegate )
AddReadFriendsCompleteDelegate Source code
function AddReadFriendsCompleteDelegate ( byte LocalUserNum,delegate<OnReadFriendsComplete> ReadFriendsCompleteDelegate )
AddReadProfileSettingsCompleteDelegate Source code
function AddReadProfileSettingsCompleteDelegate ( byte LocalUserNum,delegate<OnReadProfileSettingsComplete> ReadProfileSettingsCompleteDelegate )
AddReceivedGameInviteDelegate Source code
function AddReceivedGameInviteDelegate ( byte LocalUserNum,delegate<OnReceivedGameInvite> ReceivedGameInviteDelegate )
AddWriteProfileSettingsCompleteDelegate Source code
function AddWriteProfileSettingsCompleteDelegate ( byte LocalUserNum,delegate<OnWriteProfileSettingsComplete> WriteProfileSettingsCompleteDelegate )
function bool AreAnyFriends ( byte LocalUserNum,out array<FriendsQuery> Query )
function bool AutoLogin ( )
function EFeaturePrivilegeLevel CanCommunicate ( byte LocalUserNum )
CanDownloadUserContent Source code
function EFeaturePrivilegeLevel CanDownloadUserContent ( byte LocalUserNum )
function EFeaturePrivilegeLevel CanPlayOnline ( byte LocalUserNum )
function EFeaturePrivilegeLevel CanPurchaseContent ( byte LocalUserNum )
CanShowPresenceInformation Source code
function EFeaturePrivilegeLevel CanShowPresenceInformation ( byte LocalUserNum )
function EFeaturePrivilegeLevel CanViewPlayerProfiles ( byte LocalUserNum )
ClearAddFriendByNameCompleteDelegate Source code
function ClearAddFriendByNameCompleteDelegate ( byte LocalUserNum,delegate<OnAddFriendByNameComplete> FriendDelegate )
ClearFriendInviteReceivedDelegate Source code
function ClearFriendInviteReceivedDelegate ( byte LocalUserNum,delegate<OnFriendInviteReceived> InviteDelegate )
ClearFriendMessageReceivedDelegate Source code
function ClearFriendMessageReceivedDelegate ( byte LocalUserNum,delegate<OnFriendMessageReceived> MessageDelegate )
ClearFriendsChangeDelegate Source code
function ClearFriendsChangeDelegate ( byte LocalUserNum,delegate<OnFriendsChange> FriendsDelegate )
ClearJoinFriendGameCompleteDelegate Source code
function ClearJoinFriendGameCompleteDelegate ( delegate<OnJoinFriendGameComplete> JoinFriendGameCompleteDelegate )
ClearKeyboardInputDoneDelegate Source code
function ClearKeyboardInputDoneDelegate ( delegate<OnKeyboardInputComplete> InputDelegate )
ClearLoginCancelledDelegate Source code
function ClearLoginCancelledDelegate ( delegate<OnLoginCancelled> CancelledDelegate )
ClearLoginChangeDelegate Source code
function ClearLoginChangeDelegate ( delegate<OnLoginChange> LoginDelegate,optional byte LocalUserNum = 255 )
ClearLoginFailedDelegate Source code
function ClearLoginFailedDelegate ( byte LocalUserNum,delegate<OnLoginFailed> LoginDelegate )
ClearLogoutCompletedDelegate Source code
function ClearLogoutCompletedDelegate ( byte LocalUserNum,delegate<OnLogoutCompleted> LogoutDelegate )
ClearMutingChangeDelegate Source code
function ClearMutingChangeDelegate ( delegate<OnMutingChange> MutingDelegate )
ClearReadFriendsCompleteDelegate Source code
function ClearReadFriendsCompleteDelegate ( byte LocalUserNum,delegate<OnReadFriendsComplete> ReadFriendsCompleteDelegate )
ClearReadProfileSettingsCompleteDelegate Source code
function ClearReadProfileSettingsCompleteDelegate ( byte LocalUserNum,delegate<OnReadProfileSettingsComplete> ReadProfileSettingsCompleteDelegate )
ClearReceivedGameInviteDelegate Source code
function ClearReceivedGameInviteDelegate ( byte LocalUserNum,delegate<OnReceivedGameInvite> ReceivedGameInviteDelegate )
ClearWriteProfileSettingsCompleteDelegate Source code
function ClearWriteProfileSettingsCompleteDelegate ( byte LocalUserNum,delegate<OnWriteProfileSettingsComplete> WriteProfileSettingsCompleteDelegate )
function bool DeleteMessage ( byte LocalUserNum,int MessageIndex )
function bool DenyFriendInvite ( byte LocalUserNum,UniqueNetId RequestingPlayer )
function GetFriendMessages ( byte LocalUserNum,out array<OnlineFriendMessage> FriendMessages )
function EOnlineEnumerationReadState GetFriendsList ( byte LocalUserNum,out array<OnlineFriend> Friends,optional int Count,optional int StartingAt )
GetKeyboardInputResults Source code
function string GetKeyboardInputResults ( out byte bWasCanceled )
function ELoginStatus GetLoginStatus ( byte LocalUserNum )
function string GetPlayerNickname ( byte LocalUserNum )
function bool GetUniquePlayerId ( byte LocalUserNum,out UniqueNetId PlayerId )
function bool IsFriend ( byte LocalUserNum,UniqueNetId PlayerId )
function bool IsMuted ( byte LocalUserNum,UniqueNetId PlayerId )
function bool JoinFriendGame ( byte LocalUserNum,UniqueNetId Friend )
function bool Login ( byte LocalUserNum,string LoginName,string Password,optional bool bWantsLocalOnly )
function bool Logout ( byte LocalUserNum )
function bool ReadFriendsList ( byte LocalUserNum,optional int Count,optional int StartingAt )
function bool RemoveFriend ( byte LocalUserNum,UniqueNetId FormerFriend )
SendGameInviteToFriend Source code
function bool SendGameInviteToFriend ( byte LocalUserNum,UniqueNetId Friend,optional string Text )
SendGameInviteToFriends Source code
function bool SendGameInviteToFriends ( byte LocalUserNum,array<UniqueNetId> Friends,optional string Text )
function bool SendMessageToFriend ( byte LocalUserNum,UniqueNetId Friend,string Message )
function SetOnlineStatus (
byte LocalUserNum,
int StatusId,const out array<
LocalizedStringSetting> LocalizedStringSettings,const out array<
SettingsProperty> Properties )
function bool ShowFriendsUI ( byte LocalUserNum )
function bool ShowKeyboardUI ( byte LocalUserNum,string TitleText,string DescriptionText,
optional bool bIsPassword = false,
optional bool bShouldValidate = true,
optional string DefaultText,
optional int MaxResultLength = 256 )
function bool ShowLoginUI ( optional bool bShowOnlineOnly = false )
defaultproperties
{
Name="Default__OnlinePlayerInterface"
ObjectArchetype=Interface'Core.Default__Interface'
}
|
Creation time: sk 18-3-2018 10:00:40.184 - Created with
UnCodeX