Gah - a solution with more questions. – EntropicLqd
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
Property group 'ForceFeedback'
bEnableDamageForceFeedback
Type: bool
Modifiers: globalconfig
Default value: True
bEnableGUIForceFeedback
Type: bool
Modifiers: globalconfig
Default value: True
bEnablePickupForceFeedback
Type: bool
Modifiers: globalconfig
Default value: True
bEnableWeaponForceFeedback
Type: bool
Modifiers: globalconfig
Default value: True
bForceFeedbackSupported
Type: bool
true if a device is detected
Default value: True
Internal variables
See PlayerController internal variables.
Default values
Property | Value |
---|---|
bCanDoSpecial | True |
bCanOpenDoors | True |
bIsPlayer | True |
bTravel | True |
FovAngle | 85.0 |
NetPriority | 3.0 |
Functions
Exec functions
See PlayerController exec functions.
Native functions
ClientHearSound
ClientTravel
ClientValidate
ServerValidationResponse
ChangeVoiceChatter
ConsoleCommand
Overrides: Actor.ConsoleCommand
CopyToClipboard
FindStairRotation
GetDefaultURL
GetEntryLevel
GetPlayerNetworkAddress
GetServerNetworkAddress
GetURLProtocol
LeaveVoiceChat
PasteFromClipboard
ResetKeyboard
SendEvent
SetNetSpeed
SetViewTarget
UpdateURL
Events
AddCameraEffect
ClientMessage
ClientSetViewTarget
Destroyed
Overrides: Controller.Destroyed
GetRadarZoomPct
InitInputSystem
InitPlayer
NotifyLanded
Overrides: Controller.NotifyLanded
PlayerCalcView
PlayerTick
PostBeginPlay
Overrides: Controller.PostBeginPlay
PostNetBeginPlay
Overrides: Actor.PostNetBeginPlay
PreClientTravel
ReceiveLocalizedMessage
RemoveCameraEffect
ServerChangeVoiceChatter
ServerGetVoiceChatters
StartClientDemoRec
TeamMessage
TravelPostAccept
Overrides: Actor.TravelPostAccept
Other instance functions
See PlayerController instance functions.