Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/IConsoleCommand
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/IConsoleManager.h |
| Include | #include "HAL/IConsoleManager.h" |
bool Execute
&40;
const TArray< FString > & Args,
UWorld &42; InWorld,
class FOutputDevice & OutputDevice
&41;
Remarks
Executes this command (optionally, with arguments) True if the delegate for this command was executed successfully
Parameters
| Name | Description |
|---|---|
| Args | Argument list for this command |
| InWorld | World context for this command |