microsoft / MixedReality-UXTools-Unreal

UX tools and components for developing Mixed Reality applications in UE4.
https://microsoft.github.io/MixedReality-UXTools-Unreal/
MIT License
316 stars 86 forks source link

Client-side Hand Interactors #72

Open nicklevergne opened 1 year ago

nicklevergne commented 1 year ago

I'm trying to create a multiplayer XR experience and would like the functionality of UX Tools for client-side UI but can't get the hand actors to connect to a pawn that is replicated on the server. Is there a way around this? I am aware that UX Tools do not support replication, so if possible I'd like the hand interactors to exist only on the client's side of things. Sidenote, but what would it take to make UX Tools replication compatible? Is there an inherent limitation preventing it?