Customization
Detection Parameters
To change the detection parameters, go to: BP_FirstPersonCharacter / BP_ThirdPersonCharacter -> EventGraph
The Aim Lock-On Component has 10 parameters:
Use control rotation? | Default Value: TRUE
Controls the rotation method by using control rotation or world rotation
Origin Component | Default Value: Scene Component
Sets the Component that is used for detection and movement
Detection Delay | Default Value: 0.1
Controls the delay between detection cycles
Detection Radius | Default Value: 50
Controls the radius at which to detect target actors
Detection Angle | Default Value: 0.985
Controls how close your aim has to be to the target to lock-on (0 to 1 clamp)
Detection Range | Default Value: 3000
Controls the max detection distance
Use Priority | Default Value: TRUE
Enables/Disables the priority targeting system
Target Timeout | Default Value: 4
Controls the number of seconds to pass before leaving a target if is not detected anymore
Interp Speed | Default Value: 6
Controls how fast the Component will turn to the target (0=instant)
Widget Class | Default Value: Widget_Target
Controls what widget to display when the target is acquired
Last updated