I'm a doctor, not a mechanic

UE3:Player (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Player
Package: 
Engine
Direct subclass:
LocalPlayer
This class in other games:
RTNP, U1, UT, U2, U2XMP, UT2003, UE2Runtime, UT2004, UT3

Player: Corresponds to a real player (a local camera or remote net player).

Properties

Actor

Type: PlayerController

Modifiers: transient, const


ConfiguredInternetSpeed

Type: int

Modifiers: globalconfig


Default value: 10000

ConfiguredLanSpeed

Type: int

Modifiers: globalconfig


Default value: 20000

CurrentNetSpeed

Type: int

Modifiers: const


PP_DesaturationMultiplier

Type: float

Modifiers: config

Global multiplier for scene desaturation PP effect.

Default value: 1.0

PP_HighlightsMultiplier

Type: float

Modifiers: config

Global multiplier for scene highlights PP effect.

Default value: 1.0

PP_MidTonesMultiplier

Type: float

Modifiers: config

Global multiplier for scene midtones PP effect.

Default value: 1.0

PP_ShadowsMultiplier

Type: float

Modifiers: config

Global multiplier for scene shadows PP effect.

Default value: 1.0

Native functions

SwitchController

native function SwitchController (PlayerController PC)

Dynamically assign Controller to Player and set viewport.

Parameters:

  • PC - new player controller to assign to player