Controller Input and Tracking Troubleshooting
Updated: Sep 4, 2024
This topic describes some common issues and solutions when implementing controller input and tracking in your project.
Why is my view offset and static?
If your custom Pawn class has any components attached - such as visuals for aiming - with collision enabled, they may be causing the camera to get stuck. Make sure to have collision disabled or ensure the components collision bounds does not overlap with the camera.
To learn more about using controllers in XR applications in Unreal Engine, see the following guides: