Navigation
API > API/Plugins > API/Plugins/ConsoleVariablesEditorRuntime > API/Plugins/ConsoleVariablesEditorRuntime/UConsoleVariablesAsset
References
| Module | ConsoleVariablesEditorRuntime |
| Header | /Engine/Plugins/Editor/ConsoleVariablesEditor/Source/ConsoleVariablesEditorRuntime/Public/ConsoleVariablesAsset.h |
| Include | #include "ConsoleVariablesAsset.h" |
| Source | /Engine/Plugins/Editor/ConsoleVariablesEditor/Source/ConsoleVariablesEditorRuntime/Private/ConsoleVariablesAsset.cpp |
UFUNCTION&40;BlueprintCallable, Category&61;"Console Variables Asset",
Meta&61;&40;WorldContext&61;"WorldContextObject"&41;&41;
void ExecuteSavedCommands
&40;
UObject &42; WorldContextObject,
bool bOnlyIncludeChecked
&41; const
Remarks
Executes all saved commands in this asset, optionally only including those with a Checked checkstate in the UI.
Parameters
| Name | Description |
|---|---|
| bOnlyIncludeChecked | If true, only commands and variables with a Checked checkstate in the Console Variables Editor UI will be included. Otherwise, all will be included. |