Navigation
API > API/Plugins > API/Plugins/ConsoleVariablesEditor > API/Plugins/ConsoleVariablesEditor/FConsoleVariablesEditorModule
References
| Module | ConsoleVariablesEditor |
| Header | /Engine/Plugins/Editor/ConsoleVariablesEditor/Source/ConsoleVariablesEditor/Public/ConsoleVariablesEditorModule.h |
| Include | #include "ConsoleVariablesEditorModule.h" |
| Source | /Engine/Plugins/Editor/ConsoleVariablesEditor/Source/ConsoleVariablesEditor/Private/ConsoleVariablesEditorModule.cpp |
void RebuildList
&40;
const FString InConsoleCommandToScrollTo,
bool bShouldCacheValues
&41; const
Remarks
Regenerate the list items and refresh the list. Call when adding or removing variables.
Parameters
| Name | Description |
|---|---|
| bShouldCacheValues | If true, the current list's current values will be cached and then restored when the list is rebuilt. Otherwise preset values will be used. |