I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX
UE3:UIAction_GetLoggedInPlayerCount (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SequenceObject >> SequenceOp >> SequenceAction >> UIAction >> UIAction_GetLoggedInPlayerCount |
- Package:
- Engine
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
This action returns the number of players logged in.
Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.
Properties
Property group 'UIAction_GetLoggedInPlayerCount'
MaxPlayers
Type: int
Maximum number of players this game supports.
Default value: 4
Internal variables
NumLocalOnly
Type: int
Number of people logged with a non-online profile.
NumOnlineEnabled
Type: int
Number of people logged with a online enabled profile.
TotalLoggedIn
Type: int
Number of people logged-in in total.
Default values
Property | Value | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ObjCategory | "Online" | ||||||||||||||
ObjName | "Get Logged-in Player Count" | ||||||||||||||
VariableLinks[3] |
|
||||||||||||||
VariableLinks[4] |
|
||||||||||||||
VariableLinks[5] |
|
Events
GetLoginStatus
event GetLoginStatus ()
Gets the number of logged in players from the OnlineSubsystem and stores them into a variable.