UE1:PlayerReplicationInfo (RTNP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> Info >> ReplicationInfo >> PlayerReplicationInfo |
- Package:
- Engine
- Direct subclass:
- UPakReplicationInfo
- This class in other games:
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. |
PlayerReplicationInfo.
Properties
bFeigningDeath
Type: bool
bIsABot
Type: bool
bIsFemale
Type: bool
bIsSpectator
Type: bool
HasFlag
Type: Decoration
Ping
Type: int
PlayerID
Type: int
Unique id number.
PlayerName
Type: string
Player name, or blank if none.
PlayerZone
Type: ZoneInfo
Score
Type: float
Player's current score.
Spree
Type: float
Player is on a killing spree.
TalkTexture
Type: Texture
Team
Type: byte
Modifiers: travel
Player Team, 255 = None for player.
Default value: 255
TeamID
Type: int
Player position in team.
TeamName
Type: string
Team name, or blank if none.
VoiceType
Events
PostBeginPlay
event PostBeginPlay ()
Overrides: Actor.PostBeginPlay
Timer
event Timer ()
Overrides: Actor.Timer