Developer Notes

"<command> ?" brings up the help for a console variable

Description

Console variables such as "t.maxFPS", "CauseHitches", "t.unsteadFPS", and help "help" (these were all tested, there may be more untested with the same behavior) have description text in code however when calling these from the command line window the descriptions are not appearing in the window.

This is inconsistent with other commands (such as Stat FPS) that do show their description text.

Steps to Reproduce
  1. Open UnrealEngine.cpp and go to line 6387 (4.10.2 engine - note the TEXT macro on this line)
  2. Open editor with this engine (any project)
  3. PIE and open the console
  4. type "t.maxFPS" (no quotes) into command line

Result:
t.maxFPS appears in command window but TEXT description does not accompany variable name.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-25936 in the post.

0
Login to Vote

Fixed
ComponentUE - Foundation - Core
Affects Versions4.10
Target Fix4.12
CreatedJan 25, 2016
ResolvedFeb 12, 2016
UpdatedFeb 5, 2017