Navigation
API > API/Plugins > API/Plugins/ConsoleVariablesEditor > API/Plugins/ConsoleVariablesEditor/FConsoleVariablesEditorModule
Description
Find all tracked console variables matching a specific search query with optional case sensitivity. Individual members of InTokens will be considered "AnyOf" or "OR" searches. If SearchTerms contains any individual member it will match. Members will be tested for a space character (" "). If a space is found, a subsearch will be run. This subsearch will be an "AllOf" or "AND" type search in which all strings, separated by a space, must be found in the search terms.
| Name | FindCommandInfosMatchingTokens |
| Type | function |
| Header File | /Engine/Plugins/Editor/ConsoleVariablesEditor/Source/ConsoleVariablesEditor/Public/ConsoleVariablesEditorModule.h |
| Include Path | #include "ConsoleVariablesEditorModule.h" |
| Source | /Engine/Plugins/Editor/ConsoleVariablesEditor/Source/ConsoleVariablesEditor/Private/ConsoleVariablesEditorModule.cpp |
TArray < TWeakPtr < FConsoleVariablesEditorCommandInfo > > FindCommandInfosMatchingTokens
(
const TArray < FString > & InTokens,
ESearchCase::Type InSearchCase
)