Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FConsoleManager
- IConsoleManager::IsNameRegistered()
- FConsoleManager::IsNameRegistered()
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 bool IsNameRegistered
&40;
const TCHAR &42; Name
&41; const
Remarks
Check if a name (command or variable) has been registered with the console manager
Parameters
| Name | Description |
|---|---|
| Name | Name to check. Must not be 0 |