Engine.OnlinePlayerInterfaceEx
- Modifiers
- dependson ( OnlineSubsystem )
This interface provides extended player functionality not supported by
all platforms. The OnlineSubsystem will return NULL when requesting this
interface on a platform where it is not supporeted.
Engine.OnlinePlayerInterfaceEx
Functions Summary |
 | | AddDeviceSelectionDoneDelegate (byte LocalUserNum, elegate<OnDeviceSelectionComplete> DeviceDelegate)
|
 | | AddProfileDataChangedDelegate (byte LocalUserNum, elegate<OnProfileDataChanged> ProfileDataChangedDelegate)
|
 | | AddUnlockAchievementCompleteDelegate (byte LocalUserNum, elegate<OnUnlockAchievementComplete> UnlockAchievementCompleteDelegate)
|
 | | ClearDeviceSelectionDoneDelegate (byte LocalUserNum, elegate<OnDeviceSelectionComplete> DeviceDelegate)
|
 | | ClearProfileDataChangedDelegate (byte LocalUserNum, elegate<OnProfileDataChanged> ProfileDataChangedDelegate)
|
 | | ClearUnlockAchievementCompleteDelegate (byte LocalUserNum, elegate<OnUnlockAchievementComplete> UnlockAchievementCompleteDelegate)
|
 | int | GetDeviceSelectionResults (byte LocalUserNum, ut string DeviceName)
|
 | bool | IsAchievementUnlocked (int AchievementId)
|
 | bool | IsDeviceValid (int DeviceId)
|
 | bool | ShowAchievementsUI (byte LocalUserNum)
|
 | bool | ShowContentMarketplaceUI (byte LocalUserNum)
|
 | bool | ShowDeviceSelectionUI (byte LocalUserNum, nt SizeNeeded, ool bForceShowUI = false)
|
 | bool | ShowFeedbackUI (byte LocalUserNum, niqueNetId PlayerId)
|
 | bool | ShowFriendsInviteUI (byte LocalUserNum, niqueNetId PlayerId)
|
 | bool | ShowGamerCardUI (byte LocalUserNum, niqueNetId PlayerId)
|
 | bool | ShowInviteUI (byte LocalUserNum, ptional string InviteText)
|
 | bool | ShowMembershipMarketplaceUI (byte LocalUserNum)
|
 | bool | ShowMessagesUI (byte LocalUserNum)
|
 | bool | ShowPlayersUI (byte LocalUserNum)
|
 | bool | UnlockAchievement (byte LocalUserNum, nt AchievementId)
|
 | bool | UnlockGamerPicture (byte LocalUserNum, nt PictureId)
|
OnDeviceSelectionComplete Source code
delegate OnDeviceSelectionComplete ( bool bWasSuccessful )
delegate OnProfileDataChanged ( )
OnUnlockAchievementComplete Source code
delegate OnUnlockAchievementComplete ( bool bWasSuccessful )
AddDeviceSelectionDoneDelegate Source code
function AddDeviceSelectionDoneDelegate ( byte LocalUserNum,delegate<OnDeviceSelectionComplete> DeviceDelegate )
AddProfileDataChangedDelegate Source code
function AddProfileDataChangedDelegate ( byte LocalUserNum,delegate<OnProfileDataChanged> ProfileDataChangedDelegate )
AddUnlockAchievementCompleteDelegate Source code
function AddUnlockAchievementCompleteDelegate ( byte LocalUserNum,delegate<OnUnlockAchievementComplete> UnlockAchievementCompleteDelegate )
ClearDeviceSelectionDoneDelegate Source code
function ClearDeviceSelectionDoneDelegate ( byte LocalUserNum,delegate<OnDeviceSelectionComplete> DeviceDelegate )
ClearProfileDataChangedDelegate Source code
function ClearProfileDataChangedDelegate ( byte LocalUserNum,delegate<OnProfileDataChanged> ProfileDataChangedDelegate )
ClearUnlockAchievementCompleteDelegate Source code
function ClearUnlockAchievementCompleteDelegate ( byte LocalUserNum,delegate<OnUnlockAchievementComplete> UnlockAchievementCompleteDelegate )
GetDeviceSelectionResults Source code
function int GetDeviceSelectionResults ( byte LocalUserNum,out string DeviceName )
function bool IsAchievementUnlocked ( int AchievementId )
function bool IsDeviceValid ( int DeviceId )
function bool ShowAchievementsUI ( byte LocalUserNum )
ShowContentMarketplaceUI Source code
function bool ShowContentMarketplaceUI ( byte LocalUserNum )
function bool ShowDeviceSelectionUI ( byte LocalUserNum,int SizeNeeded,bool bForceShowUI = false )
function bool ShowFeedbackUI ( byte LocalUserNum,UniqueNetId PlayerId )
function bool ShowFriendsInviteUI ( byte LocalUserNum,UniqueNetId PlayerId )
function bool ShowGamerCardUI ( byte LocalUserNum,UniqueNetId PlayerId )
function bool ShowInviteUI ( byte LocalUserNum,optional string InviteText )
ShowMembershipMarketplaceUI Source code
function bool ShowMembershipMarketplaceUI ( byte LocalUserNum )
function bool ShowMessagesUI ( byte LocalUserNum )
function bool ShowPlayersUI ( byte LocalUserNum )
function bool UnlockAchievement ( byte LocalUserNum,int AchievementId )
function bool UnlockGamerPicture ( byte LocalUserNum,int PictureId )
defaultproperties
{
Name="Default__OnlinePlayerInterfaceEx"
ObjectArchetype=Interface'Core.Default__Interface'
}
|
Creation time: sk 18-3-2018 10:00:40.205 - Created with
UnCodeX