Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL
Inheritance Hierarchy
- IConsoleObject
- IConsoleCommand
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
Include | #include "HAL/IConsoleManager.h" |
Syntax
struct IConsoleCommand : public IConsoleObject
Remarks
Interface for console commands
Functions
Type | Name | Description | |
---|---|---|---|
bool | Execute
(
const TArray< FString >& Args, |
Executes this command (optionally, with arguments) |