![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <IConsoleManager.h>
Inheritance diagram for IConsoleCommand:Interface for console commands
|
pure virtual |
Executes this command (optionally, with arguments)
| Args | Argument list for this command |
| InWorld | World context for this command |
Implemented in FConsoleCommandExec, FConsoleCommandShadow, FConsoleCommand, FConsoleCommandWithArgs, FConsoleCommandWithWorld, FConsoleCommandWithWorldAndArgs, FConsoleCommanWithArgsAndOutputDevice, FConsoleCommandWithWorldArgsAndOutputDevice, and FConsoleCommandWithOutputDevice.