How to have the player camera manager's camera attach to a spring arm of a character?

时间:2019-05-19 04:19:01

标签: c++ unreal-engine4

I have a character blueprint with a spring arm. The blueprint does not have a camera. It's my understanding that the player camera manager brings its own camera and will use it, which I do see happening when I run the project. The camera is attaching at the origin, though, and not on the spring arm.

Is there a way to tell the player camera manager to attach to the spring arm, instead?

1 个答案:

答案 0 :(得分:0)

要获取所需的附件,您可能只想使用UCameraComponent,并确保它是附件层次结构中SpringArm的子代。