Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > IConsoleManager
- IConsoleManager::ForEachConsoleObjectThatStartsWith()
- FConsoleManager::ForEachConsoleObjectThatStartsWith()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
Include | #include "HAL/IConsoleManager.h" |
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 |