Customization
To change the detection parameters, go to: BP_FirstPersonCharacter / BP_ThirdPersonCharacter -> EventGraph
The Aim Lock-On Component has 10 parameters:
Laser Range | Default Value: 5000
Sets the maximum laser range
Update time | Default Value: 0,01
Because it runs on event tick, it has a custom delay for optimization
Color | Type: Linear Color
Sets the laser color
Width | Default Value: 1
Sets the laser width
Can Reflect? | Default Value: True
Enables/Disables the Reflection feature
Can Refract? | Default Value: True
Enables/Disables the Refraction feature
Refraction Index | Default Value: 1.2
Sets the simulated refraction index of the material
Use Material Refraction? | Default Value: True
Enables/Disables the Material Refraction feature
Mat Refraction Index Name | Type: String
Sets the name of the Refraction Index parameter in the refracted material (The Mat Refraction Index Name need to be the same as the Parameter name in the material - case sensitive)
Last updated