SetControllerOrientedMovement
From Onset Developer Wiki
Description
Makes the player mesh to control like in first person. Meaning when you press 'S' the character won't turn backwards but rather just walk backwards.
Syntax
SetControllerOrientedMovement(bEnable)
Parameters
- bEnable
true to enable
Return Value
- Returns true on success.
Example
SetControllerOrientedMovement(true)
See also
__EDIT_ME__