settings
Overview
- 3 commands in this category.
Commands
| Command | Name | Description |
|---|---|---|
settings.get | Get Setting | Get any game setting by its EB1GameOption enum name (e.g. ShadowQuality, MasterSoundVolume, Languag… |
settings.get_cvars | Get Console Variables | Get current Unreal Engine console variable values as JSON. Filter by comma-separated category prefi… |
settings.set | Set Setting | Set any game setting by its EB1GameOption enum name and value. Applies immediately. Use settings.ge… |