Microsoft-OpenXR-Unreal icon indicating copy to clipboard operation
Microsoft-OpenXR-Unreal copied to clipboard

in multiplayer actor the motion controller is missing

Open tahoorasf1 opened this issue 2 years ago • 2 comments

pawn is compeletly working in 4.26. but in 27. it will work when it access to the camera the other time it is not working.

tahoorasf1 avatar Jun 14 '22 08:06 tahoorasf1

the motion controller is working on the server but it is not working on the client-side.

tahoorasf1 avatar Jun 14 '22 08:06 tahoorasf1

How are you setting up the network replication for your pawn?

You may need to replicate the motion controller transforms, then set those transforms manually for non-locally-controlled players.

Some example code: MotionControllerLeft/Right are MotionController components in the player pawn and Left/RightHandTransform are local Transform variables that are set to replicate.

image

fieldsJacksonG avatar Jul 07 '22 05:07 fieldsJacksonG