ControlAim
Reminder: you can do most of you blueprint work by directly accessing class variables through the *Get* and *Set* nodes.
Last updated
Reminder: you can do most of you blueprint work by directly accessing class variables through the *Get* and *Set* nodes.
Last updated
Get the multiplication of raw input mouse delta X and HorizontalSpeed.
Get the multiplication of raw input mouse delta Y and VerticalSpeed.
Manually starts recentering. Used when recentering scheme is Manual, otherwise this function does nothing.
If you would like to use this node when scheme is Auto, you should first set the scheme to Manual. Once recentering completes, the camera will stop recentering to the heading direction, e.g., TargetForward.
Note that this function does not block player input. If player input is consumed during recentering, recentering will halt. In this case, you may want to set bConsumeInput to false.
Besides, this function will determine the target heading direction once it's called. This means even if the heading direction changes during recentering, this function will not use the new heading direction.
Input
Target
A ControlAim
target object.
Duration
Recentering duration.
Func
Recentering function.
Exp
Recentering exponential.
Immediately stop recentering. Used when recentering scheme is Manual. This function may be called when the follow target starts to move.
Input
Target
A ControlAim
target object.