how to fixed ?
last weeked I use normaly.
Thanks for this pointless comment, This is the top result provided by a search, and no other results have an answer.
@Jimbohalo10
Did you ever figure this out? I had the same issue on 5.3, verified install, no luck, removed 5.3, installed 5.4 still no luck.
The SteamVR plugin has been deprecated and removed from the engine since 5.3. It has been superseded with the OpenXR plugin.
Without Steam VR Plugin, Blueprints does not have the option to “Get Tracked Device” ? I’m trying to track my HTC Vive Controller, anyone have a suggestion ? Thanks.
The OpenXR API does not support directly accessing tracked devices. It’s only possible to reference them by which hand they are held in now.
You can track controllers either by setting up a Motion Controller Component in your player pawn (the preferred way), or by using the Get Motion Controller Data node.