Navigation
API > API/Plugins > API/Plugins/EnhancedInput > API/Plugins/EnhancedInput/UEnhancedInputDeveloperSettings
Syntax
UPROPERTY (Config, EditAnywhere, Category="Enhanced Input|World Subsystem",
Meta=(editCondition="bEnableWorldSubsystem", ConsoleVariable="EnhancedInput.bShouldLogAllWorldSubsystemInputs"))
uint8 bShouldLogAllWorldSubsystemInputs: 1
Remarks
If true then the Enhanced Input world subsystem will log all input that is being processed by it (keypresses, analog values, etc) Note: This can produce A LOT of logs, so only use this if you are debugging something. Does nothing in shipping builds