I'm a doctor, not a mechanic
UE3:Player (UDK)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Player |
- Package:
- Engine
- Direct subclass:
- LocalPlayer
- This class in other games:
- RTNP, U1, UT, U2, U2XMP, UT2003, UE2Runtime, UT2004, UT3
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. |
Player: Corresponds to a real player (a local camera or remote net player).
Properties[edit]
Actor[edit]
Type: PlayerController
Modifiers: transient, const
ConfiguredInternetSpeed[edit]
Type: int
Modifiers: globalconfig
Default value: 10000
ConfiguredLanSpeed[edit]
Type: int
Modifiers: globalconfig
Default value: 20000
CurrentNetSpeed[edit]
Type: int
Modifiers: const
PP_DesaturationMultiplier[edit]
Type: float
Modifiers: config
Global multiplier for scene desaturation PP effect.
Default value: 1.0
PP_HighlightsMultiplier[edit]
Type: float
Modifiers: config
Global multiplier for scene highlights PP effect.
Default value: 1.0
PP_MidTonesMultiplier[edit]
Type: float
Modifiers: config
Global multiplier for scene midtones PP effect.
Default value: 1.0
PP_ShadowsMultiplier[edit]
Type: float
Modifiers: config
Global multiplier for scene shadows PP effect.
Default value: 1.0
Native functions[edit]
SwitchController[edit]
native function SwitchController (PlayerController PC)
Dynamically assign Controller to Player and set viewport.
Parameters:
- PC - new player controller to assign to player