How could I hide the real character for the Player, but still be visible for others?

Hello i got the following problem, the player pawn got a real character and floating hands and a camera object, i want to hide the real character for the Player, but want to leave it visible to other players… So the player can only see his hands and other players see the full character. How can i manage this? (No c++, blueprint only)

Hi

Set bOnlyOwnerSee flag on your player hands component.

Set bOwnerNoSee flag on your full character component.

Docs:

https://docs.unrealengine.com/latest/INT/API/Runtime/Engine/Components/UPrimitiveComponent/bOnlyOwnerSee/index.html

https://docs.unrealengine.com/latest/INT/API/Runtime/Engine/Components/UPrimitiveComponent/bOwnerNoSee/index.html

Answers:

https://answers.unrealengine.com/questions/2547/toggle-bownernosee-ingame.html

Regards

Pierdek