bUseControllerDesiredRotation 

If true, smoothly rotate the Character toward the Controller's desired rotation (typically Controller->ControlRotation), using RotationRate as the rate of rotation change.

 

bOrientRotationToMovement

If true, rotate the Character toward the direction of acceleration, using RotationRate as the rate of rotation change. Overrides UseControllerDesiredRotation. Normally you will want to make sure that other settings are cleared, such as bUseControllerRotationYaw on the Character.

 

 


bUsePawnControlRotation

If this component is placed on a pawn, should it use the view/control rotation of the pawn where possible? When disabled, the component will revert to using the stored RelativeRotation of the component. Note that this component itself does not rotate, but instead maintains its relative rotation to its parent as normal, and just repositions and rotates its children as desired by the inherited rotation settings. Use GetTargetRotation() if you want the rotation target based on all the settings (UsePawnControlRotation, InheritPitch, etc).

'언리얼4 > 일반' 카테고리의 다른 글

FCollisionQueryParams  (0) 2021.03.25
InverseTransformDirection  (0) 2021.03.25
Timeline  (0) 2021.03.20
Collision Sweep & Teleport  (1) 2021.03.08
UProperty & Property Specifiers  (0) 2021.03.08