Is it possible to access runtime body tracking data via blueprint? Or to add a follow camera (third person character) attach to the body tracking character!”?
I want to create a scenario whereas my first person view is based on the body tracking mannequin’s head movements.follow camera (bp_virtual cam) is attached to my body tracking character mesh, parent sockets: head, like in the third person character’s setting.
Do I need to access to the body tracking data?
For example, I guess either put a follow camera under the hierarchy of the character mash and set parent socket to head, or update camera’s position and rotation by calculating the cross product vector between the nose to left eye/ nose to right eye vector. Or getting average position and orientation between two eyes position, and some other 3D key points data like local orientation and position based on head position.