Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > IConsoleManager
- IConsoleManager::ForEachConsoleObjectThatContains()
- FConsoleManager::ForEachConsoleObjectThatContains()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
Include | #include "HAL/IConsoleManager.h" |
void ForEachConsoleObjectThatContains
&40;
const FConsoleObjectVisitor & Visitor,
const TCHAR &42; ThatContains
&41; const
Remarks
Not case sensitive, does not guarantee that UnregisterConsoleObject() will work in the loop
Parameters
Name | Description |
---|---|
Visitor | must not be 0 |
ThatContains | must not be 0 |