Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FConsoleManager
- IConsoleManager::ForEachConsoleObjectThatStartsWith()
- FConsoleManager::ForEachConsoleObjectThatStartsWith()
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/ConsoleManager.h |
| Include | #include "HAL/ConsoleManager.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/ConsoleManager.cpp |
virtual void ForEachConsoleObjectThatStartsWith
&40;
const FConsoleObjectVisitor & Visitor,
const TCHAR &42; ThatStartsWith
&41; const
Remarks
Iterate in O(n), not case sensitive, does not guarantee that UnregisterConsoleObject() will work in the loop
Parameters
| Name | Description |
|---|---|
| Visitor | must not be 0 |
| ThatStartsWith | must not be 0 |