Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetSystemLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetSystemLibrary.h |
| Include | #include "Kismet/KismetSystemLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetSystemLibrary.cpp |
static void ExecuteConsoleCommand
&40;
const UObject &42; WorldContextObject,
const FString & Command,
class APlayerController &42; SpecificPlayer
&41;
Remarks
Executes a console command, optionally on a specific controller
Parameters
| Name | Description |
|---|---|
| Command | Command to send to the console |
| SpecificPlayer | If specified, the console command will be routed through the specified player |