get_console_variable
Read any UE console variable by name, returning its value in all four representations, detected type, read-only flag, and last-setter. Inspect CVar state without invoking the console exec engine.
Instructions
Read a UE Console Variable by name. Returns the current value in all four representations (string/int/float/bool), the detected type (int|float|bool|string), the read-only flag, and the human-readable last-setter (e.g. 'Console', 'DeviceProfile'). Distinct from execute_console_command: this reads CVar state directly, never invokes the console exec engine.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Exact CVar name, case-sensitive (e.g. 'r.ScreenPercentage', 'Slate.bAllowToolTips'). |