Custom UEVR Injector - Console
Changelog / How to Use
-
Shortcut System Added
Create a shortcut for any game to launch the injector with your saved settings. -
Runtime Selection
Choose your VR runtime: OpenXR or OpenVR. -
Nullify VR Plugins
Optionally injectUEVRPluginNullifier.dllto disable specific VR plugins.
Instructions
-
Copy the Injector
PlaceCustom-UEVR-Injector.exein the same folder asUEVR. -
Run the Injector
Double-clickCustom-UEVR-Injector.exe.Tip: For anti-cheat games, start the injector before launching the game.
-
Follow the Prompts
-
Process Name
Enter the process name:- This must be the exact filename of the Unreal Engine game’s
.exe—for example:MyAwesomeGame-Win64-Shipping.exe - To find it, open the game’s installation folder, then go to:
and copy the name of the
<Game Install Folder>\Binaries\Win64\.exefile you see there.
- This must be the exact filename of the Unreal Engine game’s
-
API Selection
Choose an API, OpenXR(0) or OpenVR(1):- Type
0for OpenXR - Type
1for OpenVR
- Type
-
Nullify VR Plugins?
Nullify VR Plugins? (0/1):- Type
1to disable VR plugins withUEVRPluginNullifier.dll - Type
0to leave plugins unchanged
- Type
-
Developer Setup
- C++17 Required
In your project settings, set C++ Language Standard to C++17 to avoid compilation errors.