Vivi Wu Posted March 24, 2023 Posted March 24, 2023 Unreal Engine does not provide OpenVR IVRDebug interface in SteamVRPlugin, therefore DriverDebugRequest() is not available for game project use. What you need to do to use DriverDebugRequest() in Unreal Engine: Link your Epic Games account to GitHub account and get authorized by Epic Games. https://www.unrealengine.com/en-US/ue-on-github Modify and rebuilt Unreal Engine according to our GitHub repository https://github.com/ViveSW/UnrealEngine/tree/4.27-DriverDebugRequest You should be able to call DriverDebugRequest() from your Unreal project now! If you want to check our sample project for a Blueprint example: Download sample project : UE 4.27 sample projectDDRTest_Proj.zip Switch the sample project’s Unreal Engine version to your local build Generate project file for sample project Now you can open the sample project and check Level Blueprint for the example of USteamVRFunctionLibrary::DriverDebugRequest() Note: For debug usage, search for “DebugRequest” or “SendV2RParamToServer” In Steam/logs/vrserver.txt to check if DriverDebugRequest() works properly.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now