🚀 All my systems updated for UE5.6! 🚀 30% off untill June 20! 

Get it!

Debugging Guide

avatar`
Yuewu(罗传月武)
Updated: May 28, 2025

Adjust log level

All GIPS-related logs are classified under LogGIPS. If you want to have a detailed view of the operation status of the input system or find problems, you can increase the log level of GIPS.

Add the following content to DefaultEngine.ini to your project.


1[Core.Log]
2LogGIPS=Verbose
3;LogGIPS=VeryVerbose //If checked "enable debug" in InputControlSetup.


Using Gameplay Debugger


gips debug gameplay debugger
logo_small
YuewuDev

© Yuewu @2025. All rights reserved.

Debugging Guide | Unreal Engine - Generic Input System | Yuewu's Coding Journey