Only Aim Camera
Last updated
Last updated
When you need a monitoring view, you can create a only-aim camera by using the TargetingAim component.
Right click on Content Browser -> "Blueprint Class" -> create a "ECameraBase" class.
Open the class blueprint, select the "Camera Settings Component" and on the "Details" panel, expand the "ECamera" section.
Choose TargetingAim for "Aim Component". You do not need to specify a follow component. You can set its properties.
In the blueprint where you want to call this camera, invoke the "CallCamera" node and pass in the "Camera Class" and "Aim Target". You should specify camera's spawn location and optionally its spawn rotation. Ensure to disable Preserve State.