praydog / UEVR

Universal Unreal Engine VR Mod (4.8 - 5.4)
http://uevr.io
2.75k stars 144 forks source link

Attach camera to skeletal mesh bone #209

Open Austint30 opened 4 months ago

Austint30 commented 4 months ago

Is your feature request related to a problem? Please describe. Only way I can find to turn third person view to first person view is to hide the pawn skeletal mesh and attach the camera to the pawn. But for 3dof I would like to keep the skeletal mesh visible.

Describe the solution you'd like I would like to attach the position of the camera to a bone of the skeletal mesh (i.e. the head) and have the rotation follow the player pawn direction. Also, ideally have the skeletal mesh root bone follow the pawn direction too.

Sorry if this is actually possible already. But I can't seem to find a way to do this. If this is already possible, please let me know!