Supporting screen readers

Hey all,

I’m trying to enable Screen Reader support for the UI in my game. I’ve found where to change the UI settings, but not where to enable this feature.
Does anyone know how I can change the “project or Engine Console Variable configuration file”? ( Supporting Screen Readers | Unreal Engine Documentation )

I had a look at the existing files in the Config folders, and none of them seem to match the description given in the above link.

I’ve found several other links that unfortunately don’t tell me much:
https://www.mail-archive.com/audiogames-reflector@sabahattin-gucukoglu.com/msg287996.html
https://forums.unrealengine.com/unreal-engine/announcements-and-releases/1640558-unreal-engine-4-23-preview

Any help would be greatly appreciated,
Joey

Could still use a hand with this :frowning:

Last bump??? Pretty please? Anyone?

Hey, sorry for the delay. There are some details about setting console variables at this link, the main one being the file Engine/Config/ConsoleVariables.ini. If the file doesn’t exist for some reason, you can create it in the location that it says its supposed to be in. Console Varaibles C++ In Unreal Engine | Unreal Engine 5.1 Documentation

There are a couple different places you can set them described on that page, and you can also set console variables directly in the engine with the ` (~) key, with the Execute Console Command node, or with startup arguments (also described on that page).