Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel
UE2:PlayerController (U2)
Object >> Actor >> Controller >> PlayerController |
Contents
- 1 Properties
- 2 Functions
- 2.1 Exec functions
- 2.2 Native functions
- 2.2.1 ClientHearSound
- 2.2.2 ClientTravel
- 2.2.3 ClientValidate
- 2.2.4 ServerValidationResponse
- 2.2.5 ChangeVoiceChatter
- 2.2.6 ConsoleCommand
- 2.2.7 CopyToClipboard
- 2.2.8 FindStairRotation
- 2.2.9 GetDefaultURL
- 2.2.10 GetEntryLevel
- 2.2.11 GetPlayerNetworkAddress
- 2.2.12 GetServerNetworkAddress
- 2.2.13 GetURLProtocol
- 2.2.14 LeaveVoiceChat
- 2.2.15 PasteFromClipboard
- 2.2.16 ResetKeyboard
- 2.2.17 SendEvent
- 2.2.18 SetNetSpeed
- 2.2.19 SetViewTarget
- 2.2.20 UpdateURL
- 2.3 Events
- 2.3.1 AddCameraEffect
- 2.3.2 ClientMessage
- 2.3.3 ClientSetViewTarget
- 2.3.4 Destroyed
- 2.3.5 GetRadarZoomPct
- 2.3.6 InitInputSystem
- 2.3.7 InitPlayer
- 2.3.8 NotifyLanded
- 2.3.9 PlayerCalcView
- 2.3.10 PlayerTick
- 2.3.11 PostBeginPlay
- 2.3.12 PostNetBeginPlay
- 2.3.13 PreClientTravel
- 2.3.14 ReceiveLocalizedMessage
- 2.3.15 RemoveCameraEffect
- 2.3.16 ServerChangeVoiceChatter
- 2.3.17 ServerGetVoiceChatters
- 2.3.18 StartClientDemoRec
- 2.3.19 TeamMessage
- 2.3.20 TravelPostAccept
- 2.4 Other instance functions
- 3 States
- Package:
- Engine
- Known classes within PlayerController:
- CheatManager, PlayerInput, U2CheatManager
- Direct subclasses:
- MessagingSpectator, Admin, Camera, DemoRecSpectator, PlayerControllerTutorial, U2PlayerController
- This class in other games:
- U2XMP, UE2Runtime, UT2004, UT2003, UT3, UDK
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. |
PlayerController
PlayerControllers are used by human players to control pawns.
This is a built-in Unreal class and it shouldn't be modified. for the change in Possess().
Properties[edit]
Property group 'ForceFeedback'[edit]
bEnableDamageForceFeedback[edit]
Type: bool
Modifiers: globalconfig
Default value: True
bEnableGUIForceFeedback[edit]
Type: bool
Modifiers: globalconfig
Default value: True
bEnablePickupForceFeedback[edit]
Type: bool
Modifiers: globalconfig
Default value: True
bEnableWeaponForceFeedback[edit]
Type: bool
Modifiers: globalconfig
Default value: True
bForceFeedbackSupported[edit]
Type: bool
true if a device is detected
Default value: True
Internal variables[edit]
See PlayerController internal variables.
Default values[edit]
Property | Value |
---|---|
bCanDoSpecial | True |
bCanOpenDoors | True |
bIsPlayer | True |
bTravel | True |
FovAngle | 85.0 |
NetPriority | 3.0 |
Functions[edit]
Exec functions[edit]
See PlayerController exec functions.
Native functions[edit]
ClientHearSound[edit]
ClientTravel[edit]
ClientValidate[edit]
ServerValidationResponse[edit]
ChangeVoiceChatter[edit]
ConsoleCommand[edit]
Overrides: Actor.ConsoleCommand
CopyToClipboard[edit]
FindStairRotation[edit]
GetDefaultURL[edit]
GetEntryLevel[edit]
GetPlayerNetworkAddress[edit]
GetServerNetworkAddress[edit]
GetURLProtocol[edit]
LeaveVoiceChat[edit]
PasteFromClipboard[edit]
ResetKeyboard[edit]
SendEvent[edit]
SetNetSpeed[edit]
SetViewTarget[edit]
UpdateURL[edit]
Events[edit]
AddCameraEffect[edit]
ClientMessage[edit]
ClientSetViewTarget[edit]
Destroyed[edit]
Overrides: Controller.Destroyed
GetRadarZoomPct[edit]
InitInputSystem[edit]
InitPlayer[edit]
NotifyLanded[edit]
Overrides: Controller.NotifyLanded
PlayerCalcView[edit]
PlayerTick[edit]
PostBeginPlay[edit]
Overrides: Controller.PostBeginPlay
PostNetBeginPlay[edit]
Overrides: Actor.PostNetBeginPlay
PreClientTravel[edit]
ReceiveLocalizedMessage[edit]
RemoveCameraEffect[edit]
ServerChangeVoiceChatter[edit]
ServerGetVoiceChatters[edit]
StartClientDemoRec[edit]
TeamMessage[edit]
TravelPostAccept[edit]
Overrides: Actor.TravelPostAccept
Other instance functions[edit]
See PlayerController instance functions.